

Definition at line 18 of file QtViewImp.sip.
Public Member Functions | |
| QtViewImp (PlotterBase *) | |
| The constructor. | |
| QtViewImp (const QtViewImp &) | |
| The copy constructor. | |
| void | setInspector (QObject *) |
| Sets the receiver of update messages. | |
| virtual void | endPlot () |
| Finalizes the plot view by unlocking the QApplication. | |
| virtual void | fillPickedPoint (double, double, std::vector< double > &) const =0 |
| Fills the picked point vector. | |
| int | toView (double) const |
Converts the view space coordinate x expressed as a double to one expressed as an int. | |
| void | setCrossX (double) |
| Set the crossX value. | |
| void | setCrossY (double) |
| Set the crossY value. | |
| virtual void | drawText (const std::string &, float, float, float, float, char, char, bool) |
| virtual void | drawUserText (const std::string &, float, float, float, float, char, char) |
| Draws a text string at a point in the data coordinate system. | |
| virtual void | drawMag (float, float, int, float) |
| Draws the exponent on the axis label. | |
| virtual void | drawMag (float, float, int, float, QFont &) |
| virtual void | drawSquare (double, double, double, double, int, int, int) |
| Draws a colored square. | |
| virtual void | drawViewSquare (float, float, float, float, int, int, int) |
| Draws a colored square in view space. | |
| float | userToDrawX (double) const |
| Converts a coordinate in user space to drawing space along the X axis. | |
| float | userToDrawY (double) const |
| Converts a coordinate in user space to drawing space along the Y axis. | |
| float | userToDrawColor (double) const |
| Converts a coordinate in user space to drawing space along the color (X) axis. | |
| virtual void | setDefaultFont (const QFont &) |
| virtual const QFont & | defaultFont () |
|
|
The constructor.
|
|
|
The copy constructor.
|
|
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
Draws the exponent on the axis label. The arguments stand for the starting position of the writing ( x, y ), for the value of the magnitude ( mag ), and for the font ( fontsize ).
Implements ViewBase. |
|
||||||||||||||||||||||||||||||||
|
Draws a colored square. Used for shading on the cuts and the gray plot. Implements ViewBase. |
|
||||||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||
|
Draws a text string at a point in the data coordinate system.
Implements ViewBase. |
|
||||||||||||||||||||||||||||||||
|
Draws a colored square in view space. Used for shading on the cuts and the gray plot. Implements ViewBase. |
|
|
Finalizes the plot view by unlocking the QApplication.
Implements ViewBase. |
|
||||||||||||||||
|
Fills the picked point vector. Converts the view coordinates x and y to data coordinates. The results are put in the vector picked. |
|
|
Set the crossX value.
|
|
|
Set the crossY value.
|
|
|
|
|
|
Sets the receiver of update messages. When this object receives update() from one of it Observable objects, it emits a customEvent message to this object, if one exists. |
|
|
Converts the view space coordinate x expressed as a
|
|
|
Converts a coordinate in user space to drawing space along the color (X) axis.
Implements ViewBase. |
|
|
Converts a coordinate in user space to drawing space along the X axis.
Implements ViewBase. |
|
|
Converts a coordinate in user space to drawing space along the Y axis.
Implements ViewBase. |
1.4.3