mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-25 22:19:58 +02:00
Element : change freeze label variable from a string to a bool.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4805 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -128,15 +128,13 @@ class QETProject : public QObject
|
||||
QString elementCurrentAutoNum() const;
|
||||
void setCurrrentElementAutonum(QString autoNum);
|
||||
|
||||
//Element
|
||||
void freezeExistentElementLabel(int,int);
|
||||
void freezeNewElementLabel(int,int);
|
||||
void unfreezeExistentElementLabel(int,int);
|
||||
void unfreezeNewElementLabel(int,int);
|
||||
//Element
|
||||
void freezeExistentElementLabel(bool freeze, int from, int to);
|
||||
void freezeNewElementLabel(bool freeze, int from, int to);
|
||||
bool freezeNewElements();
|
||||
void setFreezeNewElements(bool);
|
||||
|
||||
//Conductor
|
||||
//Conductor
|
||||
void freezeExistentConductorLabel(int,int);
|
||||
void unfreezeExistentConductorLabel(int,int);
|
||||
void freezeNewConductorLabel(int,int);
|
||||
|
||||
Reference in New Issue
Block a user