]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_rootinset.h
some (yet unfinished) up/down work
[lyx.git] / src / mathed / math_rootinset.h
index e90ae842b0e144d8c542a86db2e14cfb29e57fa9..19e762930023b28433fb49f7410ea5b9add59387 100644 (file)
@@ -22,9 +22,7 @@ public:
        ///
        MathRootInset();
        ///
-       virtual std::auto_ptr<InsetBase> clone() const;
-       ///
-       bool idxUpDown(BufferView &, bool up, int targetx) const;
+       bool idxUpDown(LCursor & cur, bool up) const;
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
@@ -40,6 +38,8 @@ public:
        void maple(MapleStream &) const;
        ///
        void octave(OctaveStream &) const;
+private:
+       virtual std::auto_ptr<InsetBase> doClone() const;
 };
 
 #endif