Inheritance diagram for mrmeshpy.ChangeObjectSelectedAction:Public Member Functions | |
| None | __init__ (self, str name, Object obj) |
| None | __init__ (self, str name, Object obj, bool newValue) |
| None | __init__ (self, ChangeObjectSelectedAction arg0) |
| int | heapBytes (self) |
| str | name (self) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| None | action (*args, **kwargs) |
| ChangeObjectSelectedAction | operator (*args, **kwargs) |
| ChangeObjectSelectedAction | operator (*args, **kwargs) |
| None | setObjectDirty (*args, **kwargs) |
Static Public Attributes | |
| Obj = Object | |
Generated from: MR::ChangeObjectSelectedAction History action for object selected state
|
static |
| None mrmeshpy.ChangeObjectSelectedAction.__init__ | ( | self, | |
| str | name, | ||
| Object | obj ) |
use this constructor to remember object's isSelected property before making any changes in it
| None mrmeshpy.ChangeObjectSelectedAction.__init__ | ( | self, | |
| str | name, | ||
| Object | obj, | ||
| bool | newValue ) |
use this constructor to remember object's isSelected property and immediately set new value
| None mrmeshpy.ChangeObjectSelectedAction.__init__ | ( | self, | |
| ChangeObjectSelectedAction | arg0 ) |
Implicit copy constructor.
|
static |
This function is called on history action (undo, redo, etc.)
Reimplemented from mrmeshpy.HistoryAction.
| int mrmeshpy.ChangeObjectSelectedAction.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
Reimplemented from mrmeshpy.HistoryAction.
| str mrmeshpy.ChangeObjectSelectedAction.name | ( | self | ) |
Reimplemented from mrmeshpy.HistoryAction.
|
static |
Reimplemented from mrmeshpy.HistoryAction.
|
static |
Reimplemented from mrmeshpy.HistoryAction.
|
static |
|
static |