|
|
void | updateView () |
| |
|
void | updatedObject (int _id, const UpdateType &_type) |
| |
|
void | log (Logtype _type, QString _message) |
| |
|
void | log (QString _message) |
| |
| 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 | executePythonScript (QString _script) |
| |
Definition at line 51 of file TestPlugin.hh.
◆ description()
| QString TestPlugin::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 72 of file TestPlugin.hh.
◆ getBoundingBoxTest()
| std::vector< ACG::Vec3d > TestPlugin::getBoundingBoxTest |
( |
int |
objectId | ) |
|
◆ initializePlugin
| void TestPlugin::initializePlugin |
( |
| ) |
|
|
privateslot |
◆ name()
| QString TestPlugin::name |
( |
| ) |
|
|
inlinevirtual |
Return a name for the plugin.
This Function has to return the name of the plugin.
Implements BaseInterface.
Definition at line 71 of file TestPlugin.hh.
◆ noguiSupported
| void TestPlugin::noguiSupported |
( |
| ) |
|
|
inlineprivateslot |
Tell system that this plugin runs without ui.
Definition at line 83 of file TestPlugin.hh.
◆ pluginsInitialized
| void TestPlugin::pluginsInitialized |
( |
| ) |
|
|
privateslot |
◆ version
| QString TestPlugin::version |
( |
| ) |
|
|
inlineslot |
The documentation for this class was generated from the following files: