|
Developer Documentation
|
Public Slots | |
| QString | name () |
Signals | |
| void | log (Logtype _type, QString _message) |
| void | log (QString _message) |
Signals inherited from BaseInterface | |
| 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. | |
Signals inherited from LoggingInterface | |
| virtual void | log (Logtype _type, QString _message)=0 |
| virtual void | log (QString _message)=0 |
Signals inherited from ScriptInterface | |
| virtual void | scriptInfo (QString _functionWithParameters) |
| Emit this signal if a scriptable function is executed. | |
| virtual void | getScriptingEngine (QScriptEngine *&_engine) |
| virtual void | executeFileScript (QString _filename) |
| virtual void | getAvailableFunctions (QStringList &_functions) |
Public Member Functions | |
| INIPlugin () | |
| Constructor. | |
| QString | description () |
| Return a description of what the plugin is doing. | |
| QString | version () |
| Return a version string for your plugin. | |
| template<> | |
| void | parseIniFileT (INIFile &_ini, LightObject *_object) |
| template<> | |
| void | saveIniFileT (INIFile &_ini, LightObject *_object) |
| template<class MeshObject > | |
| void | parseIniFileT (INIFile &_ini, MeshObject *_object) |
| template<class MeshObject > | |
| void | saveIniFileT (INIFile &_ini, MeshObject *_object) |
Private Slots | |
| void | loadIniFile (INIFile &_ini, int _id) |
| void | saveIniFile (INIFile &_ini, int _id) |
| void | noguiSupported () |
Private Slots inherited from BaseInterface | |
| virtual void | exit () |
Private Member Functions | |
| template<class Object > | |
| void | parseIniFileT (INIFile &_ini, Object *_object) |
| template<class Object > | |
| void | saveIniFileT (INIFile &_ini, Object *_object) |
| void | parseIniFile (INIFile &_ini, BaseObjectData *_object) |
| void | saveIniFile (INIFile &_ini, BaseObjectData *_object) |
Private Member Functions inherited from BaseInterface | |
| 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 QString | name ()=0 |
| Return a name for the plugin. | |
| virtual void | getCurrentRenderer (unsigned int _viewer, QString &_rendererName) |
| Get the current renderer for the given viewer. | |
Private Member Functions inherited from LoggingInterface | |
| virtual | ~LoggingInterface () |
| Destructor. | |
Private Member Functions inherited from ScriptInterface | |
| virtual | ~ScriptInterface () |
| Destructor. | |
| virtual void | showScriptInEditor (QString _filename) |
| virtual void | executeScript (QString _script) |
| virtual void | getDescription (QString _function, QString &_description, QStringList &_parameters, QStringList &_descriptions) |
Private Member Functions inherited from INIInterface | |
| virtual | ~INIInterface () |
| Destructor. | |
Definition at line 55 of file iniPlugin.hh.
| INIPlugin::INIPlugin | ( | ) |
Constructor.
Definition at line 52 of file iniPlugin.cc.
|
inline |
Definition at line 78 of file iniPlugin.hh.
|
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 83 of file iniPlugin.hh.
|
privateslot |
Definition at line 184 of file iniPlugin.cc.
|
inlineslot |
Definition at line 82 of file iniPlugin.hh.
|
inlineprivateslot |
Definition at line 73 of file iniPlugin.hh.
|
private |
Definition at line 81 of file iniPlugin.cc.
| void INIPlugin::parseIniFileT | ( | INIFile & | _ini, |
| LightObject * | _object | ||
| ) |
Definition at line 57 of file iniPlugin.cc.
| void INIPlugin::parseIniFileT | ( | INIFile & | _ini, |
| MeshObject * | _object | ||
| ) |
Definition at line 52 of file iniPluginT_impl.hh.
|
private |
Definition at line 138 of file iniPlugin.cc.
|
privateslot |
Definition at line 210 of file iniPlugin.cc.
| void INIPlugin::saveIniFileT | ( | INIFile & | _ini, |
| LightObject * | _object | ||
| ) |
Definition at line 70 of file iniPlugin.cc.
| void INIPlugin::saveIniFileT | ( | INIFile & | _ini, |
| MeshObject * | _object | ||
| ) |
Definition at line 65 of file iniPluginT_impl.hh.
|
inlinevirtual |
Return a version string for your plugin.
This function will be used to determine the current version of your plugin. Should have the form x.x.x ( you do not need to give that many subversions )
Reimplemented from BaseInterface.
Definition at line 85 of file iniPlugin.hh.