]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathComment.h
Assure correct spacing of colored items in mathed
[lyx.git] / src / mathed / InsetMathComment.h
index 2ab35c2805b6a4273b093d4cfa01e122e8ac2f96..10b244613f336795d2ad0cbf1548e4770e34c9d2 100644 (file)
@@ -23,9 +23,11 @@ class latexkeys;
 class InsetMathComment : public InsetMathNest {
 public:
        ///
-       InsetMathComment(Buffer * buf);
+       explicit InsetMathComment(Buffer * buf);
        ///
-       explicit InsetMathComment(Buffer * buf, docstring const &);
+       explicit InsetMathComment(MathData const & ar);
+       ///
+       InsetMathComment(Buffer * buf, docstring const &);
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
@@ -40,11 +42,13 @@ public:
        ///
        void maple(MapleStream &) const;
        ///
-       void mathematica(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const {}
+       ///
+       void octave(OctaveStream &) const {}
        ///
-       void octave(OctaveStream &) const;
+       void mathmlize(MathStream &) const;
        ///
-       docstring mathmlize(MathStream &) const;
+       void htmlize(HtmlStream &) const;
        ///
        void infoize(odocstream & os) const;
        ///