35 void setStart(QPoint start) { _start = start; }
36 void setEnd(QPoint end) { _end = end; }
38 void paint(QPainter* painter,
const QStyleOptionGraphicsItem*, QWidget*);
bool patchcordType()
Definition: UINewPatchcord.h:33
bool error()
Definition: UINewPatchcord.h:30
void setPatchcordType(int type)
Definition: UINewPatchcord.h:32
UIItem QGraphicsObject class.
Definition: UIItem.h:15
New patchcord - dashed line.
Definition: UINewPatchcord.h:13
UINewPatchcord()
Definition: UINewPatchcord.cpp:9
void paint(QPainter *painter, const QStyleOptionGraphicsItem *, QWidget *)
Definition: UINewPatchcord.cpp:16
void setActive(bool active)
Definition: UINewPatchcord.h:26
void setEnd(QPoint end)
Definition: UINewPatchcord.h:36
void setStart(QPoint start)
Definition: UINewPatchcord.h:35
void setError(bool error)
Definition: UINewPatchcord.h:29
bool active()
Definition: UINewPatchcord.h:27