]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_exfuncinset.h
updates to latexfeatures stuff; allow empty \document_path
[lyx.git] / src / mathed / math_exfuncinset.h
index 0c71ad57ecd6b268e5a1647eba9ef8b02f52282a..a0887a39c33e47c31f16db3ef34152ac7c991e81 100644 (file)
@@ -14,15 +14,20 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void write(WriteStream & os) const;
+       void metrics(MathMetricsInfo const & st) const;
+       ///
+       void draw(Painter &, int x, int y) const;
+
        ///
        void normalize(NormalStream &) const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void maplize(MapleStream &) const;
        ///
-       void draw(Painter &, int x, int y) const;
+       void mathmlize(MathMLStream &) const;
        ///
        void octavize(OctaveStream &) const;
+       ///
+       void write(WriteStream & os) const;
 
 private:
        ///