]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_braceinset.h
split inset -> inset + updatableinset
[lyx.git] / src / mathed / math_braceinset.h
index 4cb6705957c9fe892efa4175e7a87e502a3d2178..133ee5e8a05b69454e7c40e77e18529337eb5086 100644 (file)
@@ -4,12 +4,11 @@
 
 #include "math_nestinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /** Extra nesting
-    \author André Pönitz
+ *  \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS
 */
 
 class MathBraceInset : public MathNestInset {
@@ -23,13 +22,21 @@ public:
        /// we write extra braces in any case...
        bool extraBraces() const { return true; }
        ///
+       void metrics(MathMetricsInfo & mi) const;
+       ///
        void draw(MathPainterInfo &, int x, int y) const;
        ///
        void write(WriteStream & os) const;
        /// write normalized content
        void normalize(NormalStream & ns) const;
        ///
-       void metrics(MathMetricsInfo & mi) const;
+       void maple(MapleStream &) const;
+       ///
+       void mathematica(MathematicaStream &) const;
+       ///
+       void octave(OctaveStream &) const;
+       ///
+       void mathmlize(MathMLStream &) const;
        ///
        void infoize(std::ostream & os) const;