]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_lefteqninset.h
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / math_lefteqninset.h
index 15c37262a973cd176ccc5383e170760f7c0b46ec..c257958e2fb7e22e6093b0faef3a7fe84e8b7656 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_nestinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /// Support for LaTeX's \\lefteqn command
 
@@ -17,12 +14,12 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void draw(Painter &, int x, int y) const;
+       string name() const;
        ///
-       void write(MathWriteInfo & os) const;
+       void metrics(MathMetricsInfo & mi) const;
        ///
-       void writeNormal(std::ostream &) const;
+       void draw(MathPainterInfo & pi, int x, int y) const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void infoize(std::ostream & os) const;
 };
 #endif