|
|
void | updateView () |
| |
|
void | log (Logtype _type, QString _message) |
| |
|
void | log (QString _message) |
| |
|
void | addToolbar (QToolBar *_toolbar) |
| |
|
void | toggleSelection (QMouseEvent *_event, SelectionInterface::PrimitiveType _currentType, bool _deselect) |
| |
|
void | lassoSelection (QMouseEvent *_event, SelectionInterface::PrimitiveType _currentType, bool _deselect) |
| |
|
void | volumeLassoSelection (QMouseEvent *_event, SelectionInterface::PrimitiveType _currentType, bool _deselect) |
| |
|
void | surfaceLassoSelection (QMouseEvent *_event, SelectionInterface::PrimitiveType _currentType, bool _deselect) |
| |
|
void | sphereSelection (QMouseEvent *_event, double _radius, SelectionInterface::PrimitiveType _currentType, bool _deselect) |
| |
|
void | closestBoundarySelection (QMouseEvent *_event, SelectionInterface::PrimitiveType _currentType, bool _deselect) |
| |
|
void | floodFillSelection (QMouseEvent *_event, SelectionInterface::PrimitiveType _currentType, bool _deselect) |
| |
|
void | componentsSelection (QMouseEvent *_event, SelectionInterface::PrimitiveType _currentType, bool _deselect) |
| |
|
void | customSelection (QMouseEvent *_event, SelectionInterface::PrimitiveType _currentType, QString _customIdentifier, bool _deselect) |
| |
|
void | selectionOperation (QString _operation) |
| |
|
void | loadSelection (const INIFile &_file) |
| |
|
void | saveSelection (INIFile &_file) |
| |
|
void | keyShortcutEvent (int _key, Qt::KeyboardModifiers _modifiers=Qt::NoModifier) |
| |
|
void | addPickMode (const std::string &_mode) |
| |
|
void | setPickModeMouseTracking (const std::string &_mode, bool _mouseTracking) |
| |
|
void | setPickModeCursor (const std::string &_mode, QCursor _cursor) |
| |
|
void | setPickModeToolbar (const std::string &_mode, QToolBar *_toolbar) |
| |
|
void | registerKey (int _key, Qt::KeyboardModifiers _modifiers, QString _description, bool _multiUse=false) |
| |
|
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 | registerKey (int _key, Qt::KeyboardModifiers _modifiers, QString _description, bool _multiUse=false) |
| | Register a key-combination for your plugin.
|
| |
| virtual void | addPickMode (const std::string &_mode) |
| | Add a new picking mode to the examiner.
|
| |
| virtual void | addToolbox (QString _name, QWidget *_widget) |
| | Add a toolbox widget to the gui with the given name.
|
| |
| virtual void | log (Logtype _type, QString _message)=0 |
| |
| virtual void | log (QString _message)=0 |
| |
| 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) |
| |
| virtual void | addToolbar (QToolBar *_toolbar) |
| | Adds a Toolbar to the main widget.
|
| |
| 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 | addSelectionEnvironment (QString _modeName, QString _description, QString _icon, QString &_handleName) |
| | Add a selection environment in order to provide selection functions for specific data type(s)
|
| |
| virtual void | showToggleSelectionMode (QString _handleName, bool _show, PrimitiveType _associatedTypes) |
| | Show toggle selection mode in a specified selection environment.
|
| |
| 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 | registerKeyShortcut (int _key, Qt::KeyboardModifiers _modifiers=Qt::NoModifier) |
| | Register key shortcut.
|
| |
|
| void | initializePlugin () |
| |
| void | pluginsInitialized () |
| |
| void | slotMouseWheelEvent (QWheelEvent *_event, const std::string &_mode) |
| |
| void | slotMouseEvent (QMouseEvent *_event) |
| |
| void | slotAddSelectionEnvironment (QString _modeName, const QString &_description, const QString &_icon, QString &_handleName) |
| |
| void | slotRegisterType (const QString &_handleName, DataType _type) |
| |
| void | slotAddPrimitiveType (QString _handleName, QString _name, QString _icon, SelectionInterface::PrimitiveType &_typeHandle) |
| |
| void | slotAddCustomSelectionMode (const QString &_handleName, const QString &_modeName, const QString &_description, const QString &_icon, SelectionInterface::PrimitiveType _associatedTypes, QString &_customIdentifier) |
| |
| void | slotAddCustomSelectionMode (const QString &_handleName, const QString &_modeName, const QString &_description, const QString &_icon, SelectionInterface::PrimitiveType _associatedTypes, QString &_customIdentifier, DataType _objectTypeRestriction) |
| |
| void | slotAddSelectionOperations (QString _handleName, QStringList _operationsList, QString _category, SelectionInterface::PrimitiveType _type=0u) |
| |
| void | slotAddSelectionParameters (QString _handleName, QWidget *_widget, QString _category, SelectionInterface::PrimitiveType _type=0u) |
| |
| void | slotShowToggleSelectionMode (const QString &_handleName, bool _show, SelectionInterface::PrimitiveType _associatedTypes) |
| |
| void | slotShowLassoSelectionMode (const QString &_handleName, bool _show, SelectionInterface::PrimitiveType _associatedTypes) |
| |
| void | slotShowVolumeLassoSelectionMode (const QString &_handleName, bool _show, SelectionInterface::PrimitiveType _associatedTypes) |
| |
| void | slotShowSurfaceLassoSelectionMode (const QString &_handleName, bool _show, SelectionInterface::PrimitiveType _associatedTypes) |
| |
| void | slotShowSphereSelectionMode (const QString &_handleName, bool _show, SelectionInterface::PrimitiveType _associatedTypes) |
| |
| void | slotShowClosestBoundarySelectionMode (const QString &_handleName, bool _show, SelectionInterface::PrimitiveType _associatedTypes) |
| |
| void | slotShowFloodFillSelectionMode (const QString &_handleName, bool _show, SelectionInterface::PrimitiveType _associatedTypes) |
| |
| void | slotShowComponentsSelectionMode (const QString &_handleName, bool _show, SelectionInterface::PrimitiveType _associatedTypes) |
| |
| void | slotGetActiveDataTypes (SelectionInterface::TypeList &_types) |
| |
| void | slotGetActivePrimitiveType (SelectionInterface::PrimitiveType &_type) |
| |
| void | slotTargetObjectsOnly (bool &_targetsOnly) |
| |
| void | slotRegisterKeyShortcut (int _key, Qt::KeyboardModifiers _modifiers) |
| |
| void | addedEmptyObject (int _id) |
| |
| void | objectDeleted (int _id) |
| |
| void | slotPickModeChanged (const std::string &_pickmode) |
| |
| void | slotKeyEvent (QKeyEvent *_event) |
| |
| void | slotKeyReleaseEvent (QKeyEvent *_event) |
| |
| void | loadIniFileOptionsLast (INIFile &_ini) |
| |
| void | slotMouseToggleSelection (QMouseEvent *_event) |
| |
| void | slotMouseLassoSelection (QMouseEvent *_event) |
| |
| void | slotMouseVolumeLassoSelection (QMouseEvent *_event) |
| |
| void | slotMouseSurfaceLassoSelection (QMouseEvent *_event) |
| |
| void | slotMouseSphereSelection (QMouseEvent *_event) |
| |
| void | slotMouseBoundarySelection (QMouseEvent *_event) |
| |
| void | slotMouseFloodFillSelection (QMouseEvent *_event) |
| |
| void | slotMouseComponentsSelection (QMouseEvent *_event) |
| |
| void | slotMouseCustomSelection (QMouseEvent *_event) |
| |
| void | slotLoadSelectionButton () |
| |
| void | slotSaveSelectionButton () |
| |
| void | slotOperationRequested () |
| |
| void | slotShowAndHideOperations () |
| |
| void | slotShowAndHideParameters () |
| |
| void | slotSelectionEnvironmentRequested (bool _checked) |
| |
| void | slotEnterSelectionMode (bool _checked) |
| |
| void | updateActivePrimitiveTypes (bool _checked) |
| |
| virtual void | exit () |
| |
| virtual QString | version () |
| | Return a version string for your plugin.
|
| |
| virtual void | slotKeyEvent (QKeyEvent *_event) |
| | Key Event from Main App.
|
| |
| virtual void | loadSelection (int _objId, const QString &_filename) |
| | Scripting slot for loading selections.
|
| |
|
| QString | getUniqueIdentifierName (const QString &_name, int _num=0) |
| | Get a unique pickmode name.
|
| |
| QString | getUniqueHandleName (const QString &_name, int _num=0) |
| | Get a unique handle name.
|
| |
| bool | getSelectionEnvironment (SelectionEnvironment *&env, const QString &_handleName) |
| | Get a selectionEnvironment by a given name.
|
| |
| bool | typeExists (DataType _type, int _excludeId=-1) |
| | Test if at least one object of type _type is in the scene graph.
|
| |
| void | showSelectionMode (const QString &_mode, const QString &_icon, const QString &_desc, const QString &_handleName, bool _show, SelectionInterface::PrimitiveType _associatedTypes, QString &_customIdentifier, bool _custom=false, DataType _objectTypeRestriction=DATA_ALL) |
| |
| void | selectionModeShowSwitch (bool _show, SelectionEnvironment *&env, HandleAction *toggleSelectionAction_, SelectionInterface::PrimitiveType &_associatedTypes) |
| | helper function for showSelectionMode
|
| |
| bool | findObjectType (BaseObjectData *&obj, bool &found, SelectionEnvironment *&env, int _id) |
| | helper function to find a baseObjectData and selection environment given a specific id
|
| |
| SelectionTypeFrameWidget * | createNewTypeFrame (SelectionEnvironment &_env) |
| | Create new type frame for tabs widget.
|
| |
| void | updatePickModeToolBar () |
| | Update the pickmode toolbar.
|
| |
| void | updateTabsOrder () |
| |
| 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 | ~MouseInterface () |
| | Destructor.
|
| |
| virtual void | slotKeyReleaseEvent (QKeyEvent *_event) |
| | Key Release Event from Main App.
|
| |
| virtual | ~KeyInterface () |
| | Destructor.
|
| |
| virtual void | addHiddenPickMode (const std::string &_mode) |
| | Add a new picking mode to the examiner which will be invisible.
|
| |
| virtual void | setPickModeCursor (const std::string &_mode, QCursor _cursor) |
| | Set the cursor of the given PickMode.
|
| |
| virtual void | setPickModeMouseTracking (const std::string &_mode, bool _mouseTracking) |
| | Set mouse tracking for the given PickMode.
|
| |
| virtual void | setPickModeToolbar (const std::string &_mode, QToolBar *_toolbar) |
| | Set the additional toolbar of the given PickMode.
|
| |
| virtual void | removePickModeToolbar (const std::string &_mode) |
| | Removes the additional toolbar of the given PickMode.
|
| |
| virtual | ~PickingInterface () |
| | 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.
|
| |
| virtual | ~INIInterface () |
| | Destructor.
|
| |
| virtual | ~LoggingInterface () |
| | Destructor.
|
| |
| virtual | ~ScriptInterface () |
| | Destructor.
|
| |
| virtual void | showScriptInEditor (QString _filename) |
| |
| virtual void | executeScript (QString _script) |
| |
| virtual void | getDescription (QString _function, QString &_description, QStringList &_parameters, QStringList &_descriptions) |
| |
| virtual | ~ToolbarInterface () |
| | Destructor.
|
| |
| virtual void | removeToolbar (QToolBar *_toolbar) |
| | Remove a Toolbar from the main widget.
|
| |
| virtual void | getToolBar (QString _name, QToolBar *&_toolbar) |
| | Get a pointer to a Toolbar of the given name or 0 if it does not exist.
|
| |
| 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.
|
| |
| virtual | ~SelectionInterface () |
| | Destructor.
|
| |
| virtual void | registerType (QString _handleName, DataType _type) |
| | Register data type for a selection environment.
|
| |
| virtual void | addPrimitiveType (QString _handleName, QString _name, QString _icon, PrimitiveType &_typeHandle) |
| | Provide selection for primitives other than the standard ones.
|
| |
| 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, QString _icon, PrimitiveType _associatedTypes, QString &_customIdentifier) |
| | Add a custom interactive selection mode.
|
| |
| virtual void | addCustomSelectionMode (QString _handleName, QString _modeName, QString _description, QString _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 | addSelectionParameters (QString _handleName, QWidget *_widget, QString _category, PrimitiveType _type=0u) |
| | Add interactive selection parameters for a specific primitive type.
|
| |
| 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, 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.
|
| |