IGSTK
Public Member Functions | Protected Member Functions | List of all members
igstk::QMouseTrackerTool Class Reference

A MouseTracker-specific TrackerTool class. More...

#include <igstkQMouseTrackerTool.h>

Inheritance diagram for igstk::QMouseTrackerTool:
Inheritance graph
[legend]
Collaboration diagram for igstk::QMouseTrackerTool:
Collaboration graph
[legend]

Public Member Functions

virtual void RequestSetMouseName (const MouseNameType &MouseName)
 Set tracker tool mouse name. More...
 
- Public Member Functions inherited from igstk::TrackerTool
virtual TransformType GetCalibrationTransform ()
 Get the calibration transform for this tool. More...
 
void SetCalibrationTransform (const TransformType &)
 Set the calibration transform for this tool. More...
 
virtual bool GetUpdated ()
 Get whether the tool was updated during tracker UpdateStatus() More...
 
virtual void RequestConfigure (void)
 The "RequestConfigure" method attempts to configure the tracker tool. More...
 
virtual void RequestDetachFromTracker ()
 The "RequestDetachFromTracker" method detaches the tracker tool from the tracker. More...
 
const std::string GetTrackerToolIdentifier () const
 Access the unique identifier to the tracker tool. More...
 
virtual void RequestAttachToTracker (TrackerType *)
 The "RequestAttachToTracker" method attaches the tracker tool to a tracker. More...
 
- Public Member Functions inherited from igstk::Object
virtual const char * GetNameOfClass () const
 
void SetLogger (LoggerType *logger)
 Connect the Logger for this class. More...
 
void RemoveObserver (unsigned long tag) const
 

Protected Member Functions

 QMouseTrackerTool ()
 
 ~QMouseTrackerTool ()
 
virtual void PrintSelf (std::ostream &os,::itk::Indent indent) const
 Print object information. More...
 
- Protected Member Functions inherited from igstk::TrackerTool
 TrackerTool (void)
 
virtual ~TrackerTool (void)
 
virtual void PrintSelf (std::ostream &os, itk::Indent indent) const
 Print the object information in a stream. More...
 
void SetTrackerToolIdentifier (const std::string identifier)
 Set a unique identifier to the tracker tool. More...
 
- Protected Member Functions inherited from igstk::Object
LoggerTypeGetLogger () const
 
 Object (void)
 Constructor is protected in order to enforce the use of the New() operator. More...
 
virtual ~Object (void)
 
void RegisterObservedObject (const ::igstk::Object *object, unsigned long tag)
 Register observed objects in an internal array so that they can be disconnected upon destruction. More...
 
void RemoveFromObservedObjects ()
 Remove observers that this object may have connected to other objects. More...
 

Additional Inherited Members

- Public Types inherited from igstk::TrackerTool
typedef Transform TransformType
 
- Public Types inherited from igstk::Object
typedef Object Self
 General Typedefs. More...
 
typedef ::itk::Object Superclass
 
typedef ::itk::SmartPointer< SelfPointer
 
typedef ::itk::SmartPointer
< const Self
ConstPointer
 
typedef igstk::Logger LoggerType
 
- Static Public Member Functions inherited from igstk::Object
static Pointer New (void)
 
- Public Attributes inherited from igstk::TrackerTool
igstkStandardAbstractClassTraitsMacro(TrackerTool,
Object) public typedef Tracker 
TrackerType
 Macro with standard traits declarations. More...
 

Detailed Description

A MouseTracker-specific TrackerTool class.

Definition at line 35 of file igstkQMouseTrackerTool.h.

Constructor & Destructor Documentation

igstk::QMouseTrackerTool::QMouseTrackerTool ( )
protected
igstk::QMouseTrackerTool::~QMouseTrackerTool ( )
protected

Member Function Documentation

virtual void igstk::QMouseTrackerTool::RequestSetMouseName ( const MouseNameType &  MouseName)
virtual

Set tracker tool mouse name.

virtual void igstk::QMouseTrackerTool::PrintSelf ( std::ostream &  os,
::itk::Indent  indent 
) const
protectedvirtual

Print object information.


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