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