]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_arrayinset.h
fix #1073
[lyx.git] / src / mathed / math_arrayinset.h
index 8a715370d20329a85395120381f7c1dd5ad46ae4..51cde07e0e4de06fae3c43d194e71a0d1a33b726 100644 (file)
@@ -4,10 +4,14 @@
 
 #include "math_gridinset.h"
 
-#ifdef __GNUG__
-#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,16 +27,20 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void metrics(MetricsInfo & mi) const;
+       ///
+       void draw(PainterInfo & pi, int x, int y) const;
        ///
        MathArrayInset * asArrayInset() { return this; }
+       ///
+       MathArrayInset const * asArrayInset() const { return this; }
 
        ///
        void write(WriteStream & os) const;
        ///
        void normalize(NormalStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
 
 private:
        ///