QtiPlot
0.9.8.2
|
#include <ScreenPickerTool.h>
Public Member Functions | |
DrawPointTool (ApplicationWindow *app, Graph *graph, const QObject *status_target=NULL, const char *status_slot="") | |
virtual int | rtti () const |
![]() | |
virtual void | append (const QwtDoublePoint &pos) |
ScreenPickerTool (Graph *graph, const QObject *status_target=NULL, const char *status_slot="") | |
void | setMoveRestriction (ScreenPickerTool::MoveRestriction r) |
double | xValue () |
double | yValue () |
virtual | ~ScreenPickerTool () |
![]() | |
PlotToolInterface (Graph *graph, const QObject *status_target=NULL, const char *status_slot="") | |
virtual | ~PlotToolInterface () |
Protected Member Functions | |
void | appendPoint (const QwtDoublePoint &point) |
virtual bool | eventFilter (QObject *obj, QEvent *event) |
![]() | |
virtual void | append (const QPoint &point) |
Protected Attributes | |
ApplicationWindow * | d_app |
DataCurve * | d_curve |
Table * | d_table |
![]() | |
MoveRestriction | d_move_restriction |
QwtPlotMarker | d_selection_marker |
![]() | |
Graph * | d_graph |
const char * | d_status_slot |
const QObject * | d_status_target |
Additional Inherited Members | |
![]() | |
enum | MoveRestriction { NoRestriction, Vertical, Horizontal } |
![]() | |
void | statusText (const QString &) |
Plot tool for drawing arbitrary points.
DrawPointTool::DrawPointTool | ( | ApplicationWindow * | app, |
Graph * | graph, | ||
const QObject * | status_target = NULL , |
||
const char * | status_slot = "" |
||
) |
|
protected |
References Table::colName(), d_app, d_curve, ApplicationWindow::d_decimal_digits, PlotToolInterface::d_graph, d_table, ApplicationWindow::defaultCurveLineWidth, ApplicationWindow::defaultSymbolSize, ApplicationWindow::generateUniqueName(), Graph::insertPlotItem(), Graph::LineSymbols, ApplicationWindow::modifiedProject(), ApplicationWindow::newHiddenTable(), Table::numRows(), Table::setCell(), DataCurve::setFullRange(), Table::setNumRows(), ScreenPickerTool::statusText(), and Graph::updatePlot().
Referenced by eventFilter().
|
protectedvirtual |
Reimplemented from ScreenPickerTool.
References appendPoint(), PlotToolInterface::d_graph, and ScreenPickerTool::d_selection_marker.
|
inlinevirtual |
Reimplemented from PlotToolInterface.
References PlotToolInterface::Rtti_DrawDataPoints.
|
protected |
Referenced by appendPoint().
|
protected |
Referenced by appendPoint(), and DrawPointTool().
|
protected |
Referenced by appendPoint(), and DrawPointTool().