mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
add method for get each potentials in a diagram and revamp method for reset all conductors text in a diagram
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2121 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -14,13 +14,14 @@ class ConductorAutoNumerotation: public QObject
|
||||
public:
|
||||
//constructors & destructor
|
||||
ConductorAutoNumerotation ();
|
||||
ConductorAutoNumerotation(Conductor *);
|
||||
ConductorAutoNumerotation (Conductor *);
|
||||
ConductorAutoNumerotation (Diagram *);
|
||||
~ConductorAutoNumerotation();
|
||||
|
||||
//methods
|
||||
void setConductor(Conductor *);
|
||||
void numerate();
|
||||
void removeNum_ofDiagram(Diagram *);
|
||||
void removeNum_ofDiagram();
|
||||
|
||||
public slots:
|
||||
void applyText(QString);
|
||||
|
||||
Reference in New Issue
Block a user