]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.h
Whitespace
[lyx.git] / src / Cursor.h
index 1cd51c2d11a7f7fc229d55bbbdbe4de2dfd8538b..a0f5ec14bf14f4ac434163f7690f6e264bbe17b6 100644 (file)
@@ -216,6 +216,9 @@ public:
        bool macromode() const { return macromode_; }
        /// are we entering a macro name?
        bool & macromode() { return macromode_; }
+
+       /// returns true when all insets in cursor stack are in cache
+       bool inCoordCache() const;
        /// returns x,y position
        void getPos(int & x, int & y) const;
        /// return logical positions between which the cursor is situated