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();
void vpCurveChanged();
void contextMenuRequested( QContextMenuEvent *e );
void legendClicked( QwtPlotItem* );
-
+ void fitAllDone();
protected:
Plot2d_Plot2d* myPlot;
int myOperation;
int myXMode, myYMode;
double myXDistance, myYDistance, myYDistance2;
bool mySecondY;
+ bool myViewIsClosing;
};
class Plot2d_Plot2d : public QwtPlot