My Project
0.0.16
QUCS Mapping
|
#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 Attributes | |
QPtrList< Element > | Connections |
QString | Name |
QString | DType |
int | State |
Public Attributes inherited from Conductor | |
WireLabel * | Label |
Public Attributes inherited from Element | |
bool | isSelected |
int | Type |
int | cx |
int | cy |
int | x1 |
int | y1 |
int | x2 |
int | y2 |
bool Node::getSelected | ( | int | x_, |
int | y_ | ||
) |
void Node::paint | ( | ViewPainter * | p | ) |
void Node::setName | ( | const QString & | Name_, |
const QString & | Value_, | ||
int | x_ = 0 , |
||
int | y_ = 0 |
||
) |