]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sizeinset.h
forward search in math insets. ugly. seems to work. don't ask why.
[lyx.git] / src / mathed / math_sizeinset.h
index c72ce5e64e1f88124fce95bb8132d0278c38c9ad..9fefc55db01cc0962719f0b98e5688a8cfc483a5 100644 (file)
@@ -22,13 +22,13 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathStyles st) const;
+       void metrics(MathMetricsInfo const & st) const;
        ///
        void draw(Painter &, int x, int y) const;
        ///
-       void write(std::ostream &, bool fragile) const;
+       void write(WriteStream & os) const;
        ///
-       void writeNormal(std::ostream &) const;
+       void normalize(NormalStream &) const;
 
 private:
        ///