]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_stackrelinset.h
small up/down tweaking
[lyx.git] / src / mathed / math_stackrelinset.h
index e1122bfa816a0af08bde9d35fc48a64aa3d8fcb5..e8f64b2ca9ca41693e296cd887ecf172af6d8829 100644 (file)
@@ -8,8 +8,10 @@
 #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 +20,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