mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-12 12:29:59 +02:00
Cross ref item, check properties for show power contacts or not.
Change properties in project is applied immediately to cross ref git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2985 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -31,12 +31,18 @@ class MasterElement : public CustomElement
|
||||
virtual void linkToElement(Element *elmt);
|
||||
virtual void unlinkAllElements();
|
||||
virtual void unlinkElement(Element *elmt);
|
||||
|
||||
protected:
|
||||
QVariant itemChange(GraphicsItemChange change, const QVariant &value);
|
||||
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
void updateLabel();
|
||||
|
||||
private slots:
|
||||
void reLink();
|
||||
|
||||
private:
|
||||
CrossRefItem *cri_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user