X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathStackrel.h;h=d6ac81518231201cc2608ea2c681b63d82e1f0d0;hb=2de30c62f8d671a8c8d4d52a6a7310e2c5ca84de;hp=88f080071363391ff117d651f5f836c37b337d7b;hpb=95f07cf181179896f0d97e46ed63cee8dee4d6ac;p=lyx.git diff --git a/src/mathed/InsetMathStackrel.h b/src/mathed/InsetMathStackrel.h index 88f0800713..d6ac815182 100644 --- a/src/mathed/InsetMathStackrel.h +++ b/src/mathed/InsetMathStackrel.h @@ -20,7 +20,11 @@ namespace lyx { class InsetMathStackrel : public InsetMathFracBase { public: /// - InsetMathStackrel(Buffer * buf); + InsetMathStackrel(Buffer * buf, bool sub); + /// + bool idxUpDown(Cursor &, bool up) const; + /// + MathClass mathClass() const; /// void metrics(MetricsInfo & mi, Dimension & dim) const; /// @@ -32,6 +36,10 @@ public: /// void mathmlize(MathStream &) const; /// + void htmlize(HtmlStream &) const; + /// + void validate(LaTeXFeatures &) const; + /// InsetCode lyxCode() const { return MATH_STACKREL_CODE; } private: