]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_parinset.h
macro rework
[lyx.git] / src / mathed / math_parinset.h
index 17811cb87912c12ed64ccf3b2e96afa69ba548ba..6be910752d7486bc7189b585891cbe08aa5aaf07 100644 (file)
@@ -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;
        ///