]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_dotsinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_dotsinset.h
index 967435d93e6993f3fde8039441f72a14511eb004..75d4d9c7810911e7b040a11caa0656ab09f1a08c 100644 (file)
@@ -13,15 +13,15 @@ public:
        ///
        explicit MathDotsInset(latexkeys const * l);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
-       void metrics(MathMetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
-       void draw(MathPainterInfo & pi, int x, int y) const;
+       void draw(PainterInfo & pi, int x, int y) const;
        ///
        string name() const;
 protected:
-       /// cache for the thing's heigth
+       /// cache for the thing's height
        mutable int dh_;
        ///
        latexkeys const * key_;