]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI_ViewerProxy.h
Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / XGUI / XGUI_ViewerProxy.h
index dfd632bdab9699a1497f78fcdca15e941d36f6c7..6bc769cdd196369ad6665a20152102e94170fdb9 100644 (file)
@@ -8,15 +8,15 @@ class XGUI_Workshop;
 class XGUI_ViewWindow;
 
 /**
-* Proxy class which repersents or XGUI_Viewer or Salome Viewer
-* dependently on current launching environment.
-* It is reccomennded to use this class in operation for accessing to viewer 
-* functionality instead of direct access to a viewer
-*/
-class XGUI_EXPORT XGUI_ViewerProxy: public XGUI_SalomeViewer
+ * Proxy class which repersents or XGUI_Viewer or Salome Viewer
+ * dependently on current launching environment.
+ * It is reccomennded to use this class in operation for accessing to viewer 
+ * functionality instead of direct access to a viewer
+ */
+class XGUI_EXPORT XGUI_ViewerProxy : public XGUI_SalomeViewer
 {
-  Q_OBJECT
-public:
+Q_OBJECT
+ public:
   XGUI_ViewerProxy(XGUI_Workshop* theParent);
 
   //! Returns AIS_InteractiveContext from current OCCViewer
@@ -52,7 +52,7 @@ public:
   /// Connects to a viewer according to current environment
   void connectToViewer();
 
-private slots:
+ private slots:
   void onMousePress(XGUI_ViewWindow*, QMouseEvent*);
   void onMouseRelease(XGUI_ViewWindow*, QMouseEvent*);
   void onMouseDoubleClick(XGUI_ViewWindow*, QMouseEvent*);
@@ -60,7 +60,7 @@ private slots:
   void onKeyPress(XGUI_ViewWindow*, QKeyEvent*);
   void onKeyRelease(XGUI_ViewWindow*, QKeyEvent*);
 
-private:
+ private:
   XGUI_Workshop* myWorkshop;
 };