]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracinset.h
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / math_fracinset.h
index d60ca9bd08fd5778d42db28beb2f41c5d0b8d591..386a95eda72dc5993725b5903e50cea769c0b7a3 100644 (file)
@@ -18,13 +18,20 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void write(std::ostream &, bool fragile) const;
+       void metrics(MathMetricsInfo const & st) const;
        ///
-       void writeNormal(std::ostream &) const;
+       void draw(Painter &, int x, int y) const;
        ///
-       void metrics(MathStyles st) const;
+       MathFracInset * asFracInset();
+
        ///
-       void draw(Painter &, int x, int y) const;
+       void write(WriteStream & os) const;
+       ///
+       void normalize(NormalStream &) const;
+       ///
+       void maplize(MapleStream &) const;
+       ///
+       void mathmlize(MathMLStream &) const;
 public:
        ///
        const bool atop_;