]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formulabase.h
more IU
[lyx.git] / src / mathed / formulabase.h
index f79f69662d8faef4daf0566eb8b8752c1fb76146..dfc58331ffe4d16d450aaa374d13f65128aff431 100644 (file)
@@ -19,6 +19,7 @@
 class Buffer;
 class BufferView;
 class MathAtom;
+class CursorSlice;
 
 
 /// An abstract base class for all math related LyX insets
@@ -45,9 +46,9 @@ public:
        /// what appears in the minibuffer when opening
        virtual std::string const editMessage() const;
        ///
-       virtual void fitInsetCursor(BufferView *) const;
-       /// FIXME
-       virtual void getCursorPos(BufferView *, int &, int &) const;
+       virtual void getCursorPos(int cell, int & x, int & y) const;
+       ///
+       virtual void getCursorDim(int &, int &) const;
        /// get the absolute document x,y of the cursor
        virtual void getCursor(BufferView & bv, int & x, int & y) const;
        ///