]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSymbol.h
Please Coverity (code should be equivalent)
[lyx.git] / src / mathed / InsetMathSymbol.h
index 59df8fb02c8c768ffe773942bc753873353ac1ad..6ca3ded7d1bbd0df864326e00305184a0c823caf 100644 (file)
@@ -38,7 +38,13 @@ public:
        int kerning(BufferView const *) const { return kerning_; }
 
        ///
-       bool isRelOp() const;
+       mode_type currentMode() const;
+       ///
+       bool isMathRel() const;
+       ///
+       bool isMathBin() const;
+       ///
+       bool isMathPunct() const;
        ///
        bool isOrdAlpha() const;
        /// do we take scripts?
@@ -64,6 +70,9 @@ 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;
        ///