Salome HOME
Issue #2112 performance for partition
[modules/shaper.git] / src / SHAPERGUI / SHAPERGUI_SalomeViewer.h
index e97c3e10b5a02e78cf5827b0d3596edd23be8250..7e02278a1c6de72cd6d81ad688ba9bea99bfa532 100644 (file)
@@ -141,7 +141,7 @@ Q_OBJECT
   /// Update current viewer
   virtual void update();
 
-  /// Method returns True if the viewer can process editing objects 
+  /// Method returns True if the viewer can process editing objects
   /// by mouse drugging. If this is impossible thet it has to return False.
   virtual bool canDragByMouse() const;
 
@@ -150,7 +150,7 @@ Q_OBJECT
   void activateViewer(bool toActivate);
 
   // Fit all along Z (perpendicular to display)
-  virtual void Zfitall();
+  //virtual void Zfitall();
 
  private slots:
   void onMousePress(SUIT_ViewWindow*, QMouseEvent*);
@@ -168,7 +168,8 @@ Q_OBJECT
   void onSelectionChanged();
   void onViewTransformed(OCCViewer_ViewWindow::OperationType);
 
-  /// Emit signal about trihedron visiblity change because SALOME sets the trihedron visible by this signal.
+  /// Emit signal about trihedron visiblity change because SALOME sets
+  /// the trihedron visible by this signal.
   /// It is necessary to activate the viewer trihedron in the current selection mode
   void onViewPortMapped();