xref: switch contact is managed by cross ref

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3201 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2014-07-07 14:36:53 +00:00
parent bf4a2bbaec
commit 844167f181
8 changed files with 194 additions and 96 deletions

View File

@@ -48,9 +48,12 @@ class CrossRefItem : public QGraphicsObject
enum CONTACTS {
NO = 1,
NC = 2,
Power = 4,
DelayOn = 8,
DelayOff = 16
NOC = 3,
SW = 4,
Power = 8,
DelayOn = 16,
DelayOff = 32,
Delay = 48
};
QRectF boundingRect () const;