]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_oversetinset.h
Georg Baum's vspace change
[lyx.git] / src / mathed / math_oversetinset.h
index 5327339cef33337438fe4d42284f196f679c69b2..a0dea822b6a6d03505f671f1eac03d28d97c9b4e 100644 (file)
 class MathOversetInset : public MathFracbaseInset {
 public:
        ///
-       MathOversetInset();
-       ///
-       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;
 
        ///
        void write(WriteStream & os) const;