Signals |
|
void | updateView () |
|
void | updatedObject (int _objectId, const UpdateType &_type) |
|
void | nodeVisibilityChanged (int _objectId) |
|
void | setSlotDescription (QString _slotName, QString _slotDescription, QStringList _parameters, QStringList _descriptions) |
|
void | createBackup (int _objectId, QString _name, UpdateType _type=UPDATE_ALL) |
|
void | log (QString _message) |
|
void | log (Logtype _type, QString _message) |
|
void | addSelectionEnvironment (QString _modeName, QString _description, QIcon _icon, QString &_handleName) |
|
void | registerType (QString _handleName, DataType _type) |
|
void | addPrimitiveType (QString _handleName, QString _name, QIcon _icon, SelectionInterface::PrimitiveType &_typeHandle) |
|
void | addSelectionOperations (QString _handleName, QStringList _operationsList, QString _category, SelectionInterface::PrimitiveType _type=0u) |
|
void | showToggleSelectionMode (QString _handleName, bool _show, SelectionInterface::PrimitiveType _associatedTypes) |
|
void | showSphereSelectionMode (QString _handleName, bool _show, SelectionInterface::PrimitiveType _associatedTypes) |
|
void | showLassoSelectionMode (QString _handleName, bool _show, SelectionInterface::PrimitiveType _associatedTypes) |
|
void | showVolumeLassoSelectionMode (QString _handleName, bool _show, SelectionInterface::PrimitiveType _associatedTypes) |
|
void | getActiveDataTypes (SelectionInterface::TypeList &_types) |
|
void | getActivePrimitiveType (SelectionInterface::PrimitiveType &_type) |
|
void | targetObjectsOnly (bool &_targetsOnly) |
|
void | registerKeyShortcut (int _key, Qt::KeyboardModifiers _modifiers=Qt::NoModifier) |
|
void | deleteObject (int _objectId) |
|
void | scriptInfo (QString _functionName) |
| virtual void | setRenderer (unsigned int _viewer, QString _rendererName) |
| | Set a renderer for the given viewer.
|
| virtual void | getCurrentRenderer (unsigned int _viewer, QString &_rendererName) |
| | Get the current renderer for the given viewer.
|
| virtual void | updateView () |
| | Update current view in Main Application.
|
| 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 | setSlotDescription (QString _slotName, QString _slotDescription, QStringList _parameters, QStringList _descriptions) |
| | Set a description for a public slot.
|
| virtual void | createBackup (int _objectid, QString _name, UpdateType _type=UPDATE_ALL) |
| | Tell Backup Plugin to create a backup.
|
| virtual void | createBackup (IdList _objectids, QString _name, std::vector< UpdateType > _types) |
| | Tell Backup Plugin to create a group backup.
|
| virtual void | undo (int _objectid) |
| | Tell Backup Plugin to undo the last action of an object.
|
| virtual void | redo (int _objectid) |
| | Tell Backup Plugin to redo the last action on an object.
|
| virtual void | undo () |
| | Tell Backup Plugin to undo the last action.
|
| virtual void | redo () |
| | Tell Backup Plugin to redo the last action.
|
| virtual void | aboutToRestore (int _objectid) |
| | Backup Plugin tells other Plugins that a restore will happen.
|
| virtual void | restored (int _objectid) |
| | Backup Plugin tells other Plugins that a restore has happened.
|
| virtual void | generateBackup (int _id, QString _name, UpdateType _type) |
| | This signal is emitted by a BackupPlugin and tells a TypePlugin to generate a backup.
|
| virtual void | log (Logtype _type, QString _message)=0 |
| virtual void | log (QString _message)=0 |
| virtual void | addSelectionEnvironment (QString _modeName, QString _description, QIcon _icon, QString &_handleName) |
| | Add a selection environment in order to provide selection functions for specific data type(s)
|
| virtual void | registerType (QString _handleName, DataType _type) |
| | Register data type for a selection environment.
|
| virtual void | addPrimitiveType (QString _handleName, QString _name, QIcon _icon, PrimitiveType &_typeHandle) |
| | Provide selection for primitives other than the standard ones.
|
| virtual void | showToggleSelectionMode (QString _handleName, bool _show, PrimitiveType _associatedTypes) |
| | Show toggle selection mode in a specified selection environment.
|
| virtual void | showLassoSelectionMode (QString _handleName, bool _show, PrimitiveType _associatedTypes) |
| | Show lasso selection mode in a specified selection environment.
|
| virtual void | showVolumeLassoSelectionMode (QString _handleName, bool _show, PrimitiveType _associatedTypes) |
| | Show volume lasso selection mode in a specified selection environment.
|
| virtual void | showSurfaceLassoSelectionMode (QString _handleName, bool _show, PrimitiveType _associatedTypes) |
| | Show surface lasso selection mode in a specified selection environment.
|
| virtual void | showSphereSelectionMode (QString _handleName, bool _show, PrimitiveType _associatedTypes) |
| | Show sphere selection mode in a specified selection environment.
|
| virtual void | showClosestBoundarySelectionMode (QString _handleName, bool _show, PrimitiveType _associatedTypes) |
| | Show closest boundary selection mode in a specified selection environment.
|
| virtual void | showFloodFillSelectionMode (QString _handleName, bool _show, PrimitiveType _associatedTypes) |
| | Show flood fill selection mode in a specified selection environment.
|
| virtual void | showComponentsSelectionMode (QString _handleName, bool _show, PrimitiveType _associatedTypes) |
| | Show connected components selection mode in a specified selection environment.
|
| virtual void | addCustomSelectionMode (QString _handleName, QString _modeName, QString _description, QIcon _icon, PrimitiveType _associatedTypes, QString &_customIdentifier) |
| | Add a custom interactive selection mode.
|
| virtual void | addCustomSelectionMode (QString _handleName, QString _modeName, QString _description, QIcon _icon, PrimitiveType _associatedTypes, QString &_customIdentifier, DataType _objectTypeRestriction) |
| | Add a custom interactive selection mode.
|
| virtual void | getActiveDataTypes (TypeList &_types) |
| | Get the data types that the currently active selection environment supports.
|
| virtual void | getActivePrimitiveType (PrimitiveType &_type) |
| | Get the primitive type that is selected.
|
| virtual void | targetObjectsOnly (bool &_targetsOnly) |
| | Indicates whether selection should be performed on target objects only.
|
| virtual void | registerKeyShortcut (int _key, Qt::KeyboardModifiers _modifiers=Qt::NoModifier) |
| | Register key shortcut.
|
| virtual void | addSelectionOperations (QString _handleName, QStringList _operationsList, QString _category, PrimitiveType _type=0u) |
| | Add non-interactive selection operations for a specific primitive type.
|
| virtual void | selectionOperation (QString _operation) |
| | Emitted by selection base plugin when a non-interactive selection operation is requested.
|
| virtual void | toggleSelection (QMouseEvent *_event, PrimitiveType _currentType, bool _deselect) |
| | Emitted by selection base plugin whenever the user performs a toggle selection.
|
| virtual void | lassoSelection (QMouseEvent *_event, PrimitiveType _currentType, bool _deselect) |
| | Emitted by selection base plugin whenever the user performs a lasso selection.
|
| virtual void | volumeLassoSelection (QMouseEvent *_event, PrimitiveType _currentType, bool _deselect) |
| | Emitted by selection base plugin whenever the user performs a volume lasso selection.
|
| virtual void | surfaceLassoSelection (QMouseEvent *_event, PrimitiveType _currentType, bool _deselect) |
| | Emitted by selection base plugin whenever the user performs a surface lasso selection.
|
| virtual void | sphereSelection (QMouseEvent *_event, double _radius, PrimitiveType _currentType, bool _deselect) |
| | Emitted by selection base plugin whenever the user performs a sphere selection.
|
| virtual void | closestBoundarySelection (QMouseEvent *_event, PrimitiveType _currentType, bool _deselect) |
| | Emitted by selection base plugin whenever the user performs a closest boundary selection.
|
| virtual void | floodFillSelection (QMouseEvent *_event, double _maxAngle, PrimitiveType _currentType, bool _deselect) |
| | Emitted by selection base plugin whenever the user performs a flood fill selection.
|
| virtual void | componentsSelection (QMouseEvent *_event, PrimitiveType _currentType, bool _deselect) |
| | Emitted by selection base plugin whenever the user performs a connected components selection.
|
| virtual void | customSelection (QMouseEvent *_event, PrimitiveType _currentType, QString _customIdentifier, bool _deselect) |
| | Emitted by selection base plugin whenever the user performs a custom selection.
|
| virtual void | loadSelection (const INIFile &_file) |
| | Load selections from ini-file.
|
| virtual void | saveSelection (INIFile &_file) |
| | Save selections into ini-file.
|
| virtual void | keyShortcutEvent (int _key, Qt::KeyboardModifiers _modifiers=Qt::NoModifier) |
| | Key shortcut event happened.
|
| 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.
|
| virtual void | addEmptyObject (DataType _type, int &_id) |
| virtual void | copyObject (int _oldId, int &_newId) |
| virtual void | emptyObjectAdded (int _id) |
| | DEPRECATED! Emit this signal if an empty object has been created.
|
| virtual void | deleteObject (int _id) |
| | Delete an object.
|
| virtual void | deleteAllObjects () |
| | Delete all Objects.
|
| virtual void | getAllFileFilters (QStringList &_filters) |
| | Get all file filters that are registered.
|
| virtual void | registerKey (int _key, Qt::KeyboardModifiers _modifiers, QString _description, bool _multiUse=false) |
| | Register a key-combination for your plugin.
|
| virtual void | executeScript (QString _script) |
| virtual void | executeFileScript (QString _filename) |
| virtual void | getAvailableFunctions (QStringList &_functions) |
| virtual void | getDescription (QString _function, QString &_description, QStringList &_parameters, QStringList &_descriptions) |
| virtual void | scriptInfo (QString _functionWithParameters) |
| | Emit this signal if a scriptable function is executed.
|
| virtual void | getScriptingEngine (QScriptEngine *&_engine) |