]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_undersetinset.h
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / math_undersetinset.h
index bfb66fe126c02a1c4d158b17871a1bd308ed1077..16f50793ca681c5e1a867fe53412432ac181a1ce 100644 (file)
@@ -1,16 +1,18 @@
 // -*- 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
+#include "math_fracbase.h"
 
-/** Underset objects 
-    \author André Pönitz
- */
+/// Inset for underset
 class MathUndersetInset : public MathFracbaseInset {
 public:
        ///
@@ -18,9 +20,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;