X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSymbol.h;h=bb18217a8416dbd9b112e84bbd4ea539760dfdef;hb=704328d3488c75733ddeb9ad5439b1907e323e39;hp=59df8fb02c8c768ffe773942bc753873353ac1ad;hpb=ad49c45475200493f1da8159c534795288eb2e79;p=lyx.git diff --git a/src/mathed/InsetMathSymbol.h b/src/mathed/InsetMathSymbol.h index 59df8fb02c..bb18217a84 100644 --- a/src/mathed/InsetMathSymbol.h +++ b/src/mathed/InsetMathSymbol.h @@ -37,6 +37,8 @@ public: /// int kerning(BufferView const *) const { return kerning_; } + /// + mode_type currentMode() const; /// bool isRelOp() const; /// @@ -64,6 +66,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; ///