#include <PlotPolar.h>
Inheritance diagram for PlotPolar:
Public Member Functions | |
PlotPolar (Worksheet *p) | |
general polar Plot class | |
~PlotPolar () | |
QStringList | Info () |
Infos for project explorer. | |
Axis * | getAxis (int i) |
void | saveAxes (QTextStream *t) |
void | openAxes (QTextStream *t, int version) |
void | enableGrid (int index, bool b=true) |
bool | gridEnabled (int index) |
void | enableBorder (int, bool) |
bool | borderEnabled (int) |
void | draw (QPainter *p, int w, int h) |
void | drawCurves (QPainter *p, int w, int h) |
void | setBorder (int, bool) |
void | setRange (LRange *r, int i) |
void | setActRange (LRange *r, int i) |
void | setRanges (LRange *r) |
void | setActRanges (LRange *r) |
Private Attributes | |
Axis | axis [2] |
bool | borderenabled [2] |
bool | gridenabled [4] |
|
general polar Plot class
|
|
|
|
Implements Plot. |
|
Implements Plot. |
|
|
|
Implements Plot. |
|
Implements Plot. |
|
Implements Plot. |
|
Implements Plot. |
|
Infos for project explorer.
|
|
Implements Plot. |
|
Implements Plot. |
|
Implements Plot. |
|
Implements Plot. |
|
Implements Plot. |
|
Implements Plot. |
|
Implements Plot. |
|
|
|
|
|
|