]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_braceinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_braceinset.h
index cc2a2eaae2b60962aeccaaf8b919c2984d40fb90..526983050deb27f598977518c127c3d3f0f10737 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_nestinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /** Extra nesting
  *  \author André Pönitz
@@ -21,23 +18,23 @@ public:
        ///
        MathBraceInset(MathArray const & ar);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        /// we write extra braces in any case...
        bool extraBraces() const { return true; }
        ///
-       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 write(WriteStream & os) const;
        /// write normalized content
        void normalize(NormalStream & ns) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
-       void mathematicize(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const;
        ///
-       void octavize(OctaveStream &) const;
+       void octave(OctaveStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///