C# Class Canguro.Controller.Tracking.TrackingService

Afficher le fichier Open project: rforsbach/Treu-Structure Class Usage Examples

Protected Properties

Свойство Type Description
graphicView Canguro.View.GraphicView

Méthodes publiques

Méthode Description
MouseMove ( Point pt ) : void
Paint ( Device device ) : void
Reset ( Canguro gv ) : void

This method is called by the Controller to set up the Tracking service at the initial state and with the correct parameters

SetPoint ( Point pt ) : void

Este método lo llama CommandServices ya que depende de la selección de algún Item o algún Vertex3D

SetPoint ( System.Vector3 vecInternational ) : void
Start ( ) : void

Méthodes protégées

Méthode Description
reset ( ) : void

Method Details

MouseMove() public abstract méthode

public abstract MouseMove ( Point pt ) : void
pt Point
Résultat void

Paint() public abstract méthode

public abstract Paint ( Device device ) : void
device Device
Résultat void

Reset() public méthode

This method is called by the Controller to set up the Tracking service at the initial state and with the correct parameters
public Reset ( Canguro gv ) : void
gv Canguro The ActiveView as known by the GraphicViewManager
Résultat void

SetPoint() public méthode

Este método lo llama CommandServices ya que depende de la selección de algún Item o algún Vertex3D
public SetPoint ( Point pt ) : void
pt Point
Résultat void

SetPoint() public méthode

public SetPoint ( System.Vector3 vecInternational ) : void
vecInternational System.Vector3
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

reset() protected méthode

protected reset ( ) : void
Résultat void

Property Details

graphicView protected_oe property

protected Canguro.View.GraphicView graphicView
Résultat Canguro.View.GraphicView