]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathSpace.h
Introduce a return value for mathmlize(). We will need this to be able
[features.git] / src / mathed / InsetMathSpace.h
index f45dee5d96727f25c60556f02842b156ad2c37db..442fe2e799c2f15ea239fd24b68b6e165dbeb616 100644 (file)
@@ -52,6 +52,8 @@ public:
        ///
        void octave(OctaveStream &) const;
        ///
+       docstring mathmlize(MathStream & ms) const;
+       ///
        void write(WriteStream & os) const;
        /// generate something that will be understood by the Dialogs.
        std::string const createDialogStr() const;
@@ -61,6 +63,9 @@ public:
        docstring contextMenu(BufferView const &, int, int) const;
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
+       ///
+       InsetCode lyxCode() const { return MATH_SPACE_CODE; }
+
 protected:
        ///
        virtual void doDispatch(Cursor & cur, FuncRequest & cmd);