]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_lefteqninset.h
introduce namespace lyx::support
[lyx.git] / src / mathed / math_lefteqninset.h
index 78525d8663d1b00e39b0d50282c7fc25ef8f2708..a59cd9de161fc2d8405addbb127b259f9040b925 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_nestinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /// Support for LaTeX's \\lefteqn command
 
@@ -15,14 +12,14 @@ public:
        ///
        MathLefteqnInset();
        ///
-       MathInset * clone() const;
+       InsetBase * clone() const;
        ///
-       void draw(Painter &, int x, int y) const;
+       string name() const;
        ///
-       void write(MathWriteInfo & os) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
-       void writeNormal(NormalStream &) const;
+       void draw(PainterInfo & pi, int x, int y) const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void infoize(std::ostream & os) const;
 };
 #endif