]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_xyarrowinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_xyarrowinset.h
index 17861354dd78f81252ff559a19a518e880793ed3..5bff4211f09c99a4b6c58ceddadaee1c0a5de766 100644 (file)
@@ -3,7 +3,7 @@
 #define MATH_ARROWINSET_H
 
 #include "math_nestinset.h"
-#include "math_metricsinfo.h"
+#include "metricsinfo.h"
 
 
 // for the \ar stuff in \xymatrix
@@ -15,11 +15,11 @@ public:
        ///
        MathXYArrowInset();
        ///
-       MathInset * clone() const;
+       InsetBase * clone() const;
        ///
-       void metrics(MathMetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi) const;
        ///
-       void draw(MathPainterInfo & pi, int x, int y) const;
+       void draw(PainterInfo & pi, int x, int y) const;
        ///
        MathXYArrowInset * asXYArrowInset() { return this; }
 
@@ -41,7 +41,7 @@ public:
        ///
        bool up_;
        ///
-       mutable MathMetricsInfo mi_;
+       mutable MetricsInfo mi_;
        ///
        mutable LyXFont font_;
        ///