Inheritance diagram for mrmeshpy.CombinedHistoryAction:Public Member Functions | |
| None | __init__ (self, str name, std_vector_std_shared_ptr_HistoryAction actions) |
| None | __init__ (self, CombinedHistoryAction arg0) |
| None | action (self, HistoryAction.Type type) |
| bool | empty (self) |
| bool | filter (self, func_bool_from_std_shared_ptr_HistoryAction filteringCondition) |
| std_vector_std_shared_ptr_HistoryAction | getStack (self) |
| std_vector_std_shared_ptr_HistoryAction | getStack (self) |
| int | heapBytes (self) |
| str | name (self) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| CombinedHistoryAction | operator (*args, **kwargs) |
| CombinedHistoryAction | operator (*args, **kwargs) |
Generated from: MR::CombinedHistoryAction History action for combine some history actions
|
static |
| None mrmeshpy.CombinedHistoryAction.__init__ | ( | self, | |
| str | name, | ||
| std_vector_std_shared_ptr_HistoryAction | actions ) |
Will call action() for each actions in given order (undo in reverse, redo in forward)
| None mrmeshpy.CombinedHistoryAction.__init__ | ( | self, | |
| CombinedHistoryAction | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.CombinedHistoryAction.action | ( | self, | |
| HistoryAction.Type | actionType ) |
This function is called on history action (undo, redo, etc.)
Reimplemented from mrmeshpy.HistoryAction.
| bool mrmeshpy.CombinedHistoryAction.empty | ( | self | ) |
| bool mrmeshpy.CombinedHistoryAction.filter | ( | self, | |
| func_bool_from_std_shared_ptr_HistoryAction | filteringCondition ) |
Remove some actions according to condition inside combined actions. Do deep filtering.
| std_vector_std_shared_ptr_HistoryAction mrmeshpy.CombinedHistoryAction.getStack | ( | self | ) |
| std_vector_std_shared_ptr_HistoryAction mrmeshpy.CombinedHistoryAction.getStack | ( | self | ) |
| int mrmeshpy.CombinedHistoryAction.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
Reimplemented from mrmeshpy.HistoryAction.
| str mrmeshpy.CombinedHistoryAction.name | ( | self | ) |
Reimplemented from mrmeshpy.HistoryAction.
|
static |
Reimplemented from mrmeshpy.HistoryAction.
|
static |
Reimplemented from mrmeshpy.HistoryAction.