]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_oversetinset.h
move around stuff, remove unneeded declarations etc
[lyx.git] / src / mathed / math_oversetinset.h
index 5327339cef33337438fe4d42284f196f679c69b2..8fe16c09df223ceb5818ac17b555f6e07f5910e8 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(LCursor &) const;
+       ///
+       bool idxLast(LCursor &) const;
 
        ///
        void write(WriteStream & os) const;