X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_lefteqninset.h;h=0b7cbd199a1b3c5392650211b4874c2c04a1a473;hb=cd03e2b7db8379a91f3d31eac2c5bc25b159c541;hp=c257958e2fb7e22e6093b0faef3a7fe84e8b7656;hpb=99d1627a471b92f403598d03dfc861ddc3c11be0;p=lyx.git diff --git a/src/mathed/math_lefteqninset.h b/src/mathed/math_lefteqninset.h index c257958e2f..0b7cbd199a 100644 --- a/src/mathed/math_lefteqninset.h +++ b/src/mathed/math_lefteqninset.h @@ -1,4 +1,14 @@ // -*- C++ -*- +/** + * \file math_lefteqninset.h + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author André Pönitz + * + * Full author contact details are available in file CREDITS. + */ + #ifndef MATH_LEFTEQNINSET_H #define MATH_LEFTEQNINSET_H @@ -12,13 +22,13 @@ public: /// MathLefteqnInset(); /// - MathInset * clone() const; + virtual std::auto_ptr clone() const; /// string name() const; /// - void metrics(MathMetricsInfo & mi) const; + void metrics(MetricsInfo & mi, Dimension & dim) const; /// - void draw(MathPainterInfo & pi, int x, int y) const; + void draw(PainterInfo & pi, int x, int y) const; /// void infoize(std::ostream & os) const; };