]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_kerninset.h
revert Buffer LyxText->InsetText commit
[lyx.git] / src / mathed / math_kerninset.h
index 53a03b9656f60e0d6c6f7a1a25bc54d9dba0649f..aa30e03bd92639571360f9a8eaeb0d3b73423111 100644 (file)
@@ -1,11 +1,19 @@
 // -*- C++ -*-
+/**
+ * \file math_kerninset.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_CHEATINSET_H
 #define MATH_CHEATINSET_H
 
 #include "math_inset.h"
-#include "vspace.h"
-#include "LString.h"
-#include "math_nestinset.h"
+#include "lyxlength.h"
 
 
 /// The \kern primitive
@@ -18,11 +26,11 @@ public:
        ///
        explicit MathKernInset(LyXLength const & wid);
        ///
-       explicit MathKernInset(string const & wid);
+       explicit MathKernInset(std::string const & wid);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
-       Dimension metrics(MetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///