]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_frameboxinset.h
the DocIterator stuff
[lyx.git] / src / mathed / math_frameboxinset.h
index a102afddaa131c53105895df6513c5d32be3d26f..e7adbdd52fe3ff536f0ce8120a6f18cdbacf1f5e 100644 (file)
@@ -1,24 +1,29 @@
 // -*- C++ -*-
+/**
+ * \file math_frameboxinset.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_FRAMEBOXINSET_H
 #define MATH_FRAMEBOXINSET_H
 
 #include "math_nestinset.h"
 
 
-/** Extra nesting
- *  \author André Pönitz
- *
- * Full author contact details are available in file CREDITS
-*/
-
+/// Extra nesting
 class MathFrameboxInset : public MathNestInset {
 public:
        ///
        MathFrameboxInset();
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
-       void metrics(MetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///