My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
node Class Reference

#include <node.h>

Inheritance diagram for node:
Inheritance graph
[legend]
Collaboration diagram for node:
Collaboration graph
[legend]

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 *)
 
circuitgetCircuit (void)
 
void setInternal (int i)
 
int getInternal (void)
 
- Public Member Functions inherited from object
 object ()
 
 object (const char *)
 
 object (const object &)
 
virtual ~object ()
 
objectgetNext (void)
 
void setNext (object *o)
 
objectgetPrev (void)
 
void setPrev (object *o)
 
void setName (const char *)
 
char * getName (void)
 
void addProperty (property *)
 
propertyaddProperty (const char *, const char *)
 
propertyaddProperty (const char *, nr_double_t)
 
propertyaddProperty (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 *)
 
vectorgetPropertyVector (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)
 

Detailed Description

Definition at line 30 of file node.h.

Constructor & Destructor Documentation

node::node ( )

Definition at line 849 of file equation.cpp.

node::node ( char *  n)

Definition at line 44 of file node.cpp.

node::node ( const node o)

Definition at line 882 of file equation.cpp.

node::~node ( )

Definition at line 898 of file equation.cpp.

Member Function Documentation

circuit * node::getCircuit ( void  )

Definition at line 89 of file node.cpp.

Here is the caller graph for this function:

int node::getInternal ( void  )
inline

Definition at line 44 of file node.h.

Here is the caller graph for this function:

int node::getNode ( void  )

Definition at line 69 of file node.cpp.

Here is the caller graph for this function:

int node::getPort ( void  )

Definition at line 79 of file node.cpp.

Here is the caller graph for this function:

void node::setCircuit ( circuit c)

Definition at line 84 of file node.cpp.

Here is the caller graph for this function:

void node::setInternal ( int  i)
inline

Definition at line 43 of file node.h.

Here is the caller graph for this function:

void node::setNode ( int  n)

Definition at line 64 of file node.cpp.

Here is the caller graph for this function:

void node::setPort ( int  n)

Definition at line 74 of file node.cpp.

Here is the caller graph for this function:


The documentation for this class was generated from the following files: