]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_dotsinset.h
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_dotsinset.h
index d0187a0804e32ae49e0a239f600eee600d26c6d7..967435d93e6993f3fde8039441f72a14511eb004 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_diminset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 class latexkeys;
 
@@ -18,13 +15,11 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void draw(MathPainterInfo &, int x, int y) const;
-       ///
-       void write(WriteStream & os) const;
+       void metrics(MathMetricsInfo & mi) const;
        ///
-       void normalize(NormalStream &) const;
+       void draw(MathPainterInfo & pi, int x, int y) const;
        ///
-       void metrics(MathMetricsInfo & st) const;
+       string name() const;
 protected:
        /// cache for the thing's heigth
        mutable int dh_;