]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fboxinset.h
more IU
[lyx.git] / src / mathed / math_fboxinset.h
index 3a5029cede7c3ff30992a6b1cd5551df4a6a073f..b8a4e0947deeb208027b0eafac47132e98d8f191 100644 (file)
@@ -1,32 +1,35 @@
 // -*- C++ -*-
+/**
+ * \file math_fboxinset.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_FBOXINSET_H
 #define MATH_FBOXINSET_H
 
 #include "math_nestinset.h"
-#include "math_metricsinfo.h"
-
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-/** Extra nesting
-    \author André Pönitz
-*/
 
 class latexkeys;
 
+/// Extra nesting
 class MathFboxInset : public MathNestInset {
 public:
        ///
        MathFboxInset(latexkeys const * key);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        mode_type currentMode() const;
        ///
-       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 write(WriteStream & os) const;
        /// write normalized content