mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-03 12:49:59 +02:00
Folio List: New Diagram Folio list can be added if not already present.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2818 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -121,6 +121,7 @@ class QETProject : public QObject {
|
||||
DiagramContext projectProperties();
|
||||
void setProjectProperties(const DiagramContext &);
|
||||
QUndoStack* undoStack() {return undo_stack_;}
|
||||
bool isFolioListAdded() {return folio_list_added_;}
|
||||
|
||||
public slots:
|
||||
void componentWritten();
|
||||
@@ -185,6 +186,8 @@ class QETProject : public QObject {
|
||||
bool modified_;
|
||||
/// Whether the project is read only
|
||||
bool read_only_;
|
||||
/// Whether folio_list has been added.
|
||||
bool folio_list_added_;
|
||||
/// Filepath for which this project is considered read only
|
||||
QString read_only_file_path_;
|
||||
/// Name of the category used when automatically integrating elements within the embedded collection
|
||||
|
||||
Reference in New Issue
Block a user