]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_spaceinset.h
Fix reading of math macros
[lyx.git] / src / mathed / math_spaceinset.h
index 84ba58fb8db3a33fe7960b1a7fc3c9759d0d674c..ab3011bbb088284ed860df70a575027178fae957 100644 (file)
@@ -14,6 +14,8 @@ public:
        ///
        explicit MathSpaceInset(int sp);
        ///
+       explicit MathSpaceInset(string const & name);
+       ///
        MathInset * clone() const;
        ///
        MathSpaceInset const * asSpaceInset() const { return this; }
@@ -22,15 +24,19 @@ public:
        ///
        void incSpace();
        ///
-       void metrics(MathMetricsInfo & st) const;
+       void metrics(MathMetricsInfo & mi) const;
        ///
-       void draw(MathPainterInfo &, int x, int y) const;
+       void draw(MathPainterInfo & pi, int x, int y) const;
 
        ///
        void normalize(NormalStream &) const;
        ///
+       void validate(LaTeXFeatures & features) const;
+       ///
        void maplize(MapleStream &) const;
        ///
+       void mathematicize(MathematicaStream &) const;
+       ///
        void octavize(OctaveStream &) const;
        ///
        void write(WriteStream & os) const;