Keep up to date the label of element when folio position change (Formula contain %id)

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4744 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2016-10-17 12:17:45 +00:00
parent e1ea01bd81
commit ca65ac5adb
4 changed files with 48 additions and 3 deletions

View File

@@ -39,6 +39,9 @@ class SimpleElement : public CustomElement {
signals:
private:
void folioIdChange();
public slots:
void updateLabel(DiagramContext old_info, DiagramContext new_info);
void changeElementInfo();
@@ -46,7 +49,6 @@ class SimpleElement : public CustomElement {
private:
CommentItem *m_comment_item;
CommentItem *m_location_item;
};
#endif // SIMPLEELEMENT_H