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