List of all members.
Public Member Functions |
|
| Wire (QGraphicsItem *parent=0, SchematicScene *scene=0) |
|
| Wire (const QLineF &wire, bool connectedJunctions=true, QGraphicsItem *parent=0, SchematicScene *scene=0) |
|
ItemType | itemType () const |
|
QRectF | boundingRect () const |
|
void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
|
Qt::Orientation | orientation () const |
|
void | setWire (const QLineF &wire) |
|
QPointF | fromPoint () const |
|
QPointF | toPoint () const |
|
bool | isJunctionsConnected () const |
|
void | setConnectedJunctions (bool state) |
|
void | mirror () |
|
void | rotate () |
|
void | rotateBack () |
|
Wire * | joined (Wire *wire) |
|
int | propagate (int value) |
|
void | invalidate () |
Protected Member Functions |
|
void | mouseDoubleClickEvent (QGraphicsSceneMouseEvent *event) |
|
void | mouseReleaseEvent (QGraphicsSceneMouseEvent *event) |
|
QVariant | itemChange (GraphicsItemChange change, const QVariant &value) |
The documentation for this class was generated from the following files:
- src/gui/editor/wire.h
- src/gui/editor/wire.cpp