65 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-TypeHexahedralMesh")
69 void log(
Logtype _type, QString _message);
70 void log(QString _message);
73 void emptyObjectAdded(
int _id);
79 void updatedObject(
int _objId,
const UpdateType& _type);
84 void slotObjectUpdated(
int _identifier,
const UpdateType& _type);
85 void objectDeleted(
int _identifier);
86 void noguiSupported() {}
87 void pluginsInitialized();
90 void slotKeyEvent(QKeyEvent* _event);
93 void slotUpdateContextMenu(
int _objectId);
97 void slot_change_shrinkage();
99 void slot_update_planes_in_scenegraph_node(
int _deletedObject = -1);
101 void switchRendering();
103 void setTranslucencyFactor();
113 return (QString(
"TypeHexahedralMesh"));
117 return (QString(tr(
"Register HexahedralMesh type ")));
125 return QString(
"1.0");
138 QAction* render_switch_;
140 QAction* translucency_factor_action_;
Interface class for type definitions.
QString description()
Return a description of what the plugin is doing.
#define DATA_HEXAHEDRAL_MESH
Logtype
Log types for Message Window.
Interface for all Plugins which do logging to the logging window of the framework.
QString name()
Return a name for the plugin.
Keyboard Event Interface.
Interface class from which all plugins have to be created.
Interface for all plugins which want to Load or Save files and create Objects.