MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.ChangeNameAction Class Reference
+ Inheritance diagram for mrmeshpy.ChangeNameAction:

Public Member Functions

None __init__ (self, str actionName, Object obj)
 
None __init__ (self, ChangeNameAction arg0)
 
int heapBytes (self)
 
str name (self)
 

Static Public Member Functions

None action (*args, **kwargs)
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Generated from:  MR::ChangeNameAction

This action to undo/redo the change of object name
\\ingroup HistoryGroup

Constructor & Destructor Documentation

◆ __init__() [1/2]

None mrmeshpy.ChangeNameAction.__init__ ( self,
str actionName,
Object obj )
construct before giving new name to the object

◆ __init__() [2/2]

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

Member Function Documentation

◆ _pybind11_conduit_v1_()

mrmeshpy.ChangeNameAction._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

Reimplemented from mrmeshpy.HistoryAction.

◆ action()

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

Reimplemented from mrmeshpy.HistoryAction.

◆ heapBytes()

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

Reimplemented from mrmeshpy.HistoryAction.

◆ name()

str mrmeshpy.ChangeNameAction.name ( self)

Reimplemented from mrmeshpy.HistoryAction.


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