]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_rootinset.h
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / math_rootinset.h
index 200ddc7cc72e28db567761432e3979dd64c2f065..e71b4fe23ff28f5b2903dce75e43fa2374841265 100644 (file)
@@ -32,17 +32,18 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void draw(Painter &, int x, int y) const;
-       ///
-       void write(MathWriteInfo & os) const;
+       bool idxUp(idx_type & idx) const;
        ///
-       void writeNormal(NormalStream &) const;
+       bool idxDown(idx_type & idx) const;
        ///
        void metrics(MathMetricsInfo const & st) const;
        ///
-       bool idxUp(int & idx, int & pos) const;
+       void draw(Painter &, int x, int y) const;
+
+       ///
+       void write(WriteStream & os) const;
        ///
-       bool idxDown(int & idx, int & pos) const;
+       void normalize(NormalStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///