]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
*** empty log message ***
authorageay <ageay>
Fri, 22 Jul 2011 09:26:16 +0000 (09:26 +0000)
committerageay <ageay>
Fri, 22 Jul 2011 09:26:16 +0000 (09:26 +0000)
src/Plot2d/Plot2d_ViewFrame.h

index a903be0b8ea0b29485abaa45ddb9d0343b28a1bd..685c26ac3336ba45c044c4f3f7beb35fce6a8672 100755 (executable)
@@ -141,7 +141,8 @@ public:
 
   void    incrementalPan ( const int incrX, const int incrY );
   void    incrementalZoom( const int incrX, const int incrY );
-
+  Plot2d_Plot2d* getPlot() { return myPlot; }
+  void    closingLaunched() { myViewIsClosing = true; }
 protected:
   int     testOperation( const QMouseEvent& );
   void    readPreferences();
@@ -180,7 +181,7 @@ signals:
   void    vpCurveChanged();
   void    contextMenuRequested( QContextMenuEvent *e );
   void    legendClicked( QwtPlotItem* );
-
+  void    fitAllDone();
 protected:
   Plot2d_Plot2d* myPlot;
   int            myOperation;
@@ -200,6 +201,7 @@ protected:
   int            myXMode, myYMode;
   double         myXDistance, myYDistance, myYDistance2;
   bool           mySecondY;
+  bool           myViewIsClosing;
 };
 
 class Plot2d_Plot2d : public QwtPlot