|
void | updateView () |
|
void | updatedObject (int _identifier, const UpdateType &_type) |
|
void | log (Logtype _type, QString _message) |
|
void | log (QString _message) |
|
void | addContextMenuItem (QAction *_action, ContextMenuType _type) |
|
void | addContextMenuItem (QAction *_action, DataType _objectType, ContextMenuType _type) |
|
void | addPickMode (const std::string &_mode) |
|
void | addHiddenPickMode (const std::string &_mode) |
|
void | registerKey (int _key, Qt::KeyboardModifiers _modifiers, QString _description, bool _multiUse=false) |
|
void | addToolbox (QString _name, QWidget *_widget) |
|
virtual void | updateView () |
| Update current view in Main Application. More...
|
|
virtual void | setSlotDescription (QString _slotName, QString _slotDescription, QStringList _parameters, QStringList _descriptions) |
| Set a description for a public slot. More...
|
|
virtual void | setRenderer (unsigned int _viewer, QString _rendererName) |
| Set a renderer for the given viewer. More...
|
|
virtual void | addPickMode (const std::string &_mode) |
| Add a new picking mode to the examiner. More...
|
|
virtual void | addContextMenuItem (QAction *_action, ContextMenuType _type) |
| Add an entry for a context Menu. More...
|
|
virtual void | addToolbox (QString _name, QWidget *_widget) |
| Add a toolbox widget to the gui with the given name. More...
|
|
virtual void | registerKey (int _key, Qt::KeyboardModifiers _modifiers, QString _description, bool _multiUse=false) |
| Register a key-combination for your plugin. More...
|
|
virtual void | log (Logtype _type, QString _message)=0 |
|
virtual void | log (QString _message)=0 |
|
|
template<typename MeshT > |
void | transformMesh (ACG::Matrix4x4d _mat, MeshT &_mesh) |
|
virtual void | noguiSupported () |
|
virtual | ~BaseInterface () |
| Destructor.
|
|
virtual void | blockScenegraphUpdates (bool _block) |
| Tell the core to prevent scenegraph updates. More...
|
|
virtual void | updatedObject (int _objectId) |
| An object has been changed or added by this plugin. More...
|
|
virtual void | updatedObject (int _identifier, const UpdateType &_type) |
| An object has been changed or added by this plugin. More...
|
|
virtual void | nodeVisibilityChanged (int _identifier) |
| A scenegraph node has been shown or hidden. More...
|
|
virtual void | getCurrentRenderer (unsigned int _viewer, QString &_rendererName) |
| Get the current renderer for the given viewer. More...
|
|
virtual | ~MouseInterface () |
| Destructor.
|
|
virtual void | addHiddenPickMode (const std::string &_mode) |
| Add a new picking mode to the examiner which will be invisible. More...
|
|
virtual void | setPickModeCursor (const std::string &_mode, QCursor _cursor) |
| Set the cursor of the given PickMode. More...
|
|
virtual void | setPickModeMouseTracking (const std::string &_mode, bool _mouseTracking) |
| Set mouse tracking for the given PickMode. More...
|
|
virtual void | setPickModeToolbar (const std::string &_mode, QToolBar *_toolbar) |
| Set the additional toolbar of the given PickMode. More...
|
|
virtual void | removePickModeToolbar (const std::string &_mode) |
| Removes the additional toolbar of the given PickMode. More...
|
|
virtual | ~PickingInterface () |
| Destructor.
|
|
virtual | ~ContextMenuInterface () |
| Destructor.
|
|
virtual void | addContextMenuItem (QAction *_action, DataType _objectType, ContextMenuType _type) |
| Add an entry for a context Menu. More...
|
|
virtual void | hideContextMenu () |
| hide the main context menu
|
|
virtual | ~ToolboxInterface () |
| Destructor.
|
|
virtual void | addToolbox (QString _name, QWidget *_widget, QIcon *_icon) |
| Add a toolbox widget to the gui with the given name and an icon. More...
|
|
virtual void | addToolbox (QString _name, QWidget *_widget, QIcon *_icon, QWidget *_headerAreaWidget) |
| Add a toolbox widget to the gui with the given name, icon and header area widget. More...
|
|
virtual void | slotKeyReleaseEvent (QKeyEvent *_event) |
| Key Release Event from Main App. More...
|
|
virtual | ~KeyInterface () |
| Destructor.
|
|
virtual | ~LoggingInterface () |
| Destructor.
|
|
Definition at line 13 of file MouseAndKeyPlugin.hh.