]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSymbol.h
Properly fix #9616
[lyx.git] / src / mathed / InsetMathSymbol.h
index 5382f72e85712f3fe7ed510465eefdd683070165..67b33fd85a96dc19b03994afc47fc7963bcd520a 100644 (file)
@@ -38,7 +38,9 @@ public:
        int kerning(BufferView const *) const { return kerning_; }
 
        ///
-       bool isRelOp() const;
+       mode_type currentMode() const;
+       ///
+       MathClass mathClass() const;
        ///
        bool isOrdAlpha() const;
        /// do we take scripts?
@@ -63,6 +65,11 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       /// \param spacing controls whether we print spaces around
+       /// "operator"-type symbols or just print them raw
+       void htmlize(HtmlStream &, bool spacing) const;
+       ///
        void octave(OctaveStream &) const;
        ///
        void write(WriteStream & os) const;