]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_stackrelinset.h
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / math_stackrelinset.h
index e1122bfa816a0af08bde9d35fc48a64aa3d8fcb5..e24db841e2a5414a75fa69f0a3fcb476f87f7c16 100644 (file)
@@ -4,12 +4,11 @@
 
 #include "math_fracbase.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-/** Stackrel objects 
-    \author André Pönitz
+/** Stackrel objects
+ *  \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS
  */
 class MathStackrelInset : public MathFracbaseInset {
 public:
@@ -18,13 +17,14 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void write(MathWriteInfo & os) const;
+       void metrics(MathMetricsInfo & mi) const;
        ///
-       void writeNormal(NormalStream &) const;
+       void draw(MathPainterInfo & pi, int x, int y) const;
+
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void write(WriteStream & os) const;
        ///
-       void draw(Painter &, int x, int y) const;
+       void normalize(NormalStream &) const;
 };
 
 #endif