Salome HOME
initial implementation of automatic rotation in SHAPER's OCC viewer
[modules/gui.git] / src / OCCViewer / OCCViewer_ViewManager.h
index fc0034ef023ea3f6ad58e4a7a163e0124856c44a..f85d7ac8bac3f6ce5ef16af732b230581d3be3fb 100644 (file)
@@ -44,8 +44,12 @@ public:
   bool isChainedOperations() const;
   void setChainedOperations( bool );
 
+  bool isAutoRotation() const;
+  void setAutoRotation( bool );
+
 private:
   bool myIsChainedOperations;
+  bool myIsAutoRotation;
 };
 
 #endif