]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_undersetinset.h
Fix reading of math macros
[lyx.git] / src / mathed / math_undersetinset.h
index 35ed008fee2a534be75c964506031d01a61dae2b..5ef844b477f8290698fe1d7a240aea3cdf1619c2 100644 (file)
@@ -1,16 +1,21 @@
 // -*- C++ -*-
+
+/** Underset objects
+ *  \author André Pönitz
+ *
+ *  Full author contact details are available in file CREDITS
+ */
+
 #ifndef MATH_UNDERSETINSET_H
 #define MATH_UNDERSETINSET_H
 
-#include "math_fracbase.h"
-
 #ifdef __GNUG__
 #pragma interface
 #endif
 
-/** Underset objects
-    \author André Pönitz
- */
+#include "math_fracbase.h"
+
+/// Inset for underset
 class MathUndersetInset : public MathFracbaseInset {
 public:
        ///
@@ -18,9 +23,9 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void metrics(MathMetricsInfo & st) const;
        ///
-       void draw(Painter &, int x, int y) const;
+       void draw(MathPainterInfo &, int x, int y) const;
 
        ///
        void write(WriteStream & os) const;