8 #include "qwt_plot_grid.h"
9 #include "qwt_plot_picker.h"
10 #include "qwt_plot_panner.h"
11 #include "qwt_plot_zoomer.h"
12 #include "qwt_plot_curve.h"
13 #include "qwt_symbol.h"
56 US_Plot( QwtPlot*& plot,
const QString&,
const QString&,
const QString& );
63 void zoomedCorners( QwtDoubleRect );
114 US_PlotConfig( QwtPlot*, QWidget* = 0, Qt::WindowFlags = 0 );
169 Qt::WindowFlags = 0 );
330 void mouseDown (
const QwtDoublePoint& );
332 void cMouseDown (
const QwtDoublePoint& );
334 void cMouseDownRaw( QMouseEvent* );
336 void mouseUp (
const QwtDoublePoint& );
338 void cMouseUp (
const QwtDoublePoint& );
340 void mouseDrag (
const QwtDoublePoint& );
342 void cMouseDrag (
const QwtDoublePoint& );
346 void widgetMousePressEvent ( QMouseEvent* );
348 void widgetMouseReleaseEvent( QMouseEvent* );
350 void widgetMouseMoveEvent ( QMouseEvent* );