Qucs-GUI  0.0.19
Public Member Functions | Static Public Member Functions
PSDiagram Class Reference

The PSDiagram class implements the Polar and Smith (combi) diagrams. More...

#include <psdiagram.h>

Inheritance diagram for PSDiagram:
Inheritance graph
[legend]
Collaboration diagram for PSDiagram:
Collaboration graph
[legend]

Public Member Functions

 PSDiagram (int _cx=0, int _cy=0, bool _polarUp=true)
 ~PSDiagram ()
DiagramnewOne ()
int calcDiagram ()
void calcLimits ()
void calcCoordinate (const double *, const double *, const double *, float *, float *, Axis const *) const

Static Public Member Functions

static Elementinfo (QString &, char *&, bool getNewOne=false)
static Elementinfo_sp (QString &, char *&, bool getNewOne=false)

Detailed Description

The PSDiagram class implements the Polar and Smith (combi) diagrams.

Definition at line 25 of file psdiagram.h.


Constructor & Destructor Documentation

PSDiagram::PSDiagram ( int  _cx = 0,
int  _cy = 0,
bool  _polarUp = true 
)

Definition at line 35 of file psdiagram.cpp.

Here is the caller graph for this function:

Definition at line 50 of file psdiagram.cpp.


Member Function Documentation

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.

Here is the call graph for this function:

void PSDiagram::calcLimits ( ) [virtual]

Reimplemented from Diagram.

Definition at line 71 of file psdiagram.cpp.

Here is the call graph for this function:

Element * PSDiagram::info ( QString &  Name,
char *&  BitmapFile,
bool  getNewOne = false 
) [static]

Definition at line 126 of file psdiagram.cpp.

Here is the call graph for this function:

Element * PSDiagram::info_sp ( QString &  Name,
char *&  BitmapFile,
bool  getNewOne = false 
) [static]

Definition at line 136 of file psdiagram.cpp.

Here is the call graph for this function:

Diagram * PSDiagram::newOne ( ) [virtual]

Reimplemented from Diagram.

Definition at line 120 of file psdiagram.cpp.

Here is the call graph for this function:


The documentation for this class was generated from the following files:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines