]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_boxinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_boxinset.h
index dca47ceb0646e2c0ee4f47bec60cdd342220ea3c..0f956c2ff5b5ed93c162c9520880482a211b9962 100644 (file)
@@ -5,9 +5,6 @@
 #include "math_nestinset.h"
 #include "LString.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 class LyXFont;
 
@@ -18,17 +15,13 @@ public:
        ///
        explicit MathBoxInset(string const & name);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
-       void metrics(MathMetricsInfo & mi) const;
+       mode_type currentMode() const { return TEXT_MODE; }
        ///
-       void draw(MathPainterInfo & pi, int x, int y) const;
-       /// identifies BoxInsets
-       MathBoxInset * asBoxInset() { return this; }
-       /// identifies BoxInsets
-       MathBoxInset const * asBoxInset() const { return this; }
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
-       void rebreak();
+       void draw(PainterInfo & pi, int x, int y) const;
        ///
        void write(WriteStream & os) const;
        ///