X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathStackrel.h;h=5740fb922b04136ad171e47fa728c7e365908388;hb=38c2cde0d8695ac5287bae218c4a33a2acf18ef8;hp=11160c37ef95ab27bd927277310dc528b5231b50;hpb=bab268352b1fe88a50129d10adca7f957fc65afe;p=lyx.git diff --git a/src/mathed/InsetMathStackrel.h b/src/mathed/InsetMathStackrel.h index 11160c37ef..5740fb922b 100644 --- a/src/mathed/InsetMathStackrel.h +++ b/src/mathed/InsetMathStackrel.h @@ -20,7 +20,15 @@ namespace lyx { class InsetMathStackrel : public InsetMathFracBase { public: /// - InsetMathStackrel(Buffer * buf); + InsetMathStackrel(Buffer * buf, bool sub); + /// + bool idxUpDown(Cursor &, bool up) const; + /// + bool idxFirst(Cursor &) const; + /// + bool idxLast(Cursor &) const; + /// + MathClass mathClass() const; /// void metrics(MetricsInfo & mi, Dimension & dim) const; /// @@ -33,7 +41,7 @@ public: void mathmlize(MathStream &) const; /// void htmlize(HtmlStream &) const; - /// + /// void validate(LaTeXFeatures &) const; /// InsetCode lyxCode() const { return MATH_STACKREL_CODE; }