|
|
void | updatedObject (int _id, const UpdateType &_type) |
| |
|
void | log (Logtype _type, QString _message) |
| |
|
void | log (QString _message) |
| |
|
void | addToolbox (QString _name, QWidget *_widget, QIcon *_icon) |
| |
| virtual void | updateView () |
| | Update current view in Main Application.
|
| |
| virtual void | setSlotDescription (QString _slotName, QString _slotDescription, QStringList _parameters, QStringList _descriptions) |
| | Set a description for a public slot.
|
| |
| virtual void | setRenderer (unsigned int _viewer, QString _rendererName) |
| | Set a renderer for the given viewer.
|
| |
| virtual void | log (Logtype _type, QString _message)=0 |
| |
| virtual void | log (QString _message)=0 |
| |
| virtual void | addToolbox (QString _name, QWidget *_widget) |
| | Add a toolbox widget to the gui with the given name.
|
| |
|
| QString | name () |
| | Return a name for the plugin.
|
| |
| QString | description () |
| | Return a description of what the plugin is doing.
|
| |
|
| virtual void | noguiSupported () |
| |
| virtual | ~BaseInterface () |
| | Destructor.
|
| |
| virtual void | blockScenegraphUpdates (bool _block) |
| | Tell the core to prevent scenegraph updates.
|
| |
| virtual void | updatedObject (int _objectId) |
| | An object has been changed or added by this plugin.
|
| |
| virtual void | updatedObject (int _identifier, const UpdateType &_type) |
| | An object has been changed or added by this plugin.
|
| |
| virtual void | nodeVisibilityChanged (int _identifier) |
| | A scenegraph node has been shown or hidden.
|
| |
| virtual void | getCurrentRenderer (unsigned int _viewer, QString &_rendererName) |
| | Get the current renderer for the given viewer.
|
| |
| virtual | ~LoggingInterface () |
| | Destructor.
|
| |
| 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.
|
| |
| 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.
|
| |
Definition at line 53 of file PluginAlignMeshes.hh.
◆ PluginAlignMeshes()
| PluginAlignMeshes::PluginAlignMeshes |
( |
| ) |
|
◆ ~PluginAlignMeshes()
| PluginAlignMeshes::~PluginAlignMeshes |
( |
| ) |
|
◆ alignMeshes
| void PluginAlignMeshes::alignMeshes |
( |
| ) |
|
|
slot |
◆ description()
| QString PluginAlignMeshes::description |
( |
| ) |
|
|
inlinevirtual |
Return a description of what the plugin is doing.
This function has to return a basic description of the plugin
Implements BaseInterface.
Definition at line 70 of file PluginAlignMeshes.hh.
◆ initializePlugin
| void PluginAlignMeshes::initializePlugin |
( |
| ) |
|
|
privateslot |
◆ name()
| QString PluginAlignMeshes::name |
( |
| ) |
|
|
inlinevirtual |
◆ version
| QString PluginAlignMeshes::version |
( |
| ) |
|
|
inlineslot |
◆ toolBox_
◆ toolIcon_
| QIcon* PluginAlignMeshes::toolIcon_ |
|
private |
The documentation for this class was generated from the following files: