]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_gridinset.h
Make Angus' compiler happy
[lyx.git] / src / mathed / math_gridinset.h
index 3f2747bdecb30f518eb4e4b88758c23d12c664a0..dfcffeea2a755f2c4546914448b13114f6acfa85 100644 (file)
@@ -74,6 +74,10 @@ public:
        ///
        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);
@@ -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;
        ///