]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_arrayinset.h
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_arrayinset.h
index 5d77b5a2cb6ac9b3f27ccd3244cadfd2bd66fe72..10fe6146c504d353decdbeb433e7a6558d0ba78c 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,7 +27,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; }
        ///
@@ -34,7 +40,7 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
 
 private:
        ///