Qucs-GUI  0.0.19
Public Member Functions | Data Fields
Node Class Reference

#include <node.h>

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

Public Member Functions

 Node (int, int)
 ~Node ()
void paint (ViewPainter *)
bool getSelected (int, int)
void setName (const QString &, const QString &, int x_=0, int y_=0)

Data Fields

Q3PtrList< ElementConnections
QString Name
QString DType
int State

Detailed Description

Definition at line 28 of file node.h.


Constructor & Destructor Documentation

Node::Node ( int  _x,
int  _y 
)

Definition at line 24 of file node.cpp.

Definition at line 35 of file node.cpp.


Member Function Documentation

bool Node::getSelected ( int  x_,
int  y_ 
)

Definition at line 63 of file node.cpp.

void Node::paint ( ViewPainter p)

Definition at line 40 of file node.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Node::setName ( const QString &  Name_,
const QString &  Value_,
int  x_ = 0,
int  y_ = 0 
)

Definition at line 72 of file node.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


Field Documentation

Definition at line 37 of file node.h.

QString Node::DType

Definition at line 39 of file node.h.

QString Node::Name

Definition at line 38 of file node.h.

Definition at line 40 of file node.h.


The documentation for this class was generated from the following files:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines