]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_parinset.h
more IU
[lyx.git] / src / mathed / math_parinset.h
index fe6db21be5006d71ef533d9cbbb295d3636f4a6d..6be910752d7486bc7189b585891cbe08aa5aaf07 100644 (file)
@@ -1,9 +1,17 @@
+// -*- C++ -*-
+/**
+ * \file math_parinset.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_PARINSET_H
 #define MATH_PARINSET_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "math_hullinset.h"
 
@@ -16,9 +24,9 @@ public:
        ///
        mode_type currentMode() const { return TEXT_MODE; }
        ///
-       void metrics(MathMetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
-       void draw(MathPainterInfo &, int x, int y) const;
+       void draw(PainterInfo &, int x, int y) const;
        ///
        void infoize(std::ostream & os) const;
        ///