]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_deliminset.h
split inset -> inset + updatableinset
[lyx.git] / src / mathed / math_deliminset.h
index 7835b95f07095f9c9aa596a27265beae4fc25fbb..8c1feef1ed299638eefc9b7dd8e86deed81b39fd 100644 (file)
@@ -5,12 +5,11 @@
 #include "math_nestinset.h"
 #include "LString.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /** A delimiter
-    \author Alejandro Aguilar Sierra
+ *  \author Alejandro Aguilar Sierra
+ *
+ * Full author contact details are available in file CREDITS
 */
 
 class MathDelimInset : public MathNestInset {
@@ -41,13 +40,15 @@ public:
        /// write normalized content
        void normalize(NormalStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
+       ///
+       void maxima(MaximaStream &) const;
        ///
-       void mathematicize(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///
-       void octavize(OctaveStream &) const;
+       void octave(OctaveStream &) const;
        ///
        string left_;
        ///