]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_amsarrayinset.h
small up/down tweaking
[lyx.git] / src / mathed / math_amsarrayinset.h
index eb24eff9fead6babd0a2011d34657c041f4d288b..ea4d7aff4c187dd78f712765c3359668a44213ee 100644 (file)
@@ -8,13 +8,20 @@
 #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;
        ///
@@ -23,6 +30,8 @@ public:
        void draw(MathPainterInfo & pain, int x, int y) const;
        ///
        MathAMSArrayInset * asAMSArrayInset() { return this; }
+       ///
+       MathAMSArrayInset const * asAMSArrayInset() const { return this; }
 
        ///
        void write(WriteStream & os) const;