Class UndoHistory |
||
---|---|---|
変数
|
||
|
||
メソッド
|
||
|
||
|
class UndoHistory
No. | 名称 | 属性 | 型 | 説明 |
---|---|---|---|---|
1 |
EnsureUndoRoom() | Private | void | |
2 |
UndoHistory() | Public | ||
3 |
~UndoHistory() | Public | ||
4 |
AppendAction() | Public | void | |
5 |
BeginUndoAction() | Public | void | |
6 |
EndUndoAction() | Public | void | |
7 |
DropUndoSequence() | Public | void | |
8 |
DeleteUndoHistory() | Public | void | |
9 |
SetSavePoint() | Public | void | |
10 |
IsSavePoint() | Public | bool | |
11 |
CanUndo() | Public | bool | |
12 |
StartUndo() | Public | int | |
13 |
GetUndoStep() | Public | const Action & | |
14 |
CompletedUndoStep() | Public | void | |
15 |
CanRedo() | Public | bool | |
16 |
StartRedo() | Public | int | |
17 |
GetRedoStep() | Public | const Action & | |
18 |
CompletedRedoStep() | Public | void |
No. | 名称 | 属性 | 型 | 説明 |
---|---|---|---|---|
1 |
actions | Private | Action * | |
2 |
lenActions | Private | int | |
3 |
maxAction | Private | int | |
4 |
currentAction | Private | int | |
5 |
undoSequenceDepth | Private | int | |
6 |
savePoint | Private | int |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー