MeshLib C# Docs
Loading...
Searching...
No Matches
MR.CombinedHistoryAction Class Reference

History action for combine some history actions Generated from class MR.CombinedHistoryAction. Base classes: Direct: (non-virtual) MR.HistoryAction This is the non-const half of the class. More...

+ Inheritance diagram for MR.CombinedHistoryAction:

Public Member Functions

unsafe CombinedHistoryAction (MR._ByValue_CombinedHistoryAction _other)
 Generated from constructor MR.CombinedHistoryAction.CombinedHistoryAction.
 
 CombinedHistoryAction (Const_CombinedHistoryAction _other)
 Generated from constructor MR.CombinedHistoryAction.CombinedHistoryAction.
 
 CombinedHistoryAction (CombinedHistoryAction _other)
 Generated from constructor MR.CombinedHistoryAction.CombinedHistoryAction.
 
unsafe CombinedHistoryAction (string name, MR.Std.Const_Vector_StdSharedPtrMRHistoryAction actions)
 Will call action() for each actions in given order (undo in reverse, redo in forward) Generated from constructor MR.CombinedHistoryAction.CombinedHistoryAction.
 
unsafe MR.CombinedHistoryAction assign (MR._ByValue_CombinedHistoryAction _other)
 Generated from method MR.CombinedHistoryAction.operator=.
 
unsafe void action (MR.HistoryAction.Type type)
 Generated from method MR.CombinedHistoryAction.action.
 
unsafe new MR.Std.Vector_StdSharedPtrMRHistoryAction getStack ()
 Generated from method MR.CombinedHistoryAction.getStack.
 
unsafe bool filter (MR.Std._ByValue_Function_BoolFuncFromConstStdSharedPtrMRHistoryActionRef filteringCondition)
 Remove some actions according to condition inside combined actions. Do deep filtering. Generated from method MR.CombinedHistoryAction.filter.
 

Static Public Member Functions

static unsafe implicit operator MR.HistoryAction (CombinedHistoryAction self)
 
static unsafe operator CombinedHistoryAction? (MR.HistoryAction parent)
 

Detailed Description

History action for combine some history actions Generated from class MR.CombinedHistoryAction. Base classes: Direct: (non-virtual) MR.HistoryAction This is the non-const half of the class.

Constructor & Destructor Documentation

◆ CombinedHistoryAction() [1/4]

unsafe MR.CombinedHistoryAction.CombinedHistoryAction ( MR._ByValue_CombinedHistoryAction _other)
inline

Generated from constructor MR.CombinedHistoryAction.CombinedHistoryAction.

◆ CombinedHistoryAction() [2/4]

MR.CombinedHistoryAction.CombinedHistoryAction ( Const_CombinedHistoryAction _other)
inline

Generated from constructor MR.CombinedHistoryAction.CombinedHistoryAction.

◆ CombinedHistoryAction() [3/4]

MR.CombinedHistoryAction.CombinedHistoryAction ( CombinedHistoryAction _other)
inline

Generated from constructor MR.CombinedHistoryAction.CombinedHistoryAction.

◆ CombinedHistoryAction() [4/4]

unsafe MR.CombinedHistoryAction.CombinedHistoryAction ( string name,
MR.Std.Const_Vector_StdSharedPtrMRHistoryAction actions )
inline

Will call action() for each actions in given order (undo in reverse, redo in forward) Generated from constructor MR.CombinedHistoryAction.CombinedHistoryAction.

Member Function Documentation

◆ action()

unsafe void MR.CombinedHistoryAction.action ( MR.HistoryAction.Type type)
inline

Generated from method MR.CombinedHistoryAction.action.

◆ assign()

unsafe MR.CombinedHistoryAction MR.CombinedHistoryAction.assign ( MR._ByValue_CombinedHistoryAction _other)
inline

Generated from method MR.CombinedHistoryAction.operator=.

◆ filter()

unsafe bool MR.CombinedHistoryAction.filter ( MR.Std._ByValue_Function_BoolFuncFromConstStdSharedPtrMRHistoryActionRef filteringCondition)
inline

Remove some actions according to condition inside combined actions. Do deep filtering. Generated from method MR.CombinedHistoryAction.filter.

◆ getStack()

unsafe new MR.Std.Vector_StdSharedPtrMRHistoryAction MR.CombinedHistoryAction.getStack ( )
inline

Generated from method MR.CombinedHistoryAction.getStack.

◆ operator CombinedHistoryAction?()

static unsafe MR.CombinedHistoryAction.operator CombinedHistoryAction? ( MR.HistoryAction parent)
inlineexplicitstatic

◆ operator MR.HistoryAction()

static unsafe implicit MR.CombinedHistoryAction.operator MR.HistoryAction ( CombinedHistoryAction self)
inlinestatic

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