50 #ifndef PICKINGINTERFACE_HH
51 #define PICKINGINTERFACE_HH
55 #if QT_VERSION >= 0x050000
255 #endif // PICKINGINTERFACE_HH
virtual void addHiddenPickMode(const std::string &_mode)
Add a new picking mode to the examiner which will be invisible.
virtual void addPickMode(const std::string &_mode)
Add a new picking mode to the examiner.
virtual void slotPickModeChanged(const std::string &_mode)
The pickingMode has changed.
virtual void setPickModeCursor(const std::string &_mode, QCursor _cursor)
Set the cursor of the given PickMode.
virtual void setPickModeToolbar(const std::string &_mode, QToolBar *_toolbar)
Set the additional toolbar of the given PickMode.
Allow access to picking functions.
virtual void setPickModeMouseTracking(const std::string &_mode, bool _mouseTracking)
Set mouse tracking for the given PickMode.
virtual ~PickingInterface()
Destructor.
virtual void removePickModeToolbar(const std::string &_mode)
Removes the additional toolbar of the given PickMode.