]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_exfuncinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_exfuncinset.h
index 08d4a94620d6b43947fbb35421b1b93c04e0d61b..6422af0f7af502f77030417f8ec237aae502f25f 100644 (file)
@@ -2,6 +2,7 @@
 #ifndef MATH_EXFUNCINSET_H
 #define MATH_EXFUNCINSET_H
 
+
 #include "math_nestinset.h"
 
 // f(x) in one block (as opposed to 'f','(','x',')' or 'f','x')
@@ -12,22 +13,26 @@ public:
        ///
        explicit MathExFuncInset(string const & name);
        ///
-       MathInset * clone() const;
+       MathExFuncInset(string const & name, MathArray const & ar);
+       ///
+       virtual std::auto_ptr<InsetBase> clone() const;
+       ///
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
-       void metrics(MathMetricsInfo & st) const;
+       void draw(PainterInfo & pi, int x, int y) const;
        ///
-       void draw(MathPainterInfo &, int x, int y) const;
+       string name() const;
 
        ///
-       void normalize(NormalStream &) const;
+       void maple(MapleStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maxima(MaximaStream &) const;
        ///
-       void mathmlize(MathMLStream &) const;
+       void mathematica(MathematicaStream &) const;
        ///
-       void octavize(OctaveStream &) const;
+       void mathmlize(MathMLStream &) const;
        ///
-       void write(WriteStream & os) const;
+       void octave(OctaveStream &) const;
 
 private:
        ///