diff options
Diffstat (limited to 'sip/qt/qrect.sip')
-rw-r--r-- | sip/qt/qrect.sip | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sip/qt/qrect.sip b/sip/qt/qrect.sip index 0026b97..f045752 100644 --- a/sip/qt/qrect.sip +++ b/sip/qt/qrect.sip @@ -109,12 +109,10 @@ public: int right() const; int bottom() const; -%If (TQt_2_00 -) // TQCOORD &rLeft(); // TQCOORD &rTop(); // TQCOORD &rRight(); // TQCOORD &rBottom(); -%End int x() const; int y() const; @@ -125,12 +123,10 @@ public: void setX(int); void setY(int); -%If (TQt_3_1_0 -) void setTopLeft(const TQPoint &); void setBottomRight(const TQPoint &); void setTopRight(const TQPoint &); void setBottomLeft(const TQPoint &); -%End TQPoint topLeft() const; TQPoint bottomRight() const; @@ -141,12 +137,10 @@ public: void rect(int *,int *,int *,int *) const; void coords(int *,int *,int *,int *) const; -%If (TQt_3_1_0 -) void moveLeft(int); void moveTop(int); void moveRight(int); void moveBottom(int); -%End void moveTopLeft(const TQPoint &); void moveBottomLeft(const TQPoint &); void moveTopRight(const TQPoint &); @@ -156,9 +150,7 @@ public: void setRect(int,int,int,int); void setCoords(int,int,int,int); -%If (TQt_3_0_0 -) void addCoords(int,int,int,int); -%End TQSize size() const; int width() const; @@ -184,13 +176,8 @@ public: sipRes = sipCpp -> contains(*a0); %End -%If (TQt_3_1_0 -) bool contains(int,int) const; bool contains(int,int,bool) const; -%End -%If (TQt_2_2_0 - TQt_3_1_0) - bool contains(int,int,bool = 0) const; -%End bool contains(const TQRect &,bool = 0) const; int __contains__(const TQRect &) const; |