#include <CCapasistor.hh>
Inheritance diagram for CCapasistor:
Public Member Functions | |
CCapasistor (std::string name, float c, int x=0, int y=0, int rot=0) | |
Konstruktor. | |
~CCapasistor () | |
Destruktor. | |
void | setC (float c) |
Ustawia wartosc pojemnosci. | |
float | getC (void) |
Funkcja zwraca wartosc pojemnosci. | |
Complex | getZc (double omega) |
Zwraca impedancje. | |
Complex | getYc (double omega) |
Zwraca konduktancje. | |
double | getValue () |
Zwarca wartosc elementu. | |
void | draw () |
Rysuje element. | |
Protected Attributes | |
float | m_c |
Pojemnosc. |
|
Konstruktor.
|
|
Destruktor.
|
|
Rysuje element.
Reimplemented from CElement. |
|
Funkcja zwraca wartosc pojemnosci.
|
|
Zwarca wartosc elementu. Dla rezystora opornosc R, dla cewki indukcje L, dla kondensatora pojemnosc C, etc. Jesli nie mozna zwrocic wartosci (np nie ma czego zwaracac) zwracane jest zero.
Reimplemented from CElement. |
|
Zwraca konduktancje.
Reimplemented from CElementPasive. |
|
Zwraca impedancje.
Reimplemented from CElementPasive. |
|
Ustawia wartosc pojemnosci.
|
|
Pojemnosc.
|