#include <polardiagram.h>
|
| | PolarDiagram (int _cx=0, int _cy=0) |
| |
| | ~PolarDiagram () |
| |
| Diagram * | newOne () |
| |
| int | calcDiagram () |
| |
| void | calcLimits () |
| |
| void | calcCoordinate (double *&, double *&, double *&, float *, float *, Axis *) |
| |
| | Diagram (int _cx=0, int _cy=0) |
| |
| virtual | ~Diagram () |
| |
| virtual void | paint (ViewPainter *) |
| |
| void | setCenter (int, int, bool relative=false) |
| |
| void | getCenter (int &, int &) |
| |
| void | paintScheme (Schematic *) |
| |
| void | Bounding (int &, int &, int &, int &) |
| |
| bool | getSelected (int, int) |
| |
| bool | resizeTouched (float, float, float) |
| |
| QString | save () |
| |
| bool | load (const QString &, QTextStream *) |
| |
| void | getAxisLimits (Graph *) |
| |
| void | updateGraphData () |
| |
| void | loadGraphData (const QString &) |
| |
| void | recalcGraphData () |
| |
| int | loadVarData (const QString &, Graph *) |
| |
| int | loadIndepVarData (const QString &, char *, Axis *, Graph *) |
| |
| bool | sameDependencies (Graph *, Graph *) |
| |
| int | checkColumnWidth (const QString &, const QFontMetrics &, int, int, int) |
| |
| virtual bool | insideDiagram (float, float) |
| |
| | Element () |
| |
| virtual | ~Element () |
| |
|
| static Element * | info (QString &, char *&, bool getNewOne=false) |
| |
|
| QString | Name |
| |
| QPen | GridPen |
| |
| Q3PtrList< Graph > | Graphs |
| |
| Q3PtrList< struct Arc > | Arcs |
| |
| Q3PtrList< Line > | Lines |
| |
| Q3PtrList< Text > | Texts |
| |
| int | x3 |
| |
| int | y3 |
| |
| Axis | xAxis |
| |
| Axis | yAxis |
| |
| Axis | zAxis |
| |
| int | State |
| |
| bool | hideLines |
| |
| int | rotX |
| |
| int | rotY |
| |
| int | rotZ |
| |
| bool | isSelected |
| |
| int | Type |
| |
| int | cx |
| |
| int | cy |
| |
| int | x1 |
| |
| int | y1 |
| |
| int | x2 |
| |
| int | y2 |
| |
| void | calcSmithAxisScale (Axis *, int &, int &) |
| |
| void | createSmithChart (Axis *, int Mode=7) |
| |
| void | calcPolarAxisScale (Axis *, double &, double &, double &) |
| |
| void | createPolarDiagram (Axis *, int Mode=3) |
| |
| bool | calcAxisScale (Axis *, double &, double &, double &, double &, double) |
| |
| bool | calcAxisLogScale (Axis *, int &, double &, double &, double &, int) |
| |
| bool | calcYAxis (Axis *, int) |
| |
| virtual void | createAxisLabels () |
| |
| int | regionCode (float, float) |
| |
| virtual void | clip (float *&) |
| |
| void | rectClip (float *&) |
| |
| virtual void | calcData (Graph *) |
| |
Definition at line 24 of file polardiagram.h.
| PolarDiagram::PolarDiagram |
( |
int |
_cx = 0, |
|
|
int |
_cy = 0 |
|
) |
| |
| PolarDiagram::~PolarDiagram |
( |
| ) |
|
| void PolarDiagram::calcCoordinate |
( |
double *& |
, |
|
|
double *& |
yD, |
|
|
double *& |
, |
|
|
float * |
px, |
|
|
float * |
py, |
|
|
Axis * |
|
|
) |
| |
|
virtual |
| int PolarDiagram::calcDiagram |
( |
| ) |
|
|
virtual |
| void PolarDiagram::calcLimits |
( |
| ) |
|
|
virtual |
| Element * PolarDiagram::info |
( |
QString & |
Name, |
|
|
char *& |
BitmapFile, |
|
|
bool |
getNewOne = false |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: