]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_hullinset.h
Get rid of lyxstring, remove usage of STRCONV.
[lyx.git] / src / mathed / math_hullinset.h
index 0ef8679a6c153a954c7c3daa59b9e3af6eb2be92..6c9237351a8faf37ed5d09b131482d4398791400 100644 (file)
@@ -1,18 +1,23 @@
 // -*- C++ -*-
+/**
+ * \file math_hullinset.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_HULLINSET_H
 #define MATH_HULLINSET_H
 
 #include "math_gridinset.h"
 
 
-/** This provides an interface between "LyX insets" and "LyX math insets"
- *  \author André Pönitz
- *
- * Full author contact details are available in file CREDITS
- */
-
 class LaTeXFeatures;
 
+/// This provides an interface between "LyX insets" and "LyX math insets"
 class MathHullInset : public MathGridInset {
 public:
        ///
@@ -20,11 +25,11 @@ public:
        ///
        explicit MathHullInset(string const & type);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        mode_type currentMode() const;
        ///
-       Dimension metrics(MetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo &, int x, int y) const;
        ///