Qucs-GUI
0.0.19
|
The SmithDiagram class implements the Impedance and Admittance Smith diagram. More...
#include <smithdiagram.h>
Public Member Functions | |
SmithDiagram (int _cx=0, int _cy=0, bool ImpMode=true) | |
~SmithDiagram () | |
Diagram * | newOne () |
int | calcDiagram () |
void | calcLimits () |
void | calcCoordinate (const double *, const double *, const double *, float *, float *, Axis const *) const |
QString | extraMarkerText (Marker const *) const |
Static Public Member Functions | |
static Element * | info (QString &, char *&, bool getNewOne=false) |
static Element * | info_y (QString &, char *&, bool getNewOne=false) |
The SmithDiagram class implements the Impedance and Admittance Smith diagram.
Definition at line 24 of file smithdiagram.h.
SmithDiagram::SmithDiagram | ( | int | _cx = 0 , |
int | _cy = 0 , |
||
bool | ImpMode = true |
||
) |
Definition at line 52 of file smithdiagram.cpp.
void SmithDiagram::calcCoordinate | ( | const double * | , |
const double * | yD, | ||
const double * | , | ||
float * | px, | ||
float * | py, | ||
Axis const * | |||
) | const [virtual] |
Reimplemented from Diagram.
Definition at line 58 of file smithdiagram.cpp.
int SmithDiagram::calcDiagram | ( | ) | [virtual] |
Reimplemented from Diagram.
Definition at line 85 of file smithdiagram.cpp.
void SmithDiagram::calcLimits | ( | ) | [virtual] |
Reimplemented from Diagram.
Definition at line 74 of file smithdiagram.cpp.
QString SmithDiagram::extraMarkerText | ( | Marker const * | m | ) | const [virtual] |
Reimplemented from Diagram.
Definition at line 130 of file smithdiagram.cpp.
Element * SmithDiagram::info | ( | QString & | Name, |
char *& | BitmapFile, | ||
bool | getNewOne = false |
||
) | [static] |
Element * SmithDiagram::info_y | ( | QString & | Name, |
char *& | BitmapFile, | ||
bool | getNewOne = false |
||
) | [static] |
Diagram * SmithDiagram::newOne | ( | ) | [virtual] |
Reimplemented from Diagram.
Definition at line 105 of file smithdiagram.cpp.