mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-20 20:09:59 +02:00
Nomenclature, some improvement
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3348 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -45,7 +45,7 @@ class nomenclature : public QObject {
|
||||
|
||||
// constructors, destructor
|
||||
public:
|
||||
nomenclature(QETProject *project =0, QWidget *parent =0);
|
||||
nomenclature(QETProject *project, QWidget *parent =0);
|
||||
virtual ~nomenclature();
|
||||
|
||||
// attributes
|
||||
@@ -57,7 +57,8 @@ class nomenclature : public QObject {
|
||||
|
||||
|
||||
private:
|
||||
QStringList getRows(Diagram *schema);
|
||||
QString getNomenclature ();
|
||||
QString getElementInfo (const Element *elmt);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user