mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-17 15:49:59 +01:00
Added AutoNumbering Management Tab. Update Policy support to Element.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4585 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -102,6 +102,8 @@ class Diagram : public QGraphicsScene
|
||||
|
||||
QString m_conductors_autonum_name;
|
||||
DiagramEventInterface *m_event_interface;
|
||||
|
||||
bool m_freeze_new_elements_;
|
||||
|
||||
// METHODS
|
||||
protected:
|
||||
@@ -200,6 +202,12 @@ class Diagram : public QGraphicsScene
|
||||
QUndoStack &undoStack();
|
||||
QGIManager &qgiManager();
|
||||
|
||||
void freezeElements();
|
||||
void unfreezeElements();
|
||||
void freezeNew();
|
||||
void unfreezeNew();
|
||||
bool freezeNewElements();
|
||||
|
||||
public slots:
|
||||
void adjustSceneRect ();
|
||||
void titleChanged(const QString &);
|
||||
|
||||
Reference in New Issue
Block a user