]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_tabularinset.h
Get rid of lyxstring, remove usage of STRCONV.
[lyx.git] / src / mathed / math_tabularinset.h
index 35426e2dc7e467783305914c08a6357e94b1a4f2..741aa4a2b8d63ef8a9ccb4cd8f7f4c7c6810a650 100644 (file)
@@ -1,18 +1,21 @@
 // -*- C++ -*-
-#ifndef MATH_TABULARINSET_H
-#define MATH_TABULARINSET_H
-
-#include "math_gridinset.h"
-
-
 /**
- * Inset for things like \begin{tabular}...\end{tabular}
+ * \file math_tabularinset.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
+ * Full author contact details are available in file CREDITS.
  */
 
+#ifndef MATH_TABULARINSET_H
+#define MATH_TABULARINSET_H
+
+#include "math_gridinset.h"
+
+
+/// Inset for things like \begin{tabular}...\end{tabular}
 class MathTabularInset : public MathGridInset {
 public:
        ///
@@ -23,9 +26,9 @@ public:
        ///
        MathTabularInset(string const &, char valign, string const & halign);
        ///
-       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;
        ///