]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_binaryopinset.h
split inset -> inset + updatableinset
[lyx.git] / src / mathed / math_binaryopinset.h
index cdd4db15730e4eddc4fd3eb929c9fc4edc035039..06e0efe186111af4fa76685b871e80d8ec61c410 100644 (file)
@@ -5,12 +5,11 @@
 #include "math_nestinset.h"
 #include "math_nestinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#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 +18,13 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void draw(Painter &, int x, int y) const;
+       void draw(MathPainterInfo &, int x, int y) const;
        ///
        void write(WriteStream & os) const;
        ///
        void normalize(NormalStream &) const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void metrics(MathMetricsInfo & st) const;
 private:
        ///
        int opwidth() const;