|
Developer Documentation
|
Public Slots | |
| QString | version () |
| int | addEmpty () |
| DataType | supportedType () |
Signals | |
| void | log (Logtype _type, QString _message) |
| void | log (QString _message) |
| void | emptyObjectAdded (int _id) |
| void | addContextMenuItem (QAction *, DataType, ContextMenuType) |
| void | updatedObject (int _objId, const UpdateType &_type) |
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 LoadSaveInterface | |
| virtual void | save (int _id, QString _filename) |
| Save object to a file. | |
| virtual void | load (QString _filename, DataType _type, int &_id) |
| Load object from file with a specific DataType. | |
Signals inherited from TypeInterface | |
| virtual void | emptyObjectAdded (int _id) |
| Emit this signal if an empty object has been created. | |
Signals inherited from KeyInterface | |
| virtual void | registerKey (int _key, Qt::KeyboardModifiers _modifiers, QString _description, bool _multiUse=false) |
| Register a key-combination for your plugin. | |
Signals inherited from LoggingInterface | |
| virtual void | log (Logtype _type, QString _message)=0 |
| virtual void | log (QString _message)=0 |
Signals inherited from ContextMenuInterface | |
| virtual void | addContextMenuItem (QAction *_action, ContextMenuType _type) |
| Add an entry for a context Menu. | |
Public Member Functions | |
| QString | name () |
| Return a name for the plugin. | |
| QString | description () |
| Return a description of what the plugin is doing. | |
| bool | registerType () |
Private Slots | |
| void | slotObjectUpdated (int _identifier, const UpdateType &_type) |
| void | objectDeleted (int _identifier) |
| void | noguiSupported () |
| void | pluginsInitialized () |
| void | slotKeyEvent (QKeyEvent *_event) |
| void | slotUpdateContextMenu (int _objectId) |
| void | slot_change_shrinkage () |
| void | slot_update_planes_in_scenegraph_node (int _deletedObject=-1) |
| void | switchRendering () |
| void | setTranslucencyFactor () |
Private Slots inherited from BaseInterface | |
| virtual void | exit () |
| virtual QString | version () |
| Return a version string for your plugin. | |
Private Slots inherited from TypeInterface | |
| virtual int | addEmpty ()=0 |
| Create an empty object. | |
| virtual DataType | supportedType ()=0 |
| Return your supported object type( e.g. DATA_TRIANGLE_MESH ) | |
| virtual void | generateBackup (int _id, QString _name, UpdateType _type) |
| This slot should be implemented in a TypePlugin to generate type specific backups. | |
Private Slots inherited from KeyInterface | |
| virtual void | slotKeyEvent (QKeyEvent *_event) |
| Key Event from Main App. | |
Private Attributes | |
| QAction * | render_switch_ |
| QAction * | translucency_factor_action_ |
Additional Inherited Members | |
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 void | getCurrentRenderer (unsigned int _viewer, QString &_rendererName) |
| Get the current renderer for the given viewer. | |
Private Member Functions inherited from LoadSaveInterface | |
| virtual | ~LoadSaveInterface () |
| Destructor. | |
| virtual void | addEmptyObject (DataType _type, int &_id) |
| virtual void | copyObject (int _oldId, int &_newId) |
| virtual void | emptyObjectAdded (int _id) |
| DEPRECATED HERE (Moved to Type Interface)! Emit this signal if an empty object has been created. | |
| virtual void | deleteObject (int _id) |
| Delete an object This signal can be called from any thread. . | |
| virtual void | deleteAllObjects () |
| Delete all Objects. | |
| virtual void | getAllFileFilters (QStringList &_filters) |
| Get all file filters that are registered. | |
Private Member Functions inherited from TypeInterface | |
| virtual | ~TypeInterface () |
| Destructor. | |
Private Member Functions inherited from KeyInterface | |
| virtual void | slotKeyReleaseEvent (QKeyEvent *_event) |
| Key Release Event from Main App. | |
| virtual | ~KeyInterface () |
| Destructor. | |
Private Member Functions inherited from LoggingInterface | |
| virtual | ~LoggingInterface () |
| Destructor. | |
Private Member Functions inherited from ContextMenuInterface | |
| virtual | ~ContextMenuInterface () |
| Destructor. | |
| virtual void | addContextMenuItem (QAction *_action, DataType _objectType, ContextMenuType _type) |
| Add an entry for a context Menu. | |
| virtual void | hideContextMenu () |
| hide the main context menu | |
Definition at line 56 of file TypeHexahedralMesh.hh.
|
inline |
Definition at line 107 of file TypeHexahedralMesh.hh.
| TypeHexahedralMeshPlugin::TypeHexahedralMeshPlugin | ( | ) |
Definition at line 51 of file TypeHexahedralMesh.cc.
|
slot |
Definition at line 99 of file TypeHexahedralMesh.cc.
|
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 116 of file TypeHexahedralMesh.hh.
|
inlinevirtual |
Return a name for the plugin.
This Function has to return the name of the plugin.
Implements BaseInterface.
Definition at line 112 of file TypeHexahedralMesh.hh.
|
inlineprivateslot |
Definition at line 86 of file TypeHexahedralMesh.hh.
|
privateslot |
Definition at line 176 of file TypeHexahedralMesh.cc.
|
privateslot |
Definition at line 66 of file TypeHexahedralMesh.cc.
|
virtual |
Implements TypeInterface.
Definition at line 57 of file TypeHexahedralMesh.cc.
|
privateslot |
Definition at line 254 of file TypeHexahedralMesh.cc.
|
privateslot |
Definition at line 281 of file TypeHexahedralMesh.cc.
|
privateslot |
Definition at line 196 of file TypeHexahedralMesh.cc.
|
privateslot |
Definition at line 150 of file TypeHexahedralMesh.cc.
|
privateslot |
Definition at line 164 of file TypeHexahedralMesh.cc.
|
privateslot |
Definition at line 186 of file TypeHexahedralMesh.cc.
|
inlineslot |
Definition at line 131 of file TypeHexahedralMesh.hh.
|
privateslot |
Definition at line 232 of file TypeHexahedralMesh.cc.
|
inlineslot |
Definition at line 124 of file TypeHexahedralMesh.hh.
|
private |
Definition at line 138 of file TypeHexahedralMesh.hh.
|
private |
Definition at line 140 of file TypeHexahedralMesh.hh.