src/lddocument.h

changeset 1308
dcc8c02530c2
parent 1306
be85306198a2
child 1318
568fcfc6da71
equal deleted inserted replaced
1307:adb9d32a1426 1308:dcc8c02530c2
128 128
129 protected: 129 protected:
130 LDObject* withdrawAt(int position); 130 LDObject* withdrawAt(int position);
131 131
132 private: 132 private:
133 QString m_name;
134 QString m_fullPath; 133 QString m_fullPath;
135 QString m_defaultName; 134 QString m_defaultName;
136 EditHistory* m_history; 135 EditHistory* m_history;
137 bool m_isFrozen = true; // Document may not be modified 136 bool m_isFrozen = true; // Document may not be modified
138 bool m_verticesOutdated = true; 137 bool m_verticesOutdated = true;

mercurial