]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_xymatrixinset.h
preview as preview can...
[lyx.git] / src / mathed / math_xymatrixinset.h
index bead82a3eef8afd03788bdbcff34da75b60777f7..c0c8600859f0ccc7b522975d4b809756abfab40c 100644 (file)
 
 
 class MathXYMatrixInset : public MathGridInset {
-public: 
+public:
        ///
        MathXYMatrixInset();
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void metrics(MathMetricsInfo & st) const;
        ///
-       MathXYMatrixInset * asXYMatrixInset() { return this; }
+       MathXYMatrixInset const * asXYMatrixInset() const { return this; }
        ///
-       void normalize();
+       virtual int colsep() const;
+       ///
+       virtual int rowsep() const;
 
+       ///
+       void normalize();
        ///
        void write(WriteStream & os) const;
        ///