- wxPoint2DInt operator-() ;
-
- wxPoint2DInt& operator=(const wxPoint2DInt& pt) ;
- wxPoint2DInt& operator+=(const wxPoint2DInt& pt) ;
- wxPoint2DInt& operator-=(const wxPoint2DInt& pt) ;
- wxPoint2DInt& operator*=(const wxPoint2DInt& pt) ;
- wxPoint2DInt& operator*=(wxDouble n) ;
- wxPoint2DInt& operator*=(wxInt32 n) ;
- wxPoint2DInt& operator/=(const wxPoint2DInt& pt) ;
- wxPoint2DInt& operator/=(wxDouble n) ;
- wxPoint2DInt& operator/=(wxInt32 n) ;
- operator wxPoint() const ;
- bool operator==(const wxPoint2DInt& pt) const ;
- bool operator!=(const wxPoint2DInt& pt) const ;
+ inline wxPoint2DInt operator-() ;
+
+ inline wxPoint2DInt& operator=(const wxPoint2DInt& pt) ;
+ inline wxPoint2DInt& operator+=(const wxPoint2DInt& pt) ;
+ inline wxPoint2DInt& operator-=(const wxPoint2DInt& pt) ;
+ inline wxPoint2DInt& operator*=(const wxPoint2DInt& pt) ;
+ inline wxPoint2DInt& operator*=(wxDouble n) ;
+ inline wxPoint2DInt& operator*=(wxInt32 n) ;
+ inline wxPoint2DInt& operator/=(const wxPoint2DInt& pt) ;
+ inline wxPoint2DInt& operator/=(wxDouble n) ;
+ inline wxPoint2DInt& operator/=(wxInt32 n) ;
+ inline operator wxPoint() const ;
+ inline bool operator==(const wxPoint2DInt& pt) const ;
+ inline bool operator!=(const wxPoint2DInt& pt) const ;