29 #ifndef SCREEN_PICKER_TOOL_H 30 #define SCREEN_PICKER_TOOL_H 40 #include <qwt_double_rect.h> 41 #include <qwt_plot_marker.h> 42 #include <qwt_plot_picker.h> 61 virtual void append(
const QwtDoublePoint &pos);
74 virtual bool eventFilter(QObject *obj, QEvent *event);
75 virtual void append(
const QPoint &point);
91 virtual bool eventFilter(QObject *obj, QEvent *event);
92 void appendPoint(
const QwtDoublePoint &point);
106 void connectPlotLayers();
111 virtual void append(
const QwtDoublePoint &pos);
115 void setAveragePixels(
int pixels);
117 QPointer<Matrix>
matrix(){
return d_matrix;};
122 void modifiedMatrix(
Matrix *);
123 void updateCursorPosition();
124 void updateCursorWidth(
int width);
127 void setCursorWidth(
int width);
139 #endif // ifndef SCREEN_PICKER_TOOL_H
A 2D-plotting widget.
Definition: Graph.h:123
A QDoubleSpinBox allowing to customize numbers display with respect to locale settings.
Definition: DoubleSpinBox.h:39
QtiPlot's main window.
Definition: ApplicationWindow.h:133
Matrix worksheet class.
Definition: Matrix.h:57
Definition: PlotCurve.h:96
MDI window providing a spreadsheet table with column logic.
Definition: Table.h:57