X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_binominset.h;h=08a8985765661edd8bb3328ddb4f29796bfbfcaa;hb=701b99ecd70ac472aa53c8b2317af44def4f9670;hp=c439f78103b2a2715528223239987d80422c201c;hpb=cbafd3fc826fd14bafd7e605352bd8ce34a29145;p=lyx.git diff --git a/src/mathed/math_binominset.h b/src/mathed/math_binominset.h index c439f78103..08a8985765 100644 --- a/src/mathed/math_binominset.h +++ b/src/mathed/math_binominset.h @@ -1,31 +1,35 @@ // -*- C++ -*- +/** + * \file math_binominset.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_BINOMINSET_H -#define MATH_DINOMINSET_H +#define MATH_BINOMINSET_H #include "math_fracbase.h" -#ifdef __GNUG__ -#pragma interface -#endif -/** Binom like objects - \author André Pönitz - */ +/// Binom like objects class MathBinomInset : public MathFracbaseInset { public: /// explicit MathBinomInset(bool choose = false); /// - MathInset * clone() const; - /// void write(WriteStream & os) const; /// void normalize(NormalStream &) const; /// - void metrics(MathMetricsInfo & st) const; + void metrics(MetricsInfo & mi, Dimension & dim) const; /// - void draw(MathPainterInfo &, int x, int y) const; + void draw(PainterInfo &, int x, int y) const; private: + virtual std::auto_ptr doClone() const; /// int dw() const; ///