Plugin to visualize information about open volume meshs in the scene.
More...
#include <Plugin-InfoVolumeMeshObject/VolumeMeshObjectInfoPlugin.hh>
|
void | setSlotDescription (QString _slotName, QString _slotDescription, QStringList _parameters, QStringList _descriptions) |
|
void | log (Logtype _type, QString _message) |
|
void | log (QString _message) |
|
void | addWidgetToStatusbar (QWidget *_widget) |
|
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 | log (Logtype _type, QString _message)=0 |
|
virtual void | log (QString _message)=0 |
|
virtual void | showStatusMessage (QString _message, int _timeout=0) |
| Show a message in the status bar. More...
|
|
Plugin to visualize information about open volume meshs in the scene.
Plugin to visualize information about open volume meshs in the scene
Definition at line 62 of file VolumeMeshObjectInfoPlugin.hh.
◆ InfoVolumeMeshObjectPlugin()
InfoVolumeMeshObjectPlugin::InfoVolumeMeshObjectPlugin |
( |
| ) |
|
◆ ~InfoVolumeMeshObjectPlugin()
InfoVolumeMeshObjectPlugin::~InfoVolumeMeshObjectPlugin |
( |
| ) |
|
◆ cellCount
int InfoVolumeMeshObjectPlugin::cellCount |
( |
int |
_id | ) |
|
|
slot |
◆ description()
QString InfoVolumeMeshObjectPlugin::description |
( |
| ) |
|
|
inlinevirtual |
◆ edgeCount
int InfoVolumeMeshObjectPlugin::edgeCount |
( |
int |
_id | ) |
|
|
slot |
◆ faceCount
int InfoVolumeMeshObjectPlugin::faceCount |
( |
int |
_id | ) |
|
|
slot |
◆ initializePlugin
void InfoVolumeMeshObjectPlugin::initializePlugin |
( |
| ) |
|
|
privateslot |
◆ name()
QString InfoVolumeMeshObjectPlugin::name |
( |
void |
| ) |
|
|
inlinevirtual |
◆ noguiSupported
void InfoVolumeMeshObjectPlugin::noguiSupported |
( |
| ) |
|
|
inlineprivateslot |
◆ pluginsInitialized
void InfoVolumeMeshObjectPlugin::pluginsInitialized |
( |
| ) |
|
|
privateslot |
◆ setDescriptions()
void InfoVolumeMeshObjectPlugin::setDescriptions |
( |
| ) |
|
|
private |
◆ slotAllCleared
void InfoVolumeMeshObjectPlugin::slotAllCleared |
( |
| ) |
|
|
privateslot |
◆ slotObjectSelectionChanged
void InfoVolumeMeshObjectPlugin::slotObjectSelectionChanged |
( |
int |
_identifier | ) |
|
|
privateslot |
◆ slotObjectUpdated
void InfoVolumeMeshObjectPlugin::slotObjectUpdated |
( |
int |
_identifier, |
|
|
const UpdateType & |
_type |
|
) |
| |
|
privateslot |
◆ updateInfoBar()
void InfoVolumeMeshObjectPlugin::updateInfoBar |
( |
| ) |
|
|
private |
◆ version
QString InfoVolumeMeshObjectPlugin::version |
( |
| ) |
|
|
inlineslot |
◆ vertexCount
int InfoVolumeMeshObjectPlugin::vertexCount |
( |
int |
_id | ) |
|
|
slot |
get total number of vertices for a given object
- Parameters
-
- Returns
- number of vertices or -1 if an error occured
Definition at line 78 of file VolumeMeshObjectInfoScripting.cc.
◆ infoBar_
The documentation for this class was generated from the following files: