From: prascle Date: Mon, 15 Sep 2008 12:03:02 +0000 (+0000) Subject: action Id public for connect in module X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=682f0b91b2f4905d8e54b12522d91d03e232df20;p=modules%2Fgui.git action Id public for connect in module --- diff --git a/src/QxScene/QxScene_ViewWindow.h b/src/QxScene/QxScene_ViewWindow.h index 00d897340..d12d6001d 100644 --- a/src/QxScene/QxScene_ViewWindow.h +++ b/src/QxScene/QxScene_ViewWindow.h @@ -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;