]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_oversetinset.h
some (yet unfinished) up/down work
[lyx.git] / src / mathed / math_oversetinset.h
index 5327339cef33337438fe4d42284f196f679c69b2..f73ac6149b6c541a538bfad6b7db742509ca459a 100644 (file)
 /// Inset for overset
 class MathOversetInset : public MathFracbaseInset {
 public:
-       ///
-       MathOversetInset();
-       ///
-       virtual 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;
        ///
        void normalize(NormalStream &) const;
+       ///
+       void validate(LaTeXFeatures & features) const;
+private:
+       virtual std::auto_ptr<InsetBase> doClone() const;
 };
 
 #endif