43 #ifndef TYPEHEXAHEDRALMESH_HH
44 #define TYPEHEXAHEDRALMESH_HH
68 void log(
Logtype _type, QString _message);
69 void log(QString _message);
72 void emptyObjectAdded(
int _id);
78 void updatedObject(
int _objId,
const UpdateType& _type);
83 void slotObjectUpdated(
int _identifier);
84 void objectDeleted(
int _identifier);
85 void noguiSupported() {}
86 void pluginsInitialized();
89 void slotKeyEvent(QKeyEvent* _event);
92 void slotUpdateContextMenu(
int _objectId);
96 void slot_change_shrinkage();
98 void slot_update_planes_in_scenegraph_node(
int _deletedObject = -1);
100 void switchRendering();
102 void switchTranslucency();
104 void setTranslucencyFactor();
106 void switchShowIrregs();
108 void switchShowOuterValTwo();
118 return (QString(
"TypeHexahedralMesh"));
121 QString description() {
122 return (QString(tr(
"Register HexahedralMesh type ")));
130 return QString(
"1.0");
145 QAction* render_switch_;
147 QAction* translucency_action_;
149 QAction* translucency_factor_action_;
151 QAction* show_irregs_action_;
153 QAction* show_outer_val_two_action_;
156 #endif //TYPEHEXAHEDRALMESH_HH