X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fcursor.h;h=557ceae7e12b8270190220e3b7f6afa1f136bb96;hb=e53e4d06726919c0fbf386bbe8f9d62a640b74d7;hp=46f1834f191df2957166ab25954d133c28701eee;hpb=1354f4b6d645e27b9d1b9247aeb143c606080d8e;p=lyx.git diff --git a/src/cursor.h b/src/cursor.h index 46f1834f19..557ceae7e1 100644 --- a/src/cursor.h +++ b/src/cursor.h @@ -26,6 +26,7 @@ class BufferView; class FuncStatus; class FuncRequest; class LyXFont; +class Row; // these should go class InsetMathUnknown; @@ -90,7 +91,7 @@ public: // docstring selectionAsString(bool label) const; /// - std::string currentState(); + docstring currentState(); /// auto-correct mode bool autocorrect() const { return autocorrect_; } @@ -102,6 +103,8 @@ public: bool & macromode() { return macromode_; } /// returns x,y position void getPos(int & x, int & y) const; + /// the row in the paragraph we're in + Row const & textRow() const; // // common part