#include <rectdiagram.h>
|
| RectDiagram (int _cx=0, int _cy=0) |
|
| ~RectDiagram () |
|
Diagram * | newOne () |
|
int | calcDiagram () |
|
void | calcLimits () |
|
void | calcCoordinate (double *&, double *&, double *&, float *, float *, Axis *) |
|
bool | insideDiagram (float, float) |
|
| 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 (QPainter *) |
|
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) |
|
| Element () |
|
virtual | ~Element () |
|
|
static Element * | info (QString &, char *&, bool getNewOne=false) |
|
|
void | clip (float *&) |
|
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) |
|
void | rectClip (float *&) |
|
virtual void | calcData (Graph *) |
|
Definition at line 24 of file rectdiagram.h.
RectDiagram::RectDiagram |
( |
int |
_cx = 0 , |
|
|
int |
_cy = 0 |
|
) |
| |
RectDiagram::~RectDiagram |
( |
| ) |
|
void RectDiagram::calcCoordinate |
( |
double *& |
xD, |
|
|
double *& |
yD, |
|
|
double *& |
, |
|
|
float * |
px, |
|
|
float * |
py, |
|
|
Axis * |
pa |
|
) |
| |
|
virtual |
int RectDiagram::calcDiagram |
( |
| ) |
|
|
virtual |
void RectDiagram::calcLimits |
( |
| ) |
|
|
virtual |
void RectDiagram::clip |
( |
float *& |
p | ) |
|
|
protectedvirtual |
Element * RectDiagram::info |
( |
QString & |
Name, |
|
|
char *& |
BitmapFile, |
|
|
bool |
getNewOne = false |
|
) |
| |
|
static |
bool RectDiagram::insideDiagram |
( |
float |
x, |
|
|
float |
y |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files:
- C:/Users/VonFurstenBerg/Documents/DownLoad/QUCS-src/qucs-0.0.16/qucs/diagrams/rectdiagram.h
- C:/Users/VonFurstenBerg/Documents/DownLoad/QUCS-src/qucs-0.0.16/qucs/diagrams/rectdiagram.cpp