#include <qsaxes2d.h>
Inheritance diagram for QSAxes2D:
Public Types | |
enum | FillElement { RectFill = 0, FrameFill } |
Public Methods | |
QSAxes2D (QObject *parent=0, const char *name=0) | |
~QSAxes2D () | |
virtual void | stop () |
void | setFrameWidth (int width) |
int | frameWidth () const |
virtual void | initMappings (QSDrv *drv) |
virtual QSPt3f | mixedToCanvas (const QSPt3f &pos, CoordinateSystem in_coords[3], double dpi, QSAxis *xAxis, QSAxis *yAxis, QSAxis *zAxis) const |
virtual QSPt3f | canvasToMixed (const QSPt3f &pos, CoordinateSystem out_coords[3], double dpi, QSAxis *xAxis, QSAxis *yAxis, QSAxis *zAxis) const |
virtual void | paintPlot (QPainter *p, double dpi=72.0, bool blocking=true, bool transparent=true) |
virtual void | drawPlot (QSDrv *drv, bool blocking=true, bool transparent=true) |
virtual QString | posInfo (QSPt2f &pos) |
virtual void | loadStateFromStream (QDataStream &stream, QSObjectFactory *factory) |
virtual void | saveStateToStream (QDataStream &stream, QSObjectFactory *factory) |
Protected Methods | |
void | axisRangesCalculated () |
void | allocRuntimeData () |
void | freeRuntimeData () |
virtual void | drawAxis (QSAxis *axis) |
virtual void | drawGrid (QSAxis *axis, bool major) |
|
Fill elements. See QSGraphicalData::setFill() |
|
Constructor. |
|
Destructor. |
|
Reimplemented Reimplemented from QSAxes. |
|
Reimplemented from QSPlot::axisRangesCalculated . Reimplemented from QSAxes. |
|
From canvas to mixed coordinates. Allows freely mixing of coordinate systems, but Z can't be normCoordinate. Implements QSAxes. |
|
Reimplemented Reimplemented from QSAxes. |
|
Reimplemented Reimplemented from QSAxes. |
|
Reimplemented Implements QSAxes. |
|
Returns a frame width. |
|
Reimplemented Reimplemented from QSAxes. |
|
Reimplemented Reimplemented from QSAxes. |
|
Restores all axes and datasets. Reimplemented from QSAxes. |
|
From mixed type coordinates to canvas. Allows freely mixing of coordinate systems, but Z can't be normCoordinate Implements QSAxes. |
|
Reimplemented Implements QSAxes. |
|
Reimplemented Reimplemented from QSAxes. |
|
Saves all axes and datasets. Reimplemented from QSAxes. |
|
Sets a width of the frame. |
|
Reimplemented. Reimplemented from QSAxes. |