]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diffinset.h
mathed uglyfication
[lyx.git] / src / mathed / math_diffinset.h
index 707c710a0f26573f4916c53007734ae976635343..4eaeaf44f90b393301fc8bd3e9d4e6090927063b 100644 (file)
@@ -1,10 +1,17 @@
 // -*- C++ -*-
+/**
+ * \file math_diffinset.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #ifndef MATH_DIFFINSET_H
 #define MATH_DIFFINSET_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 // d f(x)/dx in one block
 // for interfacing external programs
@@ -16,20 +23,20 @@ public:
        ///
        explicit MathDiffInset();
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        void addDer(MathArray const & der);
        ///
-       void metrics(MathMetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
-       void draw(MathPainterInfo & pi, int x, int y) const;
+       void draw(PainterInfo & pi, int x, int y) const;
 
        ///
        void normalize(NormalStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
-       void mathematicize(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///