mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Revampe nomenclature
Nomenclature is now totally revamped, user can define information to export and the order of theme.
This commit is contained in:
@@ -136,6 +136,7 @@ class Element : public QetGraphicsItem
|
||||
virtual void initLink (QETProject *);
|
||||
QList<Element *> linkedElements ();
|
||||
virtual kind linkType() const {return m_link_type;} // @return the linkable type
|
||||
QString linkTypeToString() const;
|
||||
void newUuid() {m_uuid = QUuid::createUuid();} //create new uuid for this element
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user