Code

redo NR::Maybe to be less clever
[inkscape.git] / src / seltrans.h
index 5326c7b87b1db1ebf0bae610a14dfac51ed3cc8a..3ba56ffb4ce18223a5821073c7dacb71f6feab48 100644 (file)
@@ -8,6 +8,7 @@
  *   Lauris Kaplinski <lauris@kaplinski.com>
  *   Carl Hetherington <inkscape@carlh.net>
  *
+ * Copyright (C) 2006      Johan Engelen <johan@shouraizou.nl>
  * Copyright (C) 1999-2002 Lauris Kaplinski
  *
  * Released under GNU GPL, read the file 'COPYING' for more information
@@ -80,6 +81,9 @@ public:
     bool isEmpty() {
         return _empty;
     }
+    bool isGrabbed() {
+        return _grabbed;    
+    }
     
 private:
     void _updateHandles();