mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-17 16:49:58 +02:00
Element now use the pattern and variable of formula to create the label, both stored in diagram context (instead of the label with a pattern and formula, to create the final label)
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4795 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -40,21 +40,15 @@ class MasterElement : public CustomElement
|
||||
virtual void unlinkAllElements ();
|
||||
virtual void unlinkElement (Element *elmt);
|
||||
virtual void initLink (QETProject *project);
|
||||
|
||||
signals:
|
||||
|
||||
private:
|
||||
void folioIdChange();
|
||||
|
||||
public slots:
|
||||
void updateLabel(DiagramContext old_info, DiagramContext new_info);
|
||||
void changeElementInfo();
|
||||
|
||||
private:
|
||||
bool aboutDeleteXref ();
|
||||
|
||||
private:
|
||||
CrossRefItem *cri_;
|
||||
CrossRefItem *m_Xref_item;
|
||||
};
|
||||
|
||||
#endif // MASTERELEMENT_H
|
||||
|
||||
Reference in New Issue
Block a user