X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_lefteqninset.h;h=a59cd9de161fc2d8405addbb127b259f9040b925;hb=92d522b7f1be6046adcac062c558bbf0bf021612;hp=de99a1273aaccaee2b092bb52635c2de65002ad0;hpb=35d74b0e6f9dc98d54653cf6fa90f5d0c81eb388;p=lyx.git diff --git a/src/mathed/math_lefteqninset.h b/src/mathed/math_lefteqninset.h index de99a1273a..a59cd9de16 100644 --- a/src/mathed/math_lefteqninset.h +++ b/src/mathed/math_lefteqninset.h @@ -4,25 +4,22 @@ #include "math_nestinset.h" -#ifdef __GNUG__ -#pragma interface -#endif -/// The \kern primitive +/// Support for LaTeX's \\lefteqn command class MathLefteqnInset : public MathNestInset { public: /// MathLefteqnInset(); /// - MathInset * clone() const; + InsetBase * clone() const; /// - void draw(Painter &, int x, int y) const; + string name() const; /// - void write(std::ostream &, bool fragile) const; + void metrics(MetricsInfo & mi, Dimension & dim) const; /// - void writeNormal(std::ostream &) const; + void draw(PainterInfo & pi, int x, int y) const; /// - void metrics(MathStyles st) const; + void infoize(std::ostream & os) const; }; #endif