MeshLib Python Docs
Loading...
Searching...
No Matches
Inheritance diagram for mrmeshpy.ChangeColoringType:

Public Member Functions

None __init__ (self, str name, VisualObject obj)
None __init__ (self, str name, VisualObject obj, ColoringType newType)
None __init__ (self, ChangeColoringType arg0)
int heapBytes (self)
str name (self)

Static Public Member Functions

None __init__ (*args, **kwargs)
None action (*args, **kwargs)
ChangeColoringType operator (*args, **kwargs)
ChangeColoringType operator (*args, **kwargs)
None setObjectDirty (VisualObject obj)

Static Public Attributes

 Obj = VisualObject

Detailed Description

Generated from:  MR::ChangeColoringType

History action for ColoringType change

Constructor & Destructor Documentation

◆ __init__() [1/4]

None mrmeshpy.ChangeColoringType.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/4]

None mrmeshpy.ChangeColoringType.__init__ ( self,
str name,
VisualObject obj )
use this constructor to remember object's coloring type before making any changes in it

◆ __init__() [3/4]

None mrmeshpy.ChangeColoringType.__init__ ( self,
str name,
VisualObject obj,
ColoringType newType )
use this constructor to remember object's coloring type and immediate set new value

◆ __init__() [4/4]

None mrmeshpy.ChangeColoringType.__init__ ( self,
ChangeColoringType arg0 )
Implicit copy constructor.

Member Function Documentation

◆ action()

None mrmeshpy.ChangeColoringType.action ( * self,
** actionType )
static
This function is called on history action (undo, redo, etc.)

Reimplemented from mrmeshpy.HistoryAction.

◆ heapBytes()

int mrmeshpy.ChangeColoringType.heapBytes ( self)
returns the amount of memory this object occupies on heap

Reimplemented from mrmeshpy.HistoryAction.

◆ name()

str mrmeshpy.ChangeColoringType.name ( self)

Reimplemented from mrmeshpy.HistoryAction.

◆ operator() [1/2]

ChangeColoringType mrmeshpy.ChangeColoringType.operator ( * args,
** kwargs )
static

Reimplemented from mrmeshpy.HistoryAction.

◆ operator() [2/2]

ChangeColoringType mrmeshpy.ChangeColoringType.operator ( * args,
** kwargs )
static

Reimplemented from mrmeshpy.HistoryAction.

◆ setObjectDirty()

None mrmeshpy.ChangeColoringType.setObjectDirty ( VisualObject obj)
static

Member Data Documentation

◆ Obj

mrmeshpy.ChangeColoringType.Obj = VisualObject
static

The documentation for this class was generated from the following file: