src/document.h

changeset 141
185eb297dc1e
parent 136
e8444e0d7f1a
child 143
7b62c52835a1
--- a/src/document.h	Mon Sep 27 21:04:45 2021 +0300
+++ b/src/document.h	Tue Sep 28 00:10:29 2021 +0300
@@ -48,6 +48,9 @@
 	void applyToVertices(VertexMap::ApplyFunction fn) const;
 	void handleKeyPress(QKeyEvent* event);
 	void adjustGridToView();
+	bool save(QTextStream &errors);
+	const QString& modelPath() const;
+	void setModelPath(const QString& newPath);
 Q_SIGNALS:
 	void newStatusText(const QString& newStatusText);
 	void splitterChanged();

mercurial