Generated from class MR.GcodeProcessor. This is the const half of the class.
More...
Inheritance diagram for MR.Const_GcodeProcessor:Classes | |
| class | _ByValue_BaseAction_MRVector2f |
This is used as a function parameter when the underlying function receives BaseAction_MRVector2f by value. Usage: More... | |
| class | _ByValue_BaseAction_MRVector3f |
This is used as a function parameter when the underlying function receives BaseAction_MRVector3f by value. Usage: More... | |
| class | _ByValue_MoveAction |
This is used as a function parameter when the underlying function receives MoveAction by value. Usage: More... | |
| class | _InOptConst_BaseAction_MRVector2f |
This is used for optional parameters of class BaseAction_MRVector2f with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_BaseAction_MRVector2f. Usage: More... | |
| class | _InOptConst_BaseAction_MRVector3f |
This is used for optional parameters of class BaseAction_MRVector3f with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_BaseAction_MRVector3f. Usage: More... | |
| class | _InOptConst_Command |
This is used for optional parameters of class Command with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_Command. Usage: More... | |
| class | _InOptConst_MoveAction |
This is used for optional parameters of class MoveAction with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_MoveAction. Usage: More... | |
| class | _InOptMut_BaseAction_MRVector2f |
This is used for optional parameters of class BaseAction_MRVector2f with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_BaseAction_MRVector2f. Usage: More... | |
| class | _InOptMut_BaseAction_MRVector3f |
This is used for optional parameters of class BaseAction_MRVector3f with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_BaseAction_MRVector3f. Usage: More... | |
| class | _InOptMut_Command |
This is used for optional parameters of class Command with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_Command. Usage: More... | |
| class | _InOptMut_MoveAction |
This is used for optional parameters of class MoveAction with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_MoveAction. Usage: More... | |
| struct | _Underlying |
| class | BaseAction_MRVector2f |
Generated from class MR.GcodeProcessor.BaseAction<MR.Vector2f>. This is the non-const half of the class. More... | |
| class | BaseAction_MRVector3f |
Generated from class MR.GcodeProcessor.BaseAction<MR.Vector3f>. This is the non-const half of the class. More... | |
| class | Command |
Generated from class MR.GcodeProcessor.Command. This is the non-const half of the class. More... | |
| class | Const_BaseAction_MRVector2f |
Generated from class MR.GcodeProcessor.BaseAction<MR.Vector2f>. This is the const half of the class. More... | |
| class | Const_BaseAction_MRVector3f |
Generated from class MR.GcodeProcessor.BaseAction<MR.Vector3f>. This is the const half of the class. More... | |
| class | Const_Command |
Generated from class MR.GcodeProcessor.Command. This is the const half of the class. More... | |
| class | Const_MoveAction |
Generated from class MR.GcodeProcessor.MoveAction. This is the const half of the class. More... | |
| class | MoveAction |
Generated from class MR.GcodeProcessor.MoveAction. This is the non-const half of the class. More... | |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_GcodeProcessor () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_GcodeProcessor (MR._ByValue_GcodeProcessor _other) |
Generated from constructor MR.GcodeProcessor.GcodeProcessor. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_GcodeProcessor > | |
| bool | _IsOwningVal |
Properties inherited from MR.Misc.Object< Const_GcodeProcessor > | |
| virtual bool | _IsOwning [get] |
| Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough. | |
Generated from class MR.GcodeProcessor. This is the const half of the class.