]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sqrtinset.h
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / math_sqrtinset.h
index 8f21fe99d8e05a4ea08c8bb499849095bcd3cb6b..57517e49595d74c7ae9c93f104205e6757f37940 100644 (file)
@@ -20,12 +20,15 @@ public:
        ///
        void draw(Painter &, int x, int y) const;
        ///
-       void write(MathWriteInfo & os) const;
+       void metrics(MathMetricsInfo const & st) const;
+
        ///
-       void writeNormal(std::ostream &) const;
+       void write(WriteStream & os) const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void normalize(NormalStream &) const;
+       ///
+       void maplize(MapleStream &) const;
        ///
-       string maplize() const;
+       void mathmlize(MathMLStream &) const;
 };
 #endif