]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_scriptinset.h
use stream-like syntax for LaTeX output
[lyx.git] / src / mathed / math_scriptinset.h
index 59e0535a68472b67926d57ef98e5c4e99e1199eb..49337fa80a10956a6f19590a3459c5e05aa98e0f 100644 (file)
@@ -21,16 +21,16 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void write(std::ostream &, bool fragile) const;
+       void write(MathWriteInfo & os) const;
        ///
-       void metrics(MathStyles st) const;
+       void metrics(MathMetricsInfo const & st) const;
        ///
        void draw(Painter &, int x, int y) const;
 
        ///
-       void write(MathInset const * nucleus, std::ostream &, bool fragile) const;
+       void write(MathInset const *, MathWriteInfo & os) const;
        ///
-       void metrics(MathInset const * nucleus, MathStyles st) const;
+       void metrics(MathInset const * nucleus, MathMetricsInfo const & st) const;
        ///
        void draw(MathInset const * nucleus, Painter &, int x, int y) const;
        ///