]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBox.h
nullptr
[lyx.git] / src / mathed / InsetMathBox.h
index 0a8bf74cd25f247de2f05ce731b3ff5ff2b54bce..898376583648135bb344f9f03d74b9b8464482a8 100644 (file)
@@ -29,11 +29,11 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        void normalize(NormalStream & ns) const override;
        ///
-       void mathmlize(MathStream & ms) const override;
+       void mathmlize(MathMLStream & ms) const override;
        ///
        void htmlize(HtmlStream & ms) const override;
        ///
@@ -58,17 +58,17 @@ public:
        ///
        mode_type currentMode() const override { return TEXT_MODE; }
        ///
-       marker_type marker(BufferView const *) const override { return NO_MARKER; }
+       marker_type marker(BufferView const *) const override { return marker_type::NO_MARKER; }
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const override;
        ///
        void draw(PainterInfo & pi, int x, int y) const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        /// write normalized content
        void normalize(NormalStream & ns) const override;
        ///
-       void mathmlize(MathStream & ms) const override;
+       void mathmlize(MathMLStream & ms) const override;
        ///
        void htmlize(HtmlStream & ms) const override;
        ///
@@ -91,11 +91,11 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        /// write normalized content
        void normalize(NormalStream & ns) const override;
        ///
-       void mathmlize(MathStream & ms) const override;
+       void mathmlize(MathMLStream & ms) const override;
        ///
        void htmlize(HtmlStream & ms) const override;
        ///
@@ -118,7 +118,7 @@ public:
        ///
        explicit InsetMathBoxed(Buffer * buf);
        ///
-       marker_type marker(BufferView const *) const override { return NO_MARKER; }
+       marker_type marker(BufferView const *) const override { return marker_type::NO_MARKER; }
        ///
        void validate(LaTeXFeatures & features) const override;
        ///
@@ -126,9 +126,9 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
-       void mathmlize(MathStream & ms) const override;
+       void mathmlize(MathMLStream & ms) const override;
        ///
        void htmlize(HtmlStream & ms) const override;
        /// write normalized content