]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_xyarrowinset.h
small up/down tweaking
[lyx.git] / src / mathed / math_xyarrowinset.h
index a9022ee6aeea2902cc297cde937b2eb207771e94..c295bc87840841ba12984c423a03bd46b383ff06 100644 (file)
@@ -3,6 +3,7 @@
 #define MATH_ARROWINSET_H
 
 #include "math_nestinset.h"
+#include "math_metricsinfo.h"
 
 #ifdef __GNUG__
 #pragma interface
 class MathXYMatrixInset;
 
 class MathXYArrowInset : public MathNestInset {
-public: 
+public:
        ///
        MathXYArrowInset();
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void metrics(MathMetricsInfo & mi) const;
        ///
-       void draw(Painter & pain, int x, int y) const;
+       void draw(MathPainterInfo & pi, int x, int y) const;
        ///
        MathXYArrowInset * asXYArrowInset() { return this; }
 
@@ -36,9 +37,9 @@ public:
        ///
        MathXYMatrixInset const * targetMatrix() const;
        ///
-       MathXArray const & targetCell() const;
+       MathArray const & targetCell() const;
        ///
-       MathXArray const & sourceCell() const;
+       MathArray const & sourceCell() const;
 
        ///
        bool up_;