|
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) |
|
virtual void | updateView () |
| Update current view in Main Application. More...
|
|
virtual void | setSlotDescription (QString _slotName, QString _slotDescription, QStringList _parameters, QStringList _descriptions) |
| Set a description for a public slot. More...
|
|
virtual void | setRenderer (unsigned int _viewer, QString _rendererName) |
| Set a renderer for the given viewer. More...
|
|
virtual void | save (int _id, QString _filename) |
| Save object to a file. More...
|
|
virtual void | load (QString _filename, DataType _type, int &_id) |
| Load object from file with a specific DataType. More...
|
|
virtual void | emptyObjectAdded (int _id) |
| Emit this signal if an empty object has been created. More...
|
|
virtual void | registerKey (int _key, Qt::KeyboardModifiers _modifiers, QString _description, bool _multiUse=false) |
| Register a key-combination for your plugin. More...
|
|
virtual void | log (Logtype _type, QString _message)=0 |
|
virtual void | log (QString _message)=0 |
|
Definition at line 56 of file TypeHexahedralMesh.hh.
◆ ~TypeHexahedralMeshPlugin()
TypeHexahedralMeshPlugin::~TypeHexahedralMeshPlugin |
( |
| ) |
|
|
inline |
◆ TypeHexahedralMeshPlugin()
TypeHexahedralMeshPlugin::TypeHexahedralMeshPlugin |
( |
| ) |
|
◆ addEmpty
int TypeHexahedralMeshPlugin::addEmpty |
( |
| ) |
|
|
slot |
◆ description()
QString TypeHexahedralMeshPlugin::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 116 of file TypeHexahedralMesh.hh.
◆ name()
QString TypeHexahedralMeshPlugin::name |
( |
| ) |
|
|
inlinevirtual |
◆ noguiSupported
void TypeHexahedralMeshPlugin::noguiSupported |
( |
| ) |
|
|
inlineprivateslot |
◆ objectDeleted
void TypeHexahedralMeshPlugin::objectDeleted |
( |
int |
_identifier | ) |
|
|
privateslot |
◆ pluginsInitialized
void TypeHexahedralMeshPlugin::pluginsInitialized |
( |
| ) |
|
|
privateslot |
◆ registerType()
bool TypeHexahedralMeshPlugin::registerType |
( |
| ) |
|
|
virtual |
◆ setTranslucencyFactor
void TypeHexahedralMeshPlugin::setTranslucencyFactor |
( |
| ) |
|
|
privateslot |
◆ slot_change_shrinkage
void TypeHexahedralMeshPlugin::slot_change_shrinkage |
( |
| ) |
|
|
privateslot |
◆ slot_update_planes_in_scenegraph_node
void TypeHexahedralMeshPlugin::slot_update_planes_in_scenegraph_node |
( |
int |
_deletedObject = -1 | ) |
|
|
privateslot |
◆ slotKeyEvent
void TypeHexahedralMeshPlugin::slotKeyEvent |
( |
QKeyEvent * |
_event | ) |
|
|
privateslot |
◆ slotObjectUpdated
void TypeHexahedralMeshPlugin::slotObjectUpdated |
( |
int |
_identifier, |
|
|
const UpdateType & |
_type |
|
) |
| |
|
privateslot |
◆ slotUpdateContextMenu
void TypeHexahedralMeshPlugin::slotUpdateContextMenu |
( |
int |
_objectId | ) |
|
|
privateslot |
◆ supportedType
DataType TypeHexahedralMeshPlugin::supportedType |
( |
| ) |
|
|
inlineslot |
◆ switchRendering
void TypeHexahedralMeshPlugin::switchRendering |
( |
| ) |
|
|
privateslot |
◆ version
QString TypeHexahedralMeshPlugin::version |
( |
| ) |
|
|
inlineslot |
◆ render_switch_
QAction* TypeHexahedralMeshPlugin::render_switch_ |
|
private |
◆ translucency_factor_action_
QAction* TypeHexahedralMeshPlugin::translucency_factor_action_ |
|
private |
The documentation for this class was generated from the following files: