- QRect ()
 
- QRect ( const QPoint &, const QPoint & )
 
- QRect ( const QPoint &, const QSize & )
 
- QRect ( int, int, int, int )
 
- adjust ( int, int, int, int )
 
- adjusted ( int, int, int, int ) const : QRect
 
- bottom () const : int
 
- bottomLeft () const : QPoint
 
- bottomRight () const : QPoint
 
- center () const : QPoint
 
- contains ( const QPoint &, bool ) const : bool
 
- contains ( int, int, bool ) const : bool
 
- contains ( int, int ) const : bool
 
- contains ( const QRect &, bool ) const : bool
 
- getCoords ( int *, int *, int *, int * ) const
 
- getRect ( int *, int *, int *, int * ) const
 
- height () const : int
 
- intersect ( const QRect & ) const : QRect
 
- intersects ( const QRect & ) const : bool
 
- isEmpty () const : bool
 
- isNull () const : bool
 
- isValid () const : bool
 
- left () const : int
 
- moveBottom ( int )
 
- moveBottomLeft ( const QPoint & )
 
- moveBottomRight ( const QPoint & )
 
- moveCenter ( const QPoint & )
 
- moveLeft ( int )
 
- moveRight ( int )
 
- moveTo ( int, int )
 
- moveTo ( const QPoint & )
 
- moveTop ( int )
 
- moveTopLeft ( const QPoint & )
 
- moveTopRight ( const QPoint & )
 
  | 
 |