]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_lefteqninset.h
remove unneeded member
[lyx.git] / src / mathed / math_lefteqninset.h
index de99a1273aaccaee2b092bb52635c2de65002ad0..0956310561c7386f77d0e66906d834bc5a012eba 100644 (file)
@@ -8,7 +8,7 @@
 #pragma interface
 #endif
 
-/// The \kern primitive
+/// Support for LaTeX's \\lefteqn command
 
 class MathLefteqnInset : public MathNestInset {
 public:
@@ -17,12 +17,12 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void draw(Painter &, int x, int y) const;
+       void draw(MathPainterInfo &, int x, int y) const;
        ///
-       void write(std::ostream &, bool fragile) const;
+       void write(WriteStream & os) const;
        ///
-       void writeNormal(std::ostream &) const;
+       void normalize(NormalStream &) const;
        ///
-       void metrics(MathStyles st) const;
+       void metrics(MathMetricsInfo & st) const;
 };
 #endif