]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
action Id public for connect in module
authorprascle <prascle>
Mon, 15 Sep 2008 12:03:02 +0000 (12:03 +0000)
committerprascle <prascle>
Mon, 15 Sep 2008 12:03:02 +0000 (12:03 +0000)
src/QxScene/QxScene_ViewWindow.h

index 00d897340e9fa7e322c0352004f5fb0b92fb66c6..d12d6001d2789a5ed9a8330d82825152ba1e0b4d 100644 (file)
@@ -45,6 +45,9 @@ class QXSCENE_EXPORT QxScene_ViewWindow : public SUIT_ViewWindow {
   Q_OBJECT
 
  public:
+  //! Actions ID
+  enum { FitAllId, FitRectId, ZoomId, ScaleOpId, PanId, GlobalPanId, MoveOpId, ResetId };
+
   QxScene_ViewWindow(SUIT_Desktop* theDesktop, QxScene_Viewer* theModel);
   virtual ~QxScene_ViewWindow();
 
@@ -85,9 +88,6 @@ class QXSCENE_EXPORT QxScene_ViewWindow : public SUIT_ViewWindow {
   void              createActions();
   void              createToolBar();
 
-  //! Actions ID
-  enum { FitAllId, FitRectId, ZoomId, ScaleOpId, PanId, GlobalPanId, MoveOpId, ResetId };
-
   int               myToolBar;
 
   QxScene_Viewer*   myViewModel;