Qucs-GUI
0.0.19
|
#include <graph.h>
Public Member Functions | |
ScrPt () | |
~ScrPt () | |
void | setStrokeEnd () |
void | setBranchEnd () |
void | setGraphEnd () |
void | setScrX (float) |
set screen coordinate for graph sampling point these must be nonnegative, but sometimes aren't, eg. | |
void | setScrY (float) |
void | setScr (float, float) |
void | setIndep (double) |
void | setDep (double) |
bool | isPt () const |
bool | isStrokeEnd () const |
bool | isBranchEnd () const |
bool | isGraphEnd () const |
float | getScrX () const |
float | getScrY () const |
double | getIndep () const |
double | getDep () const |
Private Attributes | |
float | ScrX |
float | ScrY |
double | indep |
double | dep |
Graph::ScrPt::ScrPt | ( | ) | [inline] |
Graph::ScrPt::~ScrPt | ( | ) | [inline] |
double Graph::ScrPt::getDep | ( | ) | const |
double Graph::ScrPt::getIndep | ( | ) | const |
float Graph::ScrPt::getScrX | ( | ) | const |
float Graph::ScrPt::getScrY | ( | ) | const |
bool Graph::ScrPt::isBranchEnd | ( | ) | const |
bool Graph::ScrPt::isGraphEnd | ( | ) | const |
bool Graph::ScrPt::isPt | ( | ) | const |
bool Graph::ScrPt::isStrokeEnd | ( | ) | const |
void Graph::ScrPt::setBranchEnd | ( | ) |
void Graph::ScrPt::setDep | ( | double | x | ) |
void Graph::ScrPt::setGraphEnd | ( | ) |
void Graph::ScrPt::setIndep | ( | double | x | ) |
void Graph::ScrPt::setScr | ( | float | x, |
float | y | ||
) |
void Graph::ScrPt::setScrX | ( | float | x | ) |
void Graph::ScrPt::setScrY | ( | float | x | ) |
void Graph::ScrPt::setStrokeEnd | ( | ) |
double Graph::ScrPt::dep [private] |
double Graph::ScrPt::indep [private] |
float Graph::ScrPt::ScrX [private] |
float Graph::ScrPt::ScrY [private] |