Property | Type | Description | |
---|---|---|---|
CheckNotRunningBeforeRecording | void | ||
RunActionDirectly | void |
Method | Description | |
---|---|---|
ActionManager ( ) : System | ||
Clear ( ) : void | ||
CommitTransaction ( ) : void | ||
CreateTransaction ( ) : |
||
CreateTransaction ( bool delayed ) : |
||
EnumRedoableActions ( ) : IEnumerable |
||
EnumUndoableActions ( ) : IEnumerable |
||
OpenTransaction ( |
||
RecordAction ( IAction action ) : void |
Central method to add and execute a new action.
|
|
Redo ( ) : void | ||
RollBackTransaction ( ) : void | ||
Undo ( ) : void |
Method | Description | |
---|---|---|
RaiseUndoBufferChanged ( object sender, |
Method | Description | |
---|---|---|
CheckNotRunningBeforeRecording ( IAction candidate ) : void | ||
RunActionDirectly ( IAction actionToRun ) : void |
Adds the action to the buffer and runs it
|
public CreateTransaction ( bool delayed ) : |
||
delayed | bool | |
return |
public OpenTransaction ( |
||
t | ||
return | void |
protected RaiseUndoBufferChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
public RecordAction ( IAction action ) : void | ||
action | IAction | |
return | void |