]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSymbol.h
Remove ; from end of function definitions
[lyx.git] / src / mathed / InsetMathSymbol.h
index 5382f72e85712f3fe7ed510465eefdd683070165..bb18217a8416dbd9b112e84bbd4ea539760dfdef 100644 (file)
@@ -37,6 +37,8 @@ public:
        ///
        int kerning(BufferView const *) const { return kerning_; }
 
+       ///
+       mode_type currentMode() const;
        ///
        bool isRelOp() const;
        ///
@@ -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;