X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_parinset.h;h=6be910752d7486bc7189b585891cbe08aa5aaf07;hb=b447408de232872fef1537fca542abc23702d572;hp=17811cb87912c12ed64ccf3b2e96afa69ba548ba;hpb=10fd14e55b6887e3be09baa9ed1f5467c40a3889;p=lyx.git diff --git a/src/mathed/math_parinset.h b/src/mathed/math_parinset.h index 17811cb879..6be910752d 100644 --- a/src/mathed/math_parinset.h +++ b/src/mathed/math_parinset.h @@ -1,18 +1,32 @@ +// -*- C++ -*- +/** + * \file math_parinset.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_PARINSET_H #define MATH_PARINSET_H + #include "math_hullinset.h" class MathParInset : public MathHullInset { public: /// - MathParInset(); + MathParInset() {} + /// + MathParInset(MathArray const & ar); /// mode_type currentMode() const { return TEXT_MODE; } /// - void metrics(MathMetricsInfo & mi) const; + void metrics(MetricsInfo & mi, Dimension & dim) const; /// - void draw(MathPainterInfo &, int x, int y) const; + void draw(PainterInfo &, int x, int y) const; /// void infoize(std::ostream & os) const; ///