]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_amsarrayinset.h
first shot at preview. It crashes. Don't know why. To see it work a bit, change
[lyx.git] / src / mathed / math_amsarrayinset.h
index 861f51d7dad8851fddcd91c32bc36cb1694b4502..4c45fe2d49967290437db9266bde463274cae08e 100644 (file)
 
 
 class MathAMSArrayInset : public MathGridInset {
-public: 
+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; }
 
@@ -28,8 +28,6 @@ public:
        void write(WriteStream & os) const;
        ///
        void normalize(NormalStream &) const;
-       ///
-       void maplize(MapleStream &) const;
 
 private:
        ///