Go to the source code of this file.
◆ MR_ChangeLabelAction
◆ MR_HistoryAction
◆ MR_std_shared_ptr_MR_ObjectLabel
◆ MR_std_string
◆ MR_ChangeLabelAction_action()
Generated from a method of class MR::ChangeLabelAction
named action
. Parameter _this
can not be null. It is a single object.
◆ MR_ChangeLabelAction_AssignFromAnother()
Generated from a method of class MR::ChangeLabelAction
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_ChangeLabelAction_Construct()
Generated from a constructor of class MR::ChangeLabelAction
. Parameter actionName
can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_ChangeLabelAction_Destroy()
to free it when you're done using it.
◆ MR_ChangeLabelAction_ConstructFromAnother()
◆ MR_ChangeLabelAction_Destroy()
Destroys a heap-allocated instance of MR_ChangeLabelAction
. Does nothing if the pointer is null.
◆ MR_ChangeLabelAction_DestroyArray()
Destroys a heap-allocated array of MR_ChangeLabelAction
. Does nothing if the pointer is null.
◆ MR_ChangeLabelAction_heapBytes()
Generated from a method of class MR::ChangeLabelAction
named heapBytes
. Parameter _this
can not be null. It is a single object.
◆ MR_ChangeLabelAction_MutableUpcastTo_MR_HistoryAction()
◆ MR_ChangeLabelAction_name()
Generated from a method of class MR::ChangeLabelAction
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_ChangeLabelAction_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_ChangeLabelAction_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_ChangeLabelAction_UpcastTo_MR_HistoryAction()