Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NTrackersManager Class
Properties Methods


In This Topic
    NTrackersManager Class Members
    In This Topic

    The following tables list the members exposed by NTrackersManager.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets whether trackers manager is enabled. Setting this property to false will globally disable the creating of all types of trackers.  
    Public PropertyGets/sets whether disabled handles should be hidden  
    Public PropertyGets/sets whether bounds trackers should at all be displayed  
    Public PropertyGets/sets whether geometry mid points trackers should at all be displayed  
    Public PropertyGets/sets whether geometry points trackers should at all be displayed  
    Public PropertyGets/sets whether pin point trackers should at all be displayed  
    Public PropertyGets/sets whether rotated bounds trackers should at all be displayed  
    Public PropertyGets/sets whether rotation trackers should at all be displayed  
    Public PropertyGets/sets whether shape control points trackers should at all be displayed  
    Public PropertyGets/sets whether shape plugs trackers should at all be displayed  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of this attribute (Inherited from Nevron.Dom.NAttribute)
    Public Method (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled to create any non serialized objects, which the holder posseses (Inherited from Nevron.Dom.NAttribute)
    Public MethodCreates the trackers for the specified shape  
    Public MethodDestroys the trackers of the specified shape  
    Public MethodObtains the reference provider to which the object is currently attached (Inherited from Nevron.Dom.NAttribute)
    Public MethodObtains a list of the trackers for the specified shape  
    Public MethodCalled to perform a history action (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled by history when the object state has changed from history (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled by history when the object state is about to be changed from history (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled to provide a reference to the object of the specified type (Inherited from Nevron.Dom.NAttribute)
    Public MethodRecreates the trackers for the specified shape  
    Public MethodUpdates all hosted trackers from their nodes  
    Public Method (Inherited from Nevron.Dom.NAttribute)
    Public MethodOverridden.   
    Public MethodUpdates the trackers of the specified shape  
    Top
    Protected Methods
     NameDescription
    Protected MethodCommits the current transaction (Inherited from Nevron.Dom.NAttribute)
    Protected MethodCalled from the CreateTrackersForShape method, when a new instance of the NControlPointsTracker class is needed for the specified shape  
    Protected MethodCalled from the CreateTrackersForShape method, in order to provide derived classes with the ability to create custom trackers for the specified shape  
    Protected MethodCalled from the CreateTrackersForShape method, when a new instance of the NGeometryPointTracker class is needed for the specified shape  
    Protected MethodCalled from the CreateTrackersForShape method, when a new instance of the NGeometrySegmentsTracker class is needed for the specified shape  
    Protected MethodCalled from the CreateTrackersForShape method, when a new instance of the NPinPointTracker class is needed for the specified shape  
    Protected MethodCalled from the CreateTrackersForShape method, when a new instance of the NPlugsTracker class is needed for the specified shape  
    Protected MethodCalled from the CreateTrackersForShape method, when a new instance of the NRotatedBoundsTracker class is needed for the specified shape  
    Protected MethodCalled from the CreateTrackersForShape method, when a new instance of the NRotationTracker class is needed for the specified shape  
    Protected MethodCalled from the CreateTrackersForShape method, when a new instance of the NSceneBoundsTracker class is needed for the specified shape  
    Protected MethodUnlocks the history service. Pair it with the StartProperty method (Inherited from Nevron.Dom.NAttribute)
    Protected MethodCalled when this attribute has changed (Inherited from Nevron.Dom.NAttribute)
    Protected MethodGeneral property changed handler (Inherited from Nevron.Dom.NAttribute)
    Protected MethodGeneral property changing handler (Inherited from Nevron.Dom.NAttribute)
    Protected MethodSafely pauses the history service (Inherited from Nevron.Dom.NAttribute)
    Protected MethodRecords an action (Inherited from Nevron.Dom.NAttribute)
    Protected MethodSafely records a custom operation in the history service to which the attribute is connected (Inherited from Nevron.Dom.NAttribute)
    Protected MethodRecords the state of the specified property before it is changed (Inherited from Nevron.Dom.NAttribute)
    Protected MethodOverloaded. Records the entire state of the attribute (Inherited from Nevron.Dom.NAttribute)
    Protected MethodSafely resumes the history service (Inherited from Nevron.Dom.NAttribute)
    Protected MethodRolls back the current transaction (Inherited from Nevron.Dom.NAttribute)
    Protected MethodRecords the state of the specified property before it is changed and locks the history service. Pair it with the EndProperty method. (Inherited from Nevron.Dom.NAttribute)
    Protected MethodStarts a new transaction (Inherited from Nevron.Dom.NAttribute)
    Top
    See Also