MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_HistoryAction Class Reference

Abstract class for history actions Generated from class MR.HistoryAction. Derived classes: Direct: (non-virtual) MR.ChangVoxelSelectionAction MR.ChangeActiveBoxAction MR.ChangeColoringType MR.ChangeDualMarchingCubesAction MR.ChangeFacesColorMapAction MR.ChangeGridAction MR.ChangeIsoAction MR.ChangeLabelAction MR.ChangeLinesColorMapAction MR.ChangeMeshAction MR.ChangeMeshCreasesAction MR.ChangeMeshDataAction MR.ChangeMeshEdgeSelectionAction MR.ChangeMeshFaceSelectionAction MR.ChangeMeshPointsAction MR.ChangeMeshTexturePerFaceAction MR.ChangeMeshTopologyAction MR.ChangeMeshUVCoordsAction MR.ChangeNameAction MR.ChangeObjectAction MR.ChangeObjectColorAction MR.ChangeObjectSelectedAction MR.ChangeObjectVisibilityAction MR.ChangeOneNormalInCloudAction MR.ChangeOnePointInCloudAction MR.ChangeOnePointInPolylineAction MR.ChangePointCloudAction MR.ChangePointCloudNormalsAction MR.ChangePointCloudPointsAction MR.ChangePointPointSelectionAction MR.ChangePolylineAction MR.ChangePolylinePointsAction MR.ChangePolylineTopologyAction MR.ChangeScaleAction MR.ChangeSceneAction MR.ChangeSceneObjectsOrder MR.ChangeSurfaceAction MR.ChangeTextureAction MR.ChangeVisualizePropertyAction MR.ChangeXfAction MR.CombinedHistoryAction MR.PartialChangeMeshAction MR.PartialChangeMeshDataAction MR.PartialChangeMeshPointsAction MR.PartialChangeMeshTopologyAction This is the const half of the class. More...

+ Inheritance diagram for MR.Const_HistoryAction:

Classes

struct  _Underlying
 
struct  _UnderlyingShared
 

Public Types

enum  Type : int { Undo = 0 , Redo = 1 }
 

Public Member Functions

virtual void Dispose ()
 
unsafe MR.Std.String name ()
 Generated from method MR.HistoryAction.name.
 
unsafe ulong heapBytes ()
 returns the amount of memory this object occupies on heap Generated from method MR.HistoryAction.heapBytes.
 

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_HistoryAction >
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.
 

Detailed Description


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