![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
[0] More...
#include <wire.h>


Public Types | |
| enum | { Type = UserType + 2 } |
Public Member Functions | |
| Wire (Symbol *sourceNode, int port_num_source, Symbol *destNode, int port_num_dest) | |
| void | setSource (Symbol *, int) |
| void | setDestination (Symbol *, int) |
| void | setColor (QColor) |
| void | paintWire () |
| Symbol * | sourceNode () const |
| Symbol * | destNode () const |
| void | adjust () |
| int | type () const |
| QPoint | getPortLocation (int) |
Protected Member Functions | |
| QRectF | boundingRect () const |
| void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
[0]