QtiPlot
0.9.8.2
|
Plot tool for selecting and moving individual points of a baseline curve. More...
#include <DataPickerTool.h>
Public Member Functions | |
BaselineTool (QwtPlotCurve *curve, Graph *graph, ApplicationWindow *app) | |
![]() | |
ApplicationWindow * | applicationWindow () |
void | copySelection () |
void | cutSelection () |
DataPickerTool (Graph *graph, ApplicationWindow *app, Mode mode, const QObject *status_target=NULL, const char *status_slot="") | |
virtual bool | eventFilter (QObject *obj, QEvent *event) |
int | findClosestPoint (QwtPlotCurve *c, double x, bool up) |
Searches the index of the closest point to the given x coordinate. More... | |
bool | keyEventFilter (QKeyEvent *ke) |
Mode | mode () |
Returns the information about the functioning mode of the tool. More... | |
void | pasteSelection () |
void | removePoint () |
virtual int | rtti () const |
QwtPlotCurve * | selectedCurve () const |
int | selectedPointIndex () |
void | selectTableRow () |
void | setMode (Mode m) |
void | setSelectedCurve (QwtPlotCurve *c) |
virtual | ~DataPickerTool () |
![]() | |
PlotToolInterface (Graph *graph, const QObject *status_target=NULL, const char *status_slot="") | |
virtual | ~PlotToolInterface () |
Protected Member Functions | |
void | setSelection (QwtPlotCurve *curve, int point_index) |
![]() | |
virtual void | append (const QPoint &point) |
virtual bool | end (bool ok) |
virtual void | move (const QPoint &point) |
void | moveBy (int dx, int dy) |
void | movePoint (const QPoint &cursor) |
Plot tool for selecting and moving individual points of a baseline curve.
BaselineTool::BaselineTool | ( | QwtPlotCurve * | curve, |
Graph * | graph, | ||
ApplicationWindow * | app | ||
) |
References DataPickerTool::setSelectedCurve().
|
protectedvirtual |
Reimplemented from DataPickerTool.
References DataPickerTool::d_selected_curve, and DataPickerTool::setSelection().