diff options
| author | MenTaLguY <mental@rydia.net> | 2008-01-15 04:27:00 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2008-01-15 04:27:00 +0000 |
| commit | 2fff772bdd81459304cae888312766fe99dfb360 (patch) | |
| tree | 291896e86aa9a58e4e4080a4d4bb2a2dd1368153 /src/document.h | |
| parent | whitespace cleanup (diff) | |
| download | inkscape-2fff772bdd81459304cae888312766fe99dfb360.tar.gz inkscape-2fff772bdd81459304cae888312766fe99dfb360.zip | |
abstract use of sodipodi:modified
(bzr r4490)
Diffstat (limited to 'src/document.h')
| -rw-r--r-- | src/document.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/document.h b/src/document.h index 462d2a15a..6c9ea570d 100644 --- a/src/document.h +++ b/src/document.h @@ -140,6 +140,9 @@ sigc::connection connectCommit(CommitSignal::slot_type slot); /// Are we currently in a transition between two "known good" states of the document? bool isSeeking() const; + bool isModified() const; + void setModified(bool modified=true); + private: SPDocument(SPDocument const &); // no copy void operator=(SPDocument const &); // no assign |
