]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_binaryopinset.h
small up/down tweaking
[lyx.git] / src / mathed / math_binaryopinset.h
index ccd5f085f49270b7809a571ac75d5caff8960f56..215f55a3469ab36db82c08e88aa52753342dcc23 100644 (file)
@@ -10,7 +10,9 @@
 #endif
 
 /** An inset for multiplication
-    \author André Pönitz
+ *  \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS
  */
 class MathBinaryOpInset : public MathNestInset {
 public:
@@ -19,13 +21,13 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void draw(Painter &, int x, int y) const;
+       void draw(MathPainterInfo &, int x, int y) const;
        ///
-       void write(MathWriteInfo & os) const;
+       void write(WriteStream & os) const;
        ///
-       void writeNormal(std::ostream &) const;
+       void normalize(NormalStream &) const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void metrics(MathMetricsInfo & st) const;
 private:
        ///
        int opwidth() const;