X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_parboxinset.h;h=6800cadf2150361013facfcfda7e5366bc68afbe;hb=cd03e2b7db8379a91f3d31eac2c5bc25b159c541;hp=1b56b32f74ded3a1aedf5e37fb935a8adf8abeda;hpb=1829cdef6a34ec623c25ec8967dc048e8f19eee9;p=lyx.git diff --git a/src/mathed/math_parboxinset.h b/src/mathed/math_parboxinset.h index 1b56b32f74..6800cadf21 100644 --- a/src/mathed/math_parboxinset.h +++ b/src/mathed/math_parboxinset.h @@ -1,3 +1,14 @@ +// -*- C++ -*- +/** + * \file math_parboxinset.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_PARBOXINSET_H #define MATH_PARBOXINSET_H @@ -13,11 +24,11 @@ public: /// MathParboxInset * asParboxInset() { return this; } /// - MathInset * clone() const; + virtual std::auto_ptr clone() const; /// mode_type currentMode() const { return TEXT_MODE; } /// - void metrics(MetricsInfo & mi) const; + void metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo &, int x, int y) const; ///