]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_undersetinset.h
more IU
[lyx.git] / src / mathed / math_undersetinset.h
index c75a83496dd86a2191051253eb431385cf8a5b65..7886a2842320a6307682c9c98ec7b8198b0916f1 100644 (file)
 class MathUndersetInset : public MathFracbaseInset {
 public:
        ///
-       MathUndersetInset();
-       ///
-       virtual std::auto_ptr<InsetBase> clone() const;
+       std::auto_ptr<InsetBase> clone() const;
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
-
+       ///
+       bool idxFirst(idx_type & idx, pos_type & pos) const;
+       ///
+       bool idxLast(idx_type & idx, pos_type & pos) const;
+       ///
+       bool idxUpDown(idx_type & idx, pos_type & pos, bool up, int targetx) const;
        ///
        void write(WriteStream & os) const;
        ///