Inheritance diagram for mrmeshpy.ChangeLinesColorMapAction:Public Member Functions | |
| None | __init__ (self, str name, ObjectLinesHolder obj) |
| None | __init__ (self, str name, ObjectLinesHolder obj, UndirectedEdgeColors newColorMap) |
| None | __init__ (self, ChangeLinesColorMapAction arg0) |
| int | heapBytes (self) |
| str | name (self) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| None | action (*args, **kwargs) |
| ChangeLinesColorMapAction | operator (*args, **kwargs) |
| ChangeLinesColorMapAction | operator (*args, **kwargs) |
| None | setObjectDirty (ObjectLinesHolder obj) |
Static Public Attributes | |
| Obj = ObjectLinesHolder | |
Generated from: MR::ChangeLinesColorMapAction History action for lines color map change
|
static |
| None mrmeshpy.ChangeLinesColorMapAction.__init__ | ( | self, | |
| str | name, | ||
| ObjectLinesHolder | obj ) |
use this constructor to remember object's line colors before making any changes in them
| None mrmeshpy.ChangeLinesColorMapAction.__init__ | ( | self, | |
| str | name, | ||
| ObjectLinesHolder | obj, | ||
| UndirectedEdgeColors | newColorMap ) |
use this constructor to remember object's lines colors and immediate set new value
| None mrmeshpy.ChangeLinesColorMapAction.__init__ | ( | self, | |
| ChangeLinesColorMapAction | arg0 ) |
Implicit copy constructor.
|
static |
This function is called on history action (undo, redo, etc.)
Reimplemented from mrmeshpy.HistoryAction.
| int mrmeshpy.ChangeLinesColorMapAction.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
Reimplemented from mrmeshpy.HistoryAction.
| str mrmeshpy.ChangeLinesColorMapAction.name | ( | self | ) |
Reimplemented from mrmeshpy.HistoryAction.
|
static |
Reimplemented from mrmeshpy.HistoryAction.
|
static |
Reimplemented from mrmeshpy.HistoryAction.
|
static |
|
static |