X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSymbol.h;h=6ca3ded7d1bbd0df864326e00305184a0c823caf;hb=8cd80803220e02f7a9148f11b99f4f3aeb0d3f38;hp=5382f72e85712f3fe7ed510465eefdd683070165;hpb=0facb603fefec1ecc927f77bcf6228ca1f035444;p=lyx.git diff --git a/src/mathed/InsetMathSymbol.h b/src/mathed/InsetMathSymbol.h index 5382f72e85..6ca3ded7d1 100644 --- a/src/mathed/InsetMathSymbol.h +++ b/src/mathed/InsetMathSymbol.h @@ -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? @@ -63,6 +69,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;