My Project
0.0.16
QUCS Mapping
|
#include <node.h>
Public Member Functions | |
node () | |
node (char *) | |
node (const node &) | |
~node () | |
void | setNode (int) |
int | getNode (void) |
void | setPort (int) |
int | getPort (void) |
void | setCircuit (circuit *) |
circuit * | getCircuit (void) |
void | setInternal (int i) |
int | getInternal (void) |
Public Member Functions inherited from object | |
object () | |
object (const char *) | |
object (const object &) | |
virtual | ~object () |
object * | getNext (void) |
void | setNext (object *o) |
object * | getPrev (void) |
void | setPrev (object *o) |
void | setName (const char *) |
char * | getName (void) |
void | addProperty (property *) |
property * | addProperty (const char *, const char *) |
property * | addProperty (const char *, nr_double_t) |
property * | addProperty (const char *, variable *) |
void | setProperty (const char *, char *) |
void | setProperty (const char *, nr_double_t) |
void | setScaledProperty (const char *, nr_double_t) |
void | setProperty (const char *, variable *) |
vector * | getPropertyVector (const char *) |
char * | getPropertyString (const char *) |
char * | getPropertyReference (const char *) |
nr_double_t | getPropertyDouble (const char *) |
nr_double_t | getScaledProperty (const char *) |
int | getPropertyInteger (const char *) |
bool | hasProperty (const char *) |
bool | isPropertyGiven (const char *) |
void | copyProperties (property *) |
void | deleteProperties (void) |
int | countProperties (void) |
char * | propertyList (void) |
node::node | ( | ) |
Definition at line 849 of file equation.cpp.
node::node | ( | const node & | o | ) |
Definition at line 882 of file equation.cpp.
node::~node | ( | ) |
Definition at line 898 of file equation.cpp.
circuit * node::getCircuit | ( | void | ) |
|
inline |
int node::getNode | ( | void | ) |
int node::getPort | ( | void | ) |
void node::setCircuit | ( | circuit * | c | ) |
|
inline |
void node::setNode | ( | int | n | ) |
void node::setPort | ( | int | n | ) |