]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sqrtinset.h
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / math_sqrtinset.h
index 769d085c240abcd383c192be1444cc1e2a2226e4..942d9d5eda1d0743868f6d7f1dd5f8b28a4cb097 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,15 +17,24 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void draw(Painter &, int x, int y) const;
+       void draw(MathPainterInfo &, int x, int y) const;
+       ///
+       void metrics(MathMetricsInfo & mi) const;
+       ///
+       void drawT(TextPainter &, int x, int y) const;
+       ///
+       void metricsT(TextMetricsInfo const & mi) const;
+
+       ///
+       void write(WriteStream & os) const;
        ///
-       void write(MathWriteInfo & os) const;
+       void normalize(NormalStream &) const;
        ///
-       void writeNormal(std::ostream &) const;
+       void maple(MapleStream &) const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void mathematica(MathematicaStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void octave(OctaveStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
 };