

Definition at line 20 of file QtViewWidget.sip.
Public Member Functions | |
| QtViewWidget (QWidget */TransferThis/=0, const char *=0, unsigned=0) | |
| The standard QWidget constructor. | |
| virtual | ~QtViewWidget () |
| The required virtual destructor. | |
| void | setPlotter (PlotterBase *) |
| Re-implements inherited member to test something for SIP. | |
| virtual QSize | sizeHint () const |
| virtual void | draw (QPainter &) |
| Reimplements the inherited function. | |
| virtual void | paintEvent (QPaintEvent *) |
| Overrides virtual function of QWidget to do drawing. | |
| virtual void | update (const Observable *) |
| void | setDrawRect (const QRect &) |
| Sets the drawing rectangle in the paint device space. | |
| virtual void | setDrawRect (float, float, float, float) |
| Sets the drawing rectangle in the paint device space. | |
| virtual void | initPlot (double) |
| Initializes the plot view by locking the QApplication. | |
| virtual void | endPlot () |
| Finalizes the plot view by unlocking the QApplication. | |
| int | toViewX (double) const |
| Converts the data space coordinate X to the view space coordinate X. | |
| int | toViewY (double) const |
| Converts the data space coordinate Y to the view space coordinate Y. | |
| virtual void | fillPickedPoint (double, double, std::vector< double > &) const |
| virtual void | setDoubleBuffering (unsigned) |
| virtual void | mousePressEvent (QMouseEvent *) |
| overrides the inherited virtual function. | |
| void | setInspector (Inspector *) |
|
||||||||||||||||
|
The standard QWidget constructor. See Qt documentation for details. |
|
|
The required virtual destructor.
|
|
|
Reimplements the inherited function. First calls base class to draw the contents and then draws the border if selected. |
|
|
Finalizes the plot view by unlocking the QApplication.
|
|
||||||||||||||||
|
|
|
|
Initializes the plot view by locking the QApplication.
|
|
|
overrides the inherited virtual function. If the event is a mouse event with control key down, then toggles the active DataRep. Otherwise, passes passes the event to QObject. Reimplemented from QWidget. |
|
|
Overrides virtual function of QWidget to do drawing.
Reimplemented from QWidget. |
|
|
|
|
||||||||||||||||||||
|
Sets the drawing rectangle in the paint device space.
|
|
|
Sets the drawing rectangle in the paint device space.
|
|
|
|
|
|
Re-implements inherited member to test something for SIP.
|
|
|
Reimplemented from QWidget. |
|
|
Converts the data space coordinate X to the view space coordinate X.
|
|
|
Converts the data space coordinate Y to the view space coordinate Y.
|
|
|
|
1.4.3