]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDecoration.h
When inserting math inset over selection, place cursor better
[lyx.git] / src / mathed / InsetMathDecoration.h
index adabcd7c04425d6637e2a88f3fdee77983aec810..a5d5e9c9b8d53677a3fa8a87ca9665a8143cf378 100644 (file)
@@ -26,6 +26,8 @@ public:
        ///
        explicit InsetMathDecoration(Buffer * buf, latexkeys const * key);
        ///
+       mode_type currentMode() const;
+       ///
        void draw(PainterInfo &, int x, int y) const;
        ///
        void write(WriteStream & os) const;
@@ -36,6 +38,8 @@ public:
        ///
        void infoize(odocstream & os) const;
        ///
+       MathClass mathClass() const;
+       ///
        bool isScriptable() const;
        ///
        void validate(LaTeXFeatures & features) const;