|
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 55 of file TypeTetrahedralMesh.hh.
◆ ~TypeTetrahedralMeshPlugin()
TypeTetrahedralMeshPlugin::~TypeTetrahedralMeshPlugin |
( |
| ) |
|
|
inline |
◆ TypeTetrahedralMeshPlugin()
TypeTetrahedralMeshPlugin::TypeTetrahedralMeshPlugin |
( |
| ) |
|
◆ addEmpty
int TypeTetrahedralMeshPlugin::addEmpty |
( |
| ) |
|
|
slot |
◆ description()
QString TypeTetrahedralMeshPlugin::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 115 of file TypeTetrahedralMesh.hh.
◆ name()
QString TypeTetrahedralMeshPlugin::name |
( |
| ) |
|
|
inlinevirtual |
◆ noguiSupported
void TypeTetrahedralMeshPlugin::noguiSupported |
( |
| ) |
|
|
inlineprivateslot |
◆ objectDeleted
void TypeTetrahedralMeshPlugin::objectDeleted |
( |
int |
_identifier | ) |
|
|
privateslot |
◆ pluginsInitialized
void TypeTetrahedralMeshPlugin::pluginsInitialized |
( |
| ) |
|
|
privateslot |
◆ registerType()
bool TypeTetrahedralMeshPlugin::registerType |
( |
| ) |
|
|
virtual |
◆ setTranslucencyFactor
void TypeTetrahedralMeshPlugin::setTranslucencyFactor |
( |
| ) |
|
|
privateslot |
◆ slot_change_shrinkage
void TypeTetrahedralMeshPlugin::slot_change_shrinkage |
( |
| ) |
|
|
privateslot |
◆ slot_update_planes_in_scenegraph_node
void TypeTetrahedralMeshPlugin::slot_update_planes_in_scenegraph_node |
( |
int |
_deletedObject = -1 | ) |
|
|
privateslot |
◆ slotKeyEvent
void TypeTetrahedralMeshPlugin::slotKeyEvent |
( |
QKeyEvent * |
_event | ) |
|
|
privateslot |
◆ slotObjectUpdated
void TypeTetrahedralMeshPlugin::slotObjectUpdated |
( |
int |
_identifier, |
|
|
const UpdateType & |
_type |
|
) |
| |
|
privateslot |
◆ slotUpdateContextMenu
void TypeTetrahedralMeshPlugin::slotUpdateContextMenu |
( |
int |
_objectId | ) |
|
|
privateslot |
◆ supportedType
DataType TypeTetrahedralMeshPlugin::supportedType |
( |
| ) |
|
|
inlineslot |
◆ switchRendering
void TypeTetrahedralMeshPlugin::switchRendering |
( |
| ) |
|
|
privateslot |
◆ version
QString TypeTetrahedralMeshPlugin::version |
( |
| ) |
|
|
inlineslot |
◆ render_switch_
QAction* TypeTetrahedralMeshPlugin::render_switch_ |
|
private |
◆ translucency_factor_action_
QAction* TypeTetrahedralMeshPlugin::translucency_factor_action_ |
|
private |
The documentation for this class was generated from the following files: