]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_braceinset.h
Fix reading of math macros
[lyx.git] / src / mathed / math_braceinset.h
index f7b2b98b7c210c8e3a65d7699ab55f3988ac4fe6..cc2a2eaae2b60962aeccaaf8b919c2984d40fb90 100644 (file)
@@ -9,7 +9,9 @@
 #endif
 
 /** Extra nesting
-    \author André Pönitz
+ *  \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS
 */
 
 class MathBraceInset : public MathNestInset {
@@ -17,17 +19,27 @@ public:
        ///
        MathBraceInset();
        ///
+       MathBraceInset(MathArray const & ar);
+       ///
        MathInset * clone() const;
        /// 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 maplize(MapleStream &) const;
+       ///
+       void mathematicize(MathematicaStream &) const;
+       ///
+       void octavize(OctaveStream &) const;
+       ///
+       void mathmlize(MathMLStream &) const;
        ///
        void infoize(std::ostream & os) const;