Inheritance diagram for mrmeshpy.ChangeNameAction:Public Member Functions | |
| None | __init__ (self, str actionName, Object obj) |
| None | __init__ (self, ChangeNameAction arg0) |
| int | heapBytes (self) |
| str | name (self) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| None | action (*args, **kwargs) |
| ChangeNameAction | operator (*args, **kwargs) |
| ChangeNameAction | operator (*args, **kwargs) |
Generated from: MR::ChangeNameAction This action to undo/redo the change of object name
|
static |
| None mrmeshpy.ChangeNameAction.__init__ | ( | self, | |
| str | actionName, | ||
| Object | obj ) |
construct before giving new name to the object
| None mrmeshpy.ChangeNameAction.__init__ | ( | self, | |
| ChangeNameAction | arg0 ) |
Implicit copy constructor.
|
static |
This function is called on history action (undo, redo, etc.)
Reimplemented from mrmeshpy.HistoryAction.
| int mrmeshpy.ChangeNameAction.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
Reimplemented from mrmeshpy.HistoryAction.
| str mrmeshpy.ChangeNameAction.name | ( | self | ) |
Reimplemented from mrmeshpy.HistoryAction.
|
static |
Reimplemented from mrmeshpy.HistoryAction.
|
static |
Reimplemented from mrmeshpy.HistoryAction.