18 #ifndef __igstkQMouseTrackerTool_h
19 #define __igstkQMouseTrackerTool_h
42 typedef std::string MouseNameType;
56 virtual void PrintSelf( std::ostream& os, ::itk::Indent indent )
const;
62 virtual bool CheckIfTrackerToolIsConfigured()
const;
65 void operator=(
const Self&);
67 MouseNameType m_MouseName;
69 bool m_TrackerToolConfigured;
76 #endif // __igstk_QMouseTrackerTool_h_