X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathStackrel.h;h=91862a7792b8ecf8e62629757cdc745b420a3c27;hb=3bc08a76c42cd350a3141f00f37082bc9fab8967;hp=707985b4bea522808fbc9cf2f9d0d0468fb62d45;hpb=791d28bf0b26aa22baea1d083cdf57f24d746d12;p=lyx.git diff --git a/src/mathed/InsetMathStackrel.h b/src/mathed/InsetMathStackrel.h index 707985b4be..91862a7792 100644 --- a/src/mathed/InsetMathStackrel.h +++ b/src/mathed/InsetMathStackrel.h @@ -17,16 +17,12 @@ namespace lyx { - -/** Stackrel objects - * \author André Pönitz - * - * Full author contact details are available in file CREDITS. - */ class InsetMathStackrel : public InsetMathFracBase { public: /// - InsetMathStackrel(Buffer * buf); + InsetMathStackrel(Buffer * buf, bool sub); + /// + bool idxUpDown(Cursor &, bool up) const; /// void metrics(MetricsInfo & mi, Dimension & dim) const; /// @@ -38,13 +34,15 @@ public: /// void mathmlize(MathStream &) const; /// + void htmlize(HtmlStream &) const; + /// + void validate(LaTeXFeatures &) const; + /// InsetCode lyxCode() const { return MATH_STACKREL_CODE; } private: virtual Inset * clone() const; }; - - } // namespace lyx #endif