]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sqrtinset.h
forward search in math insets. ugly. seems to work. don't ask why.
[lyx.git] / src / mathed / math_sqrtinset.h
index f3cdf82b2a391c200b6753cdfd2f54988a45770b..57517e49595d74c7ae9c93f104205e6757f37940 100644 (file)
@@ -18,12 +18,17 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void draw(Painter &, int x, int baseline);
+       void draw(Painter &, int x, int y) const;
        ///
-       void write(std::ostream &, bool fragile) const;
+       void metrics(MathMetricsInfo const & st) const;
+
+       ///
+       void write(WriteStream & os) const;
+       ///
+       void normalize(NormalStream &) const;
        ///
-       void writeNormal(std::ostream &) const;
+       void maplize(MapleStream &) const;
        ///
-       void metrics(MathStyles st);
+       void mathmlize(MathMLStream &) const;
 };
 #endif