]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_arrayinset.h
small up/down tweaking
[lyx.git] / src / mathed / math_arrayinset.h
index 5d77b5a2cb6ac9b3f27ccd3244cadfd2bd66fe72..d1acfbd3df7389d4313582f91ee33b28f62e3bd1 100644 (file)
@@ -8,6 +8,13 @@
 #pragma interface
 #endif
 
+/**
+ * Inset for things like \begin{array}...\end{array}
+ *
+ * \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS
+ */
 
 class MathArrayInset : public MathGridInset {
 public:
@@ -23,7 +30,9 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathMetricsInfo & st) const;
+       void metrics(MathMetricsInfo & mi) const;
+       ///
+       void draw(MathPainterInfo & pi, int x, int y) const;
        ///
        MathArrayInset * asArrayInset() { return this; }
        ///