X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSymbol.h;h=67b33fd85a96dc19b03994afc47fc7963bcd520a;hb=7998616edb587d44938d377fec94a35547150c3b;hp=5382f72e85712f3fe7ed510465eefdd683070165;hpb=0facb603fefec1ecc927f77bcf6228ca1f035444;p=lyx.git diff --git a/src/mathed/InsetMathSymbol.h b/src/mathed/InsetMathSymbol.h index 5382f72e85..67b33fd85a 100644 --- a/src/mathed/InsetMathSymbol.h +++ b/src/mathed/InsetMathSymbol.h @@ -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;