Compounds |
| class | TEditor |
| | Implements a text editor. More...
|
| class | TEditWindow |
| | Designed to hold a TFileEditor or the clipboard. More...
|
| class | TFileEditor |
| | Specialized derivative of TEditor for editing the contents of a file. More...
|
| struct | TFindDialogRec |
| class | TIndicator |
| | The line and column counter in the lower left corner of the edit window. More...
|
| class | TMemo |
| | Derived from TEditor and designed for insertion into a dialog or form. More...
|
| struct | TMemoData |
| | Data structure used by TMemo. More...
|
| struct | TReplaceDialogRec |
Typedefs |
| typedef ushort (* | TEditorDialog )(int,...) |
Functions |
| ushort | defEditorDialog (int dialog,...) |
| ipstream& | operator>> (ipstream &is, TIndicator &cl) |
| ipstream& | operator>> (ipstream &is, TIndicator *&cl) |
| opstream& | operator<< (opstream &os, TIndicator &cl) |
| opstream& | operator<< (opstream &os, TIndicator *cl) |
| ipstream& | operator>> (ipstream &is, TEditor &cl) |
| ipstream& | operator>> (ipstream &is, TEditor *&cl) |
| opstream& | operator<< (opstream &os, TEditor &cl) |
| opstream& | operator<< (opstream &os, TEditor *cl) |
| ipstream& | operator>> (ipstream &is, TMemo &cl) |
| ipstream& | operator>> (ipstream &is, TMemo *&cl) |
| opstream& | operator<< (opstream &os, TMemo &cl) |
| opstream& | operator<< (opstream &os, TMemo *cl) |
| ipstream& | operator>> (ipstream &is, TFileEditor &cl) |
| ipstream& | operator>> (ipstream &is, TFileEditor *&cl) |
| opstream& | operator<< (opstream &os, TFileEditor &cl) |
| opstream& | operator<< (opstream &os, TFileEditor *cl) |
| ipstream& | operator>> (ipstream &is, TEditWindow &cl) |
| ipstream& | operator>> (ipstream &is, TEditWindow *&cl) |
| opstream& | operator<< (opstream &os, TEditWindow &cl) |
| opstream& | operator<< (opstream &os, TEditWindow *cl) |
Variables |
|
const int | ufUpdate = 0x01 |
|
const int | ufLine = 0x02 |
|
const int | ufView = 0x04 |
|
const int | smExtend = 0x01 |
|
const int | smDouble = 0x02 |
|
const unsigned | sfSearchFailed = UINT_MAX |
|
const int | cmFind = 82 |
|
const int | cmReplace = 83 |
|
const int | cmSearchAgain = 84 |
|
const int | cmCharLeft = 500 |
|
const int | cmCharRight = 501 |
|
const int | cmWordLeft = 502 |
|
const int | cmWordRight = 503 |
|
const int | cmLineStart = 504 |
|
const int | cmLineEnd = 505 |
|
const int | cmLineUp = 506 |
|
const int | cmLineDown = 507 |
|
const int | cmPageUp = 508 |
|
const int | cmPageDown = 509 |
|
const int | cmTextStart = 510 |
|
const int | cmTextEnd = 511 |
|
const int | cmNewLine = 512 |
|
const int | cmBackSpace = 513 |
|
const int | cmDelChar = 514 |
|
const int | cmDelWord = 515 |
|
const int | cmDelStart = 516 |
|
const int | cmDelEnd = 517 |
|
const int | cmDelLine = 518 |
|
const int | cmInsMode = 519 |
|
const int | cmStartSelect = 520 |
|
const int | cmHideSelect = 521 |
|
const int | cmIndentMode = 522 |
|
const int | cmUpdateTitle = 523 |
| const int | edOutOfMemory = 0 |
| | edReadError = 1 |
| | edWriteError = 2 |
| | edCreateError = 3 |
| | edSaveModify = 4 |
| | edSaveUntitled = 5 |
| | edSaveAs = 6 |
| | edFind = 7 |
| | edSearchFailed = 8 |
| | edReplace = 9 |
| | edReplacePrompt = 10 |
| const int | efCaseSensitive = 0x0001 |
| | efWholeWordsOnly = 0x0002 |
| | efPromptOnReplace = 0x0004 |
| | efReplaceAll = 0x0008 |
| | efDoReplace = 0x0010 |
| | efBackupFiles = 0x0100 |
| const int | maxLineLength = 256 |