]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_stackrelinset.h
enable direct input of #1...#9; some whitespace changes
[lyx.git] / src / mathed / math_stackrelinset.h
index 3de330a50f9b3f02dbaef996f0402f73c776c9fe..699dffe402d6833346bc6123efebf4f4413c3657 100644 (file)
@@ -18,13 +18,14 @@ 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;
+       void write(WriteStream & os) const;
        ///
-       void draw(Painter &, int x, int y) const;
+       void normalize(NormalStream &) const;
 };
 
 #endif