#include <CElement.hh>
Inheritance diagram for CNode:
Public Member Functions | |
CNode (std::string name, int x=0, int y=0) | |
Konstruktor. | |
~CNode () | |
Destruktor. | |
void | draw () |
Rysuje element. | |
void | drawName () |
Wyswietla nazwe elementu. | |
void | drawValue () |
Wyswietla jego wartosc. | |
int | getPinX (int pinNumber) |
Zwraca wspolrzedna x pinu o podanym numerze. | |
int | getPinY (int pinNumber) |
Zwraca wspolrzedna y pinu o podanym numerze. | |
Public Attributes | |
CExNode * | papa |
wskaznik do wierzcholka glownego, po zciagnieciu ukladu. |
|
Konstruktor.
|
|
Destruktor.
|
|
Rysuje element.
Reimplemented from CElement. |
|
Wyswietla nazwe elementu.
Reimplemented from CElement. |
|
Wyswietla jego wartosc.
Reimplemented from CElement. |
|
Zwraca wspolrzedna x pinu o podanym numerze.
Reimplemented from CElement. |
|
Zwraca wspolrzedna y pinu o podanym numerze.
Reimplemented from CElement. |
|
wskaznik do wierzcholka glownego, po zciagnieciu ukladu.
|