]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_cursor.h
mathed64.diff
[features.git] / src / mathed / math_cursor.h
index 51a9942ef5e43cee4ca1562619863b5f95c99ef4..6362d2583665b55af19ff21ad62341e495adf354 100644 (file)
@@ -77,6 +77,8 @@ public:
        ///
        MathParInset * getCurrentPar() const;
        ///
+       void SetCursorData(MathParInset *);
+       ///
        void SetPar(MathParInset *);
        ///
        void Interpret(string const &);
@@ -131,8 +133,11 @@ public:
        void toggleLastCode(MathedTextCodes t);
        ///
        MathedTextCodes getLastCode() const;
+
+       /// true iff cursor points to data
+       bool hasData(MathedArray const &);
        
-protected:
+//protected:
        ///
        bool macro_mode;