]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_exfuncinset.h
enable direct input of #1...#9; some whitespace changes
[lyx.git] / src / mathed / math_exfuncinset.h
index 3f434f69212c2b7c3ea0630f06984d2c60c90688..a0887a39c33e47c31f16db3ef34152ac7c991e81 100644 (file)
@@ -14,15 +14,20 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void write(MathWriteInfo & os) const;
-       ///
-       void writeNormal(std::ostream &) const;
-       ///
        void metrics(MathMetricsInfo const & st) const;
        ///
        void draw(Painter &, int x, int y) const;
+
+       ///
+       void normalize(NormalStream &) const;
+       ///
+       void maplize(MapleStream &) const;
+       ///
+       void mathmlize(MathMLStream &) const;
+       ///
+       void octavize(OctaveStream &) const;
        ///
-       string octavize() const;
+       void write(WriteStream & os) const;
 
 private:
        ///