#include <MRCMesh/MRHistoryAction.h>
#include <MRCMisc/common.h>
#include <MRCMisc/exports.h>
#include <stdbool.h>
#include <stddef.h>
Go to the source code of this file.
◆ MR_CombinedHistoryAction
◆ MR_HistoryAction
◆ MR_std_function_bool_from_const_std_shared_ptr_MR_HistoryAction_ref
◆ MR_std_string
◆ MR_std_vector_std_shared_ptr_MR_HistoryAction
◆ MR_CombinedHistoryAction_action()
Generated from a method of class MR::CombinedHistoryAction
named action
. Parameter _this
can not be null. It is a single object.
◆ MR_CombinedHistoryAction_AssignFromAnother()
Generated from a method of class MR::CombinedHistoryAction
named operator=
. Parameter _this
can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_CombinedHistoryAction_Construct()
Will call action() for each actions in given order (undo in reverse, redo in forward) Generated from a constructor of class MR::CombinedHistoryAction
. Parameter name
can not be null. It is a single object. Parameter actions
can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_CombinedHistoryAction_Destroy()
to free it when you're done using it.
◆ MR_CombinedHistoryAction_ConstructFromAnother()
◆ MR_CombinedHistoryAction_Destroy()
Destroys a heap-allocated instance of MR_CombinedHistoryAction
. Does nothing if the pointer is null.
◆ MR_CombinedHistoryAction_DestroyArray()
Destroys a heap-allocated array of MR_CombinedHistoryAction
. Does nothing if the pointer is null.
◆ MR_CombinedHistoryAction_empty()
Generated from a method of class MR::CombinedHistoryAction
named empty
. Parameter _this
can not be null. It is a single object.
◆ MR_CombinedHistoryAction_filter()
Remove some actions according to condition inside combined actions. Do deep filtering. Generated from a method of class MR::CombinedHistoryAction
named filter
. Parameter _this
can not be null. It is a single object.
◆ MR_CombinedHistoryAction_getStack()
Generated from a method of class MR::CombinedHistoryAction
named getStack
. Parameter _this
can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_CombinedHistoryAction_getStack_const()
Generated from a method of class MR::CombinedHistoryAction
named getStack
. Parameter _this
can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_CombinedHistoryAction_heapBytes()
Generated from a method of class MR::CombinedHistoryAction
named heapBytes
. Parameter _this
can not be null. It is a single object.
◆ MR_CombinedHistoryAction_MutableUpcastTo_MR_HistoryAction()
◆ MR_CombinedHistoryAction_name()
Generated from a method of class MR::CombinedHistoryAction
named name
. Parameter _this
can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_string_Destroy()
to free it when you're done using it.
◆ MR_CombinedHistoryAction_OffsetMutablePtr()
Offsets a pointer to an array element by i
positions (not bytes). Use only if you're certain that the pointer points to an array element.
◆ MR_CombinedHistoryAction_OffsetPtr()
Offsets a pointer to an array element by i
positions (not bytes). Use only if you're certain that the pointer points to an array element.
◆ MR_CombinedHistoryAction_UpcastTo_MR_HistoryAction()