MeshLib C# Docs
Loading...
Searching...
No Matches

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

Inheritance diagram for MR.Const_CombinedHistoryAction:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_CombinedHistoryAction (MR._ByValue_CombinedHistoryAction _other)
 Generated from constructor MR.CombinedHistoryAction.CombinedHistoryAction.
 Const_CombinedHistoryAction (Const_CombinedHistoryAction _other)
 Generated from constructor MR.CombinedHistoryAction.CombinedHistoryAction.
 Const_CombinedHistoryAction (CombinedHistoryAction _other)
 Generated from constructor MR.CombinedHistoryAction.CombinedHistoryAction.
unsafe Const_CombinedHistoryAction (string name, MR.Std.Const_Vector_StdSharedPtrMRHistoryAction actions, MR.Std.Const_Function_StdString? dynNameGetter=null)
 Will call action() for each actions in given order (undo in reverse, redo in forward) Generated from constructor MR.CombinedHistoryAction.CombinedHistoryAction. Parameter dynNameGetter defaults to {}.
unsafe MR.Std.String name ()
 Generated from method MR.CombinedHistoryAction.name.
unsafe MR.Std.Const_Vector_StdSharedPtrMRHistoryAction getStack ()
 Generated from method MR.CombinedHistoryAction.getStack.
unsafe bool empty ()
 Generated from method MR.CombinedHistoryAction.empty.
unsafe MR.Std.Optional_StdString getDynamicName ()
 For actions with a dynamic name getter calls the getter and returns the dynamic name; otherwise returns std::nullopt. Generated from method MR.CombinedHistoryAction.getDynamicName.
unsafe nuint heapBytes ()
 Generated from method MR.CombinedHistoryAction.heapBytes.

Static Public Member Functions

static unsafe implicit operator MR.Const_HistoryAction (Const_CombinedHistoryAction self)
static unsafe operator Const_CombinedHistoryAction? (MR.Const_HistoryAction parent)

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_CombinedHistoryAction() [1/4]

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

◆ Const_CombinedHistoryAction() [2/4]

MR.Const_CombinedHistoryAction.Const_CombinedHistoryAction ( Const_CombinedHistoryAction _other)
inline

◆ Const_CombinedHistoryAction() [3/4]

MR.Const_CombinedHistoryAction.Const_CombinedHistoryAction ( CombinedHistoryAction _other)
inline

◆ Const_CombinedHistoryAction() [4/4]

unsafe MR.Const_CombinedHistoryAction.Const_CombinedHistoryAction ( string name,
MR.Std.Const_Vector_StdSharedPtrMRHistoryAction actions,
MR.Std.Const_Function_StdString? dynNameGetter = null )
inline

Will call action() for each actions in given order (undo in reverse, redo in forward) Generated from constructor MR.CombinedHistoryAction.CombinedHistoryAction. Parameter dynNameGetter defaults to {}.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_CombinedHistoryAction.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_CombinedHistoryAction.Dispose ( bool disposing)
inlineprotectedvirtual

◆ empty()

unsafe bool MR.Const_CombinedHistoryAction.empty ( )
inline

Generated from method MR.CombinedHistoryAction.empty.

◆ getDynamicName()

unsafe MR.Std.Optional_StdString MR.Const_CombinedHistoryAction.getDynamicName ( )
inline

For actions with a dynamic name getter calls the getter and returns the dynamic name; otherwise returns std::nullopt. Generated from method MR.CombinedHistoryAction.getDynamicName.

◆ getStack()

unsafe MR.Std.Const_Vector_StdSharedPtrMRHistoryAction MR.Const_CombinedHistoryAction.getStack ( )
inline

Generated from method MR.CombinedHistoryAction.getStack.

◆ heapBytes()

unsafe nuint MR.Const_CombinedHistoryAction.heapBytes ( )
inline

Generated from method MR.CombinedHistoryAction.heapBytes.

◆ name()

unsafe MR.Std.String MR.Const_CombinedHistoryAction.name ( )
inline

Generated from method MR.CombinedHistoryAction.name.

◆ operator Const_CombinedHistoryAction?()

unsafe MR.Const_CombinedHistoryAction.operator Const_CombinedHistoryAction? ( MR.Const_HistoryAction parent)
inlineexplicitstatic

◆ operator MR.Const_HistoryAction()

unsafe implicit MR.Const_CombinedHistoryAction.operator MR.Const_HistoryAction ( Const_CombinedHistoryAction self)
inlinestatic

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