|
Qucs-GUI
0.0.19
|
The PSDiagram class implements the Polar and Smith (combi) diagrams. More...
#include <psdiagram.h>


Public Member Functions | |
| PSDiagram (int _cx=0, int _cy=0, bool _polarUp=true) | |
| ~PSDiagram () | |
| Diagram * | newOne () |
| int | calcDiagram () |
| void | calcLimits () |
| void | calcCoordinate (const double *, const double *, const double *, float *, float *, Axis const *) const |
Static Public Member Functions | |
| static Element * | info (QString &, char *&, bool getNewOne=false) |
| static Element * | info_sp (QString &, char *&, bool getNewOne=false) |
The PSDiagram class implements the Polar and Smith (combi) diagrams.
Definition at line 25 of file psdiagram.h.
| PSDiagram::PSDiagram | ( | int | _cx = 0, |
| int | _cy = 0, |
||
| bool | _polarUp = true |
||
| ) |
Definition at line 50 of file psdiagram.cpp.
| void PSDiagram::calcCoordinate | ( | const double * | , |
| const double * | yD, | ||
| const double * | , | ||
| float * | px, | ||
| float * | py, | ||
| Axis const * | pa | ||
| ) | const [virtual] |
Reimplemented from Diagram.
Definition at line 55 of file psdiagram.cpp.
| int PSDiagram::calcDiagram | ( | ) | [virtual] |
Reimplemented from Diagram.
Definition at line 98 of file psdiagram.cpp.

| void PSDiagram::calcLimits | ( | ) | [virtual] |
Reimplemented from Diagram.
Definition at line 71 of file psdiagram.cpp.

| Element * PSDiagram::info | ( | QString & | Name, |
| char *& | BitmapFile, | ||
| bool | getNewOne = false |
||
| ) | [static] |
| Element * PSDiagram::info_sp | ( | QString & | Name, |
| char *& | BitmapFile, | ||
| bool | getNewOne = false |
||
| ) | [static] |
| Diagram * PSDiagram::newOne | ( | ) | [virtual] |
Reimplemented from Diagram.
Definition at line 120 of file psdiagram.cpp.

1.7.6.1