- QRect ()
- QRect ( const QPoint & topLeft, const QPoint & bottomRight )
- QRect ( const QPoint & topLeft, const QSize & size )
- QRect ( int left, int top, int width, int height )
- void addCoords ( int xp1, int yp1, int xp2, int yp2 )
- QRect adjusted ( int xp1, int yp1, int xp2, int yp2 ) const
- int bottom () const
- QPoint bottomLeft () const
- QPoint bottomRight () const
- QPoint center () const
- bool contains ( const QPoint & p, bool proper = false ) const
- bool contains ( int x, int y, bool proper ) const
- bool contains ( int x, int y ) const
- bool contains ( const QRect & r, bool proper = false ) const
- void getCoords ( int * xp1, int * yp1, int * xp2, int * yp2 ) const
- void getRect ( int * x, int * y, int * w, int * h ) const
- int height () const
- QRect intersect ( const QRect & r ) const
- bool intersects ( const QRect & r ) const
- bool isEmpty () const
- bool isNull () const
- bool isValid () const
- int left () const
- void moveBottom ( int pos )
- void moveBottomLeft ( const QPoint & p )
- void moveBottomRight ( const QPoint & p )
- void moveCenter ( const QPoint & p )
- void moveLeft ( int pos )
- void moveRight ( int pos )
- void moveTo ( int x, int y )
- void moveTo ( const QPoint & pt )
- void moveTop ( int pos )
- void moveTopLeft ( const QPoint & p )
|
|