Qucs-GUI  0.0.19
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
Graph::ScrPt Class Reference

#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

Detailed Description

Definition at line 91 of file graph.h.


Constructor & Destructor Documentation

Graph::ScrPt::ScrPt ( ) [inline]

Definition at line 98 of file graph.h.

Graph::ScrPt::~ScrPt ( ) [inline]

Definition at line 99 of file graph.h.


Member Function Documentation

double Graph::ScrPt::getDep ( ) const

Definition at line 370 of file graph.cpp.

double Graph::ScrPt::getIndep ( ) const

Definition at line 365 of file graph.cpp.

float Graph::ScrPt::getScrX ( ) const

Definition at line 354 of file graph.cpp.

float Graph::ScrPt::getScrY ( ) const

Definition at line 361 of file graph.cpp.

bool Graph::ScrPt::isBranchEnd ( ) const

Definition at line 313 of file graph.cpp.

bool Graph::ScrPt::isGraphEnd ( ) const

Definition at line 314 of file graph.cpp.

bool Graph::ScrPt::isPt ( ) const

Definition at line 311 of file graph.cpp.

bool Graph::ScrPt::isStrokeEnd ( ) const

Definition at line 312 of file graph.cpp.

Definition at line 303 of file graph.cpp.

void Graph::ScrPt::setDep ( double  x)

Definition at line 349 of file graph.cpp.

Definition at line 307 of file graph.cpp.

void Graph::ScrPt::setIndep ( double  x)

Definition at line 344 of file graph.cpp.

void Graph::ScrPt::setScr ( float  x,
float  y 
)

Definition at line 339 of file graph.cpp.

void Graph::ScrPt::setScrX ( float  x)

set screen coordinate for graph sampling point these must be nonnegative, but sometimes aren't, eg.

between calcCoordinate and clip. (negative values are reserved for control.)

Definition at line 322 of file graph.cpp.

void Graph::ScrPt::setScrY ( float  x)

Definition at line 332 of file graph.cpp.

Definition at line 299 of file graph.cpp.


Field Documentation

double Graph::ScrPt::dep [private]

Definition at line 96 of file graph.h.

double Graph::ScrPt::indep [private]

Definition at line 95 of file graph.h.

float Graph::ScrPt::ScrX [private]

Definition at line 92 of file graph.h.

float Graph::ScrPt::ScrY [private]

Definition at line 93 of file graph.h.


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