]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracinset.h
use stream-like syntax for LaTeX output
[lyx.git] / src / mathed / math_fracinset.h
index 5db6f340c7053842a19fe694245be9679db00be6..0c227c6f8cb8547994ab81e8318d1df03a0069e2 100644 (file)
@@ -18,17 +18,14 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void write(std::ostream &, bool fragile) const;
+       void write(MathWriteInfo & os) const;
        ///
        void writeNormal(std::ostream &) const;
        ///
-       void metrics(MathStyles st) const;
+       void metrics(MathMetricsInfo const & st) const;
        ///
        void draw(Painter &, int x, int y) const;
 public:
-       ///
-       char const name() const;
-
        ///
        const bool atop_;
 };