mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Conductor :
Use method toXml and fromXml of sequentialNumbers. Use m_freeze_label instead of m_frozen_label to save the frozen status of the text item. git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4807 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -131,15 +131,13 @@ class QETProject : public QObject
|
||||
//Element
|
||||
void freezeExistentElementLabel(bool freeze, int from, int to);
|
||||
void freezeNewElementLabel(bool freeze, int from, int to);
|
||||
bool freezeNewElements();
|
||||
bool isFreezeNewElements();
|
||||
void setFreezeNewElements(bool);
|
||||
|
||||
//Conductor
|
||||
void freezeExistentConductorLabel(int,int);
|
||||
void unfreezeExistentConductorLabel(int,int);
|
||||
void freezeNewConductorLabel(int,int);
|
||||
void unfreezeNewConductorLabel(int,int);
|
||||
bool freezeNewConductors();
|
||||
void freezeExistentConductorLabel(bool freeze, int from, int to);
|
||||
void freezeNewConductorLabel(bool freeze, int from, int to);
|
||||
bool isFreezeNewConductors();
|
||||
void setFreezeNewConductors(bool);
|
||||
|
||||
bool autoConductor () const;
|
||||
|
||||
Reference in New Issue
Block a user