Class Document |
||
---|---|---|
変数
|
||
|
||
メソッド
|
||
|
||
|
class Document
No. | 名称 | 属性 | 型 | 説明 |
---|---|---|---|---|
1 |
Document() | Public | ||
2 |
~Document() | Public | virtual | |
3 |
AddRef() | Public | int | |
4 |
Release() | Public | int | |
5 |
LineFromPosition() | Public | int | |
6 |
ClampPositionIntoDocument() | Public | int | |
7 |
IsCrLf() | Public | bool | |
8 |
LenChar() | Public | int | |
9 |
MovePositionOutsideChar() | Public | int | |
10 |
ModifiedAt() | Public | void | |
11 |
DeleteChars() | Public | bool | |
12 |
InsertStyledString() | Public | bool | |
13 |
Undo() | Public | int | |
14 |
Redo() | Public | int | |
15 |
CanUndo() | Public | bool | |
16 |
CanRedo() | Public | bool | |
17 |
DeleteUndoHistory() | Public | void | |
18 |
SetUndoCollection() | Public | bool | |
19 |
IsCollectingUndo() | Public | bool | |
20 |
BeginUndoAction() | Public | void | |
21 |
EndUndoAction() | Public | void | |
22 |
SetSavePoint() | Public | void | |
23 |
IsSavePoint() | Public | bool | |
24 |
GetLineIndentation() | Public | int | |
25 |
SetLineIndentation() | Public | void | |
26 |
GetLineIndentPosition() | Public | int | |
27 |
GetColumn() | Public | int | |
28 |
FindColumn() | Public | int | |
29 |
Indent() | Public | void | |
30 |
TransformLineEnds() | Public | static char * | |
31 |
ConvertLineEnds() | Public | void | |
32 |
SetReadOnly() | Public | void | |
33 |
IsReadOnly() | Public | bool | |
34 |
InsertChar() | Public | bool | |
35 |
InsertString() | Public | bool | |
36 |
InsertString() | Public | bool | |
37 |
ChangeChar() | Public | void | |
38 |
DelChar() | Public | void | |
39 |
DelCharBack() | Public | void | |
40 |
CharAt() | Public | char | |
41 |
GetCharRange() | Public | void | |
42 |
StyleAt() | Public | char | |
43 |
GetMark() | Public | int | |
44 |
AddMark() | Public | int | |
45 |
AddMarkSet() | Public | void | |
46 |
DeleteMark() | Public | void | |
47 |
DeleteMarkFromHandle() | Public | void | |
48 |
DeleteAllMarks() | Public | void | |
49 |
LineFromHandle() | Public | int | |
50 |
LineStart() | Public | int | |
51 |
LineEnd() | Public | int | |
52 |
LineEndPosition() | Public | int | |
53 |
VCHomePosition() | Public | int | |
54 |
SetLevel() | Public | int | |
55 |
GetLevel() | Public | int | |
56 |
ClearLevels() | Public | void | |
57 |
GetLastChild() | Public | int | |
58 |
GetFoldParent() | Public | int | |
59 |
Indent() | Public | void | |
60 |
ExtendWordSelect() | Public | int | |
61 |
NextWordStart() | Public | int | |
62 |
NextWordEnd() | Public | int | |
63 |
Length() | Public | int | |
64 |
Allocate() | Public | void | |
65 |
FindText() | Public | long | |
66 |
FindText() | Public | long | |
67 |
SubstituteByPosition() | Public | const char * | |
68 |
LinesTotal() | Public | int | |
69 |
ChangeCase() | Public | void | |
70 |
SetDefaultCharClasses() | Public | void | |
71 |
SetCharClasses() | Public | void | |
72 |
SetStylingBits() | Public | void | |
73 |
StartStyling() | Public | void | |
74 |
SetStyleFor() | Public | bool | |
75 |
SetStyles() | Public | bool | |
76 |
GetEndStyled() | Public | int | |
77 |
EnsureStyledTo() | Public | bool | |
78 |
GetStyleClock() | Public | int | |
79 |
IncrementStyleClock() | Public | void | |
80 |
SetLineState() | Public | int | |
81 |
GetLineState() | Public | int | |
82 |
GetMaxLineState() | Public | int | |
83 |
AddWatcher() | Public | bool | |
84 |
RemoveWatcher() | Public | bool | |
85 |
GetWatchers() | Public | const WatcherWithUserData * | |
86 |
GetLenWatchers() | Public | int | |
87 |
IsWordPartSeparator() | Public | bool | |
88 |
WordPartLeft() | Public | int | |
89 |
WordPartRight() | Public | int | |
90 |
ExtendStyleRange() | Public | int | |
91 |
IsWhiteLine() | Public | bool | |
92 |
ParaUp() | Public | int | |
93 |
ParaDown() | Public | int | |
94 |
IndentSize() | Public | int | |
95 |
BraceMatch() | Public | int | |
96 |
CheckReadOnly() | Private | void | |
97 |
WordCharClass() | Private | charClassification | |
98 |
IsWordStartAt() | Private | bool | |
99 |
IsWordEndAt() | Private | bool | |
100 |
IsWordAt() | Private | bool | |
101 |
NotifyModifyAttempt() | Private | void | |
102 |
NotifySavePoint() | Private | void | |
103 |
NotifyModified() | Private | void |
No. | 名称 | 属性 | 型 | 説明 |
---|---|---|---|---|
1 |
refCount | Private | int | |
2 |
cb | Private | CellBuffer | |
3 |
charClass[256] | Private | charClassification | |
4 |
stylingMask | Private | char | |
5 |
endStyled | Private | int | |
6 |
styleClock | Private | int | |
7 |
enteredCount | Private | int | |
8 |
enteredReadOnlyCount | Private | int | |
9 |
watchers | Private | WatcherWithUserData * | |
10 |
lenWatchers | Private | int | |
11 |
matchesValid | Private | bool | |
12 |
pre | Private | RESearch * | |
13 |
substituted | Private | char * | |
14 |
stylingBits | Public | int | |
15 |
stylingBitsMask | Public | int | |
16 |
eolMode | Public | int | |
17 |
dbcsCodePage | Public | int | |
18 |
tabInChars | Public | int | |
19 |
indentInChars | Public | int | |
20 |
actualIndentInChars | Public | int | |
21 |
useTabs | Public | bool | |
22 |
tabIndents | Public | bool | |
23 |
backspaceUnindents | Public | bool |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー