summaryrefslogtreecommitdiff
path: root/src/diagramdocument.h
diff options
context:
space:
mode:
authorLukáš Lalinský <lalinsky@gmail.com>2008-12-08 23:18:01 +0100
committerLukáš Lalinský <lalinsky@gmail.com>2008-12-08 23:18:01 +0100
commit52d99697c9865ea094b76cf5f644538875a9406b (patch)
treef3161c1f8522cc249867774fbc7a64c6227193fb /src/diagramdocument.h
parent83ec1b4f1722ce891f3d5871e27ae66a7228abe4 (diff)
downloaddbmodel-52d99697c9865ea094b76cf5f644538875a9406b.tar.xz
Don't export/print the grid or the selection status
Diffstat (limited to 'src/diagramdocument.h')
-rw-r--r--src/diagramdocument.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/diagramdocument.h b/src/diagramdocument.h
index a02ef09..eb7aeba 100644
--- a/src/diagramdocument.h
+++ b/src/diagramdocument.h
@@ -78,6 +78,9 @@ public:
QColor gridColor() const;
void setGridColor(const QColor &color);
+ bool isPrinting() const;
+ void setPrinting(bool printing);
+
signals:
void modeChanged(DiagramDocument::Mode mode);