Salome HOME
Show/Hide trihedron command
[modules/gui.git] / src / VTKViewer / VTKViewer_ViewWindow.h
index 84ffa827454c9ce3c7ef3c5eaea28987ff3ba7fc..a998414d74df38debd4ddd03a79cd6751d10fd6c 100755 (executable)
@@ -63,6 +63,7 @@ public slots:
   void activateRotation();
   void activatePanning();
   void activateGlobalPanning();
+  void onTrihedronShow();
 
 protected slots:
   void onKeyPressed(QKeyEvent* event);
@@ -79,7 +80,7 @@ private:
 
 private:
   enum { DumpId, FitAllId, FitRectId, ZoomId, PanId, GlobalPanId, RotationId,
-         FrontId, BackId, TopId, BottomId, LeftId, RightId, ResetId };
+         FrontId, BackId, TopId, BottomId, LeftId, RightId, ResetId, TrihedronShowId };
   typedef QMap<int, QtxAction*> ActionsMap;
   
   void    createActions();