C# Class Canguro.Controller.Tracking.TrackingService

Exibir arquivo Open project: rforsbach/Treu-Structure Class Usage Examples

Protected Properties

Property Type Description
graphicView Canguro.View.GraphicView

Public Methods

Method 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

Protected Methods

Method Description
reset ( ) : void

Method Details

MouseMove() public abstract method

public abstract MouseMove ( Point pt ) : void
pt Point
return void

Paint() public abstract method

public abstract Paint ( Device device ) : void
device Device
return void

Reset() public method

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
return void

SetPoint() public method

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
return void

SetPoint() public method

public SetPoint ( System.Vector3 vecInternational ) : void
vecInternational System.Vector3
return void

Start() public method

public Start ( ) : void
return void

reset() protected method

protected reset ( ) : void
return void

Property Details

graphicView protected_oe property

protected Canguro.View.GraphicView graphicView
return Canguro.View.GraphicView