History action for visualizeMaskType change Generated from class MR.ChangeVisualizePropertyAction. Base classes: Direct: (non-virtual) MR.HistoryAction This is the const half of the class.
More...
Inheritance diagram for MR.Const_ChangeVisualizePropertyAction:Classes | |
| struct | _Underlying |
| struct | _UnderlyingShared |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_ChangeVisualizePropertyAction (MR._ByValue_ChangeVisualizePropertyAction _other) |
Generated from constructor MR.ChangeVisualizePropertyAction.ChangeVisualizePropertyAction. | |
| unsafe | Const_ChangeVisualizePropertyAction (string name, MR.Const_VisualObject obj, MR.Const_AnyVisualizeMaskEnum visualizeMaskType) |
use this constructor to remember object's visualize property mask before making any changes in it Generated from constructor MR.ChangeVisualizePropertyAction.ChangeVisualizePropertyAction. | |
| unsafe | Const_ChangeVisualizePropertyAction (string name, MR.Const_VisualObject obj, MR.Const_AnyVisualizeMaskEnum visualizeMaskType, MR.Const_ViewportMask newMask) |
use this constructor to remember object's visualize property mask and immediately set new value Generated from constructor MR.ChangeVisualizePropertyAction.ChangeVisualizePropertyAction. | |
| unsafe MR.Std.String | name () |
Generated from method MR.ChangeVisualizePropertyAction.name. | |
| unsafe ulong | heapBytes () |
Generated from method MR.ChangeVisualizePropertyAction.heapBytes. | |
Static Public Member Functions | |
| static unsafe implicit | operator MR.Const_HistoryAction (Const_ChangeVisualizePropertyAction self) |
| static unsafe | operator Const_ChangeVisualizePropertyAction? (MR.Const_HistoryAction parent) |
| static unsafe void | setObjectDirty (MR.Const_VisualObject _1) |
Generated from method MR.ChangeVisualizePropertyAction.setObjectDirty. | |
Protected Member Functions | |
| unsafe void | _LateMakeShared (_Underlying *ptr) |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| override unsafe bool | _IsOwning [get] |
| Check if the underlying shared pointer is owning or not. | |
Properties inherited from MR.Misc.SharedObject< Const_ChangeVisualizePropertyAction > | |
| override bool | _IsOwning [get] |
This checks if the shared_ptr itself is owning or not, rather than whether we own our shared_ptr, which isn't a given. The derived classes have to implement this, since it depends on the specific shared_ptr type. | |
| bool | _IsOwningSharedPtr [get] |
This checks if we own the underlying shared_ptr instance, regardless of whether it owns the underlying object, which is orthogonal. We repurpose _IsOwningVal for this. | |
History action for visualizeMaskType change Generated from class MR.ChangeVisualizePropertyAction. Base classes: Direct: (non-virtual) MR.HistoryAction This is the const half of the class.