]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_amsarrayinset.h
small up/down tweaking
[lyx.git] / src / mathed / math_amsarrayinset.h
index 6f9d39809f8417e74720377baafeb1bd43d7e8f5..ea4d7aff4c187dd78f712765c3359668a44213ee 100644 (file)
@@ -8,21 +8,30 @@
 #pragma interface
 #endif
 
+/**
+ * Inset for things like [pbvV]matrix, psmatrix etc
+ *
+ * \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS
+ */
 
 class MathAMSArrayInset : public MathGridInset {
 public:
        ///
-       MathAMSArrayInset(string const & name_, int m, int n);
+       MathAMSArrayInset(string const & name, int m, int n);
        ///
-       MathAMSArrayInset(string const & name_);
+       MathAMSArrayInset(string const & name);
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void metrics(MathMetricsInfo & st) const;
        ///
-       void draw(Painter & pain, int x, int y) const;
+       void draw(MathPainterInfo & pain, int x, int y) const;
        ///
        MathAMSArrayInset * asAMSArrayInset() { return this; }
+       ///
+       MathAMSArrayInset const * asAMSArrayInset() const { return this; }
 
        ///
        void write(WriteStream & os) const;