]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathStackrel.h
Remove obsolete (and false) comment.
[lyx.git] / src / mathed / InsetMathStackrel.h
index 11160c37ef95ab27bd927277310dc528b5231b50..5740fb922b04136ad171e47fa728c7e365908388 100644 (file)
@@ -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; }