]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_parinset.h
more IU
[lyx.git] / src / mathed / math_parinset.h
index 289f82aa13082f0c484e52c34b761486c885fa43..6be910752d7486bc7189b585891cbe08aa5aaf07 100644 (file)
@@ -1,6 +1,18 @@
+// -*- 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 {
@@ -8,11 +20,13 @@ public:
        ///
        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;
        ///