]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSplit.h
Get rid of Inset::setPosCache
[lyx.git] / src / mathed / InsetMathSplit.h
index 6136b6faf6806aeb62f7020ed3d098d232018afc..8893e7fe1d9e638515a0532d40269e00303dc564 100644 (file)
@@ -24,6 +24,8 @@ public:
        explicit InsetMathSplit(Buffer * buf, docstring const & name,
                char valign = 'c', bool numbered = false);
        ///
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
        bool getStatus(Cursor & cur, FuncRequest const & cmd,
@@ -41,10 +43,12 @@ public:
        ///
        int defaultColSpace(col_type) { return 0; }
        ///
+       int displayColSpace(col_type col) const;
+       ///
        char defaultColAlign(col_type);
        ///
-       char displayColAlign(idx_type idx) const;\r
-       ///\r
+       char displayColAlign(idx_type idx) const;
+       ///
        InsetCode lyxCode() const { return MATH_SPLIT_CODE; }
 
 private: