]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_gridinset.h
Make Angus' compiler happy
[lyx.git] / src / mathed / math_gridinset.h
index d7dd6794ee6da39a3818563a49b560b919abe8c8..dfcffeea2a755f2c4546914448b13114f6acfa85 100644 (file)
@@ -68,10 +68,16 @@ public:
        ///
        MathGridInset(col_type m, row_type n, char valign, string const & halign);
        ///
+       MathInset * clone() const;
+       ///
        void metrics(MathMetricsInfo const & st) const;
        ///
        void draw(Painter &, int x, int y) const;
        ///
+       void metricsT(TextMetricsInfo const & st) const;
+       ///
+       void drawT(TextPainter &, int x, int y) const;
+       ///
        void halign(string const &);
        ///
        void halign(char c, col_type col);
@@ -127,8 +133,6 @@ public:
        bool idxEnd(idx_type &, pos_type &) const;
        ///
        void idxDelete(idx_type &, bool &, bool &);
-       ///
-       void idxDeleteRange(idx_type, idx_type);
                        
        ///
        virtual void addRow(row_type);
@@ -151,6 +155,17 @@ public:
        ///
        void setDefaults();
 
+       ///
+       virtual int colsep() const;
+       ///
+       virtual int rowsep() const;
+       ///
+       virtual int hlinesep() const;
+       ///
+       virtual int vlinesep() const;
+       ///
+       virtual int border() const;
+
        ///
        void write(WriteStream & os) const;
        ///