]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sqrtinset.h
fix #1073
[lyx.git] / src / mathed / math_sqrtinset.h
index a5af7164b424a0e740b7b0f90cdc0a52215a96f0..d9cdcfd26124bac4950f04000d38552530c5c0bf 100644 (file)
@@ -4,12 +4,11 @@
 
 #include "math_nestinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /** The square root inset.
-    \author Alejandro Aguilar Siearra
+ *  \author Alejandro Aguilar Siearra
+ *
+ * Full author contact details are available in file CREDITS
  */
 class MathSqrtInset : public MathNestInset {
 public:
@@ -18,9 +17,9 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void draw(Painter &, int x, int y) const;
+       void draw(PainterInfo &, int x, int y) const;
        ///
-       void metrics(MathMetricsInfo const & mi) const;
+       void metrics(MetricsInfo & mi) const;
        ///
        void drawT(TextPainter &, int x, int y) const;
        ///
@@ -31,7 +30,11 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
+       ///
+       void mathematica(MathematicaStream &) const;
+       ///
+       void octave(OctaveStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
 };