]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_parboxinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_parboxinset.h
index 56306d50d1eff8b97f87c1e1f182e4df7e38f390..b57a32d23c0486837696bda27cc7dae01a2ba55d 100644 (file)
@@ -1,9 +1,7 @@
+// -*- C++ -*-
 #ifndef MATH_PARBOXINSET_H
 #define MATH_PARBOXINSET_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "math_textinset.h"
 
@@ -16,13 +14,13 @@ public:
        ///
        MathParboxInset * asParboxInset() { return this; }
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        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;
        ///