]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_matrixinset.h
some support for the [x][x]alignat environments
[features.git] / src / mathed / math_matrixinset.h
index a8ef98edb71035707fd90a4bd8492bc262be90fe..d4e2b8ed58d002f108a656b839fa1a1a53a54c8d 100644 (file)
@@ -65,14 +65,21 @@ public:
        /// change type
        void mutate(string const &);
        ///
-       void mutate(short);
+       void mutate(MathInsetTypes);
+
+       ///
+       int defaultColSpace(int col);
+       ///
+       char defaultColAlign(int col);
 
        ///
        MathInsetTypes getType() const;
 
 private:
        ///
-       virtual void setType(MathInsetTypes t);
+       void setDefaults();
+       ///
+       void setType(MathInsetTypes t);
        ///
        void validate1(LaTeXFeatures & features);
        ///