| Qucs-GUI
    0.0.18
    | 
#include <node.h>
 
  
 | 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) | 
|  Public Member Functions inherited from Element | |
| Element () | |
| virtual | ~Element () | 
| virtual void | paintScheme (Schematic *) | 
| virtual void | setCenter (int, int, bool relative=false) | 
| virtual void | getCenter (int &, int &) | 
| Data Fields | |
| Q3PtrList< Element > | Connections | 
| QString | Name | 
| QString | DType | 
| int | State | 
|  Data Fields inherited from Conductor | |
| WireLabel * | Label | 
|  Data Fields inherited from Element | |
| bool | isSelected | 
| int | Type | 
| int | cx | 
| int | cy | 
| int | x1 | 
| int | y1 | 
| int | x2 | 
| int | y2 | 
| void Node::paint | ( | ViewPainter * | p | ) | 
| void Node::setName | ( | const QString & | Name_, | 
| const QString & | Value_, | ||
| int | x_ = 0, | ||
| int | y_ = 0 | ||
| ) | 
 1.8.6
 1.8.6