X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSymbol.h;h=67b33fd85a96dc19b03994afc47fc7963bcd520a;hb=5fdc577badb1cb133d6a0dc7d831bb1f82576adb;hp=a9b96fc4b55490ab59e987f47c87f1455d5174fb;hpb=8a0134cc8ce7de41d6d6911a1c4219ca958f2b71;p=lyx.git diff --git a/src/mathed/InsetMathSymbol.h b/src/mathed/InsetMathSymbol.h index a9b96fc4b5..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? @@ -61,7 +63,12 @@ public: /// void mathematica(MathematicaStream &) const; /// - docstring mathmlize(MathStream &) const; + 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; ///