]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathChar.h
Fix bug #8782.
[lyx.git] / src / mathed / InsetMathChar.h
index d1a865fc15a564a91abfe42f8ede980dedd3b89f..67bbc64e8c866fc345bd9042bc12fa1ebf897971 100644 (file)
@@ -41,13 +41,19 @@ public:
        ///
        void octave(OctaveStream & os) const;
        ///
-       docstring mathmlize(MathStream & ms) const;
+       void mathmlize(MathStream & ms) const;
+       ///
+       void htmlize(HtmlStream & ms) const;
        /// identifies Charinsets
        InsetMathChar const * asCharInset() const { return this; }
        ///
        char_type getChar() const { return char_; }
        ///
-       bool isRelOp() const;
+       bool isMathBin() const;
+       ///
+       bool isMathRel() const;
+       ///
+       bool isMathPunct() const;
        ///
        InsetCode lyxCode() const { return MATH_CHAR_CODE; }