]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_parinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_parinset.h
index 17811cb87912c12ed64ccf3b2e96afa69ba548ba..f27230e949e5680a8e758b27472effcaba31e933 100644 (file)
@@ -1,18 +1,21 @@
 #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;
        ///