History action for combine some history actions Generated from class MR.CombinedHistoryAction. Base classes: Direct: (non-virtual) MR.HistoryAction This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | CombinedHistoryAction (MR._ByValue_CombinedHistoryAction _other) |
| Generated from constructor MR.CombinedHistoryAction.CombinedHistoryAction. | |
| CombinedHistoryAction (Const_CombinedHistoryAction _other) | |
| Generated from constructor MR.CombinedHistoryAction.CombinedHistoryAction. | |
| CombinedHistoryAction (CombinedHistoryAction _other) | |
| Generated from constructor MR.CombinedHistoryAction.CombinedHistoryAction. | |
| unsafe | CombinedHistoryAction (string name, MR.Std.Const_Vector_StdSharedPtrMRHistoryAction actions) |
| Will call action() for each actions in given order (undo in reverse, redo in forward) Generated from constructor MR.CombinedHistoryAction.CombinedHistoryAction. | |
| unsafe MR.CombinedHistoryAction | assign (MR._ByValue_CombinedHistoryAction _other) |
| Generated from method MR::CombinedHistoryAction::operator=. | |
| unsafe void | action (MR.HistoryAction.Type type) |
| Generated from method MR.CombinedHistoryAction.action. | |
| unsafe new MR.Std.Vector_StdSharedPtrMRHistoryAction | getStack () |
| Generated from method MR.CombinedHistoryAction.getStack. | |
| unsafe bool | filter (MR.Std._ByValue_Function_Bool_From_ConstStdSharedPtrMRHistoryActionRef filteringCondition) |
| Remove some actions according to condition inside combined actions. Do deep filtering. Generated from method MR.CombinedHistoryAction.filter. | |
| Public Member Functions inherited from MR.Const_CombinedHistoryAction | |
| virtual void | Dispose () |
| unsafe | Const_CombinedHistoryAction (MR._ByValue_CombinedHistoryAction _other) |
| Generated from constructor MR.CombinedHistoryAction.CombinedHistoryAction. | |
| Const_CombinedHistoryAction (Const_CombinedHistoryAction _other) | |
| Generated from constructor MR.CombinedHistoryAction.CombinedHistoryAction. | |
| Const_CombinedHistoryAction (CombinedHistoryAction _other) | |
| Generated from constructor MR.CombinedHistoryAction.CombinedHistoryAction. | |
| unsafe | Const_CombinedHistoryAction (string name, MR.Std.Const_Vector_StdSharedPtrMRHistoryAction actions) |
| Will call action() for each actions in given order (undo in reverse, redo in forward) Generated from constructor MR.CombinedHistoryAction.CombinedHistoryAction. | |
| unsafe MR.Std.String | name () |
| Generated from method MR.CombinedHistoryAction.name. | |
| unsafe MR.Std.Const_Vector_StdSharedPtrMRHistoryAction | getStack () |
| Generated from method MR.CombinedHistoryAction.getStack. | |
| unsafe bool | empty () |
| Generated from method MR.CombinedHistoryAction.empty. | |
| unsafe ulong | heapBytes () |
| Generated from method MR.CombinedHistoryAction.heapBytes. | |
Static Public Member Functions | |
| static unsafe implicit | operator MR.HistoryAction (CombinedHistoryAction self) |
| static unsafe | operator CombinedHistoryAction? (MR.HistoryAction parent) |
| Static Public Member Functions inherited from MR.Const_CombinedHistoryAction | |
| static unsafe implicit | operator MR.Const_HistoryAction (Const_CombinedHistoryAction self) |
| static unsafe | operator Const_CombinedHistoryAction? (MR.Const_HistoryAction parent) |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_CombinedHistoryAction | |
| virtual unsafe void | Dispose (bool disposing) |
History action for combine some history actions Generated from class MR.CombinedHistoryAction. Base classes: Direct: (non-virtual) MR.HistoryAction This is the non-const half of the class.
|
inline |
Generated from constructor MR.CombinedHistoryAction.CombinedHistoryAction.
|
inline |
Generated from constructor MR.CombinedHistoryAction.CombinedHistoryAction.
|
inline |
Generated from constructor MR.CombinedHistoryAction.CombinedHistoryAction.
|
inline |
Will call action() for each actions in given order (undo in reverse, redo in forward) Generated from constructor MR.CombinedHistoryAction.CombinedHistoryAction.
|
inline |
Generated from method MR.CombinedHistoryAction.action.
|
inline |
Generated from method MR::CombinedHistoryAction::operator=.
|
inline |
Remove some actions according to condition inside combined actions. Do deep filtering. Generated from method MR.CombinedHistoryAction.filter.
|
inline |
Generated from method MR.CombinedHistoryAction.getStack.
|
inlineexplicitstatic |
|
inlinestatic |