diff options
| author | MenTaLguY <mental@rydia.net> | 2007-03-17 23:10:37 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2007-03-17 23:10:37 +0000 |
| commit | 2426c608f46f218683d91308f820b2b887af3f08 (patch) | |
| tree | 1bff575ede3e852b9f68a390afb299f12859e006 /src/document.h | |
| parent | re-introduce isEmpty tests (diff) | |
| download | inkscape-2426c608f46f218683d91308f820b2b887af3f08.tar.gz inkscape-2426c608f46f218683d91308f820b2b887af3f08.zip | |
better way to deal with undo+id collisions
(bzr r2680)
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 12848aa68..6e4bd8d6c 100644 --- a/src/document.h +++ b/src/document.h @@ -117,6 +117,9 @@ struct SPDocument : public Inkscape::GC::Managed<>, bool _updateDocument(); + /// Are we currently in a transition between two "known good" states of the document? + bool isSeeking() const; + private: SPDocument(SPDocument const &); // no copy void operator=(SPDocument const &); // no assign |
