]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_dotsinset.h
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / math_dotsinset.h
index cda4a77f7a335c6fe2b030d4724b9c1c65bfbb14..87869a842167373507adde050e88f22eb6f302c4 100644 (file)
@@ -19,11 +19,11 @@ public:
        ///
        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;
        ///
-       void metrics(MathStyles st) const;
+       void metrics(MathMetricsInfo const & st) const;
 protected:
        /// cache for the thing's heigth
        mutable int dh_;