Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

CElementControl Class Reference

Klasa reprezentuje wierzcholek. More...

#include <CElement.hh>

Inheritance diagram for CElementControl:

CElement CCurent_i CCurent_u CVoltage_i CVoltage_u List of all members.

Public Member Functions

 CElementControl ()
 Konstruktor.
 CElementControl (std::string symbol, std::string name, double gm, std::string on, int x=0, int y=0, int rot=0)
virtual ~CElementControl ()
 Destruktor.
double getGm (void)
 Ustawia wspulczynnik wzmocnienia (transkonduktancji).
void setGm (double gm)
 Ustawia wspulczynnik wzmocnienia (transkonduktancji).
std::string getOn (void)
 Zwraca element wzgledem ktorego ma sie odbywac sterowanie.
void setOn (std::string on)
 Ustawia element wzgledem ktorego ma sie odbywac sterowanie.
std::string getValueString ()
 Zwraca wartosc elementu w postaci stringu.

Protected Attributes

double m_gm
std::string m_on

Detailed Description

Klasa reprezentuje wierzcholek.


Constructor & Destructor Documentation

CElementControl::CElementControl  )  [inline]
 

Konstruktor.

CElementControl::CElementControl std::string  symbol,
std::string  name,
double  gm,
std::string  on,
int  x = 0,
int  y = 0,
int  rot = 0
[inline]
 

virtual CElementControl::~CElementControl  )  [inline, virtual]
 

Destruktor.


Member Function Documentation

double CElementControl::getGm void   )  [inline]
 

Ustawia wspulczynnik wzmocnienia (transkonduktancji).

Returns:
wspulczynnik wzmocnienia
See also:
setGm(double gm)(void);

std::string CElementControl::getOn void   )  [inline]
 

Zwraca element wzgledem ktorego ma sie odbywac sterowanie.

Returns:
nazwa elementu odniesienia
See also:
setOn(std::string on);

std::string CElementControl::getValueString  )  [virtual]
 

Zwraca wartosc elementu w postaci stringu.

Returns:
wartosc razem z jednostkami. Dla sterowanych odpowiedni string.
See also:
getValue

Reimplemented from CElement.

void CElementControl::setGm double  gm  )  [inline]
 

Ustawia wspulczynnik wzmocnienia (transkonduktancji).

Parameters:
fm wspolczynik wzmoanienia
See also:
double getGm(void);

void CElementControl::setOn std::string  on  )  [inline]
 

Ustawia element wzgledem ktorego ma sie odbywac sterowanie.

Parameters:
on nazwa elementu odniesienia
See also:
getOn(void );


Member Data Documentation

double CElementControl::m_gm [protected]
 

std::string CElementControl::m_on [protected]
 


The documentation for this class was generated from the following files:
Generated on Sun Jan 16 11:05:57 2005 for RolLerCoaster by  doxygen 1.3.9.1