- QRectF ()
- QRectF ( const QPointF & topLeft, const QPointF & bottomRight )
- QRectF ( const QPointF & topLeft, const QSizeF & size )
- QRectF ( float x, float y, float width, float height )
- QRectF ( const QRect & rect )
- void addCoords ( float xp1, float yp1, float xp2, float yp2 )
- float bottom () const
- QPointF bottomLeft () const
- QPointF bottomRight () const
- QPointF center () const
- bool contains ( const QPointF & point ) const
- bool contains ( float x, float y ) const
- bool contains ( const QRectF & rectangle ) const
- void getCoords ( float * xp1, float * yp1, float * xp2, float * yp2 ) const
- void getRect ( float * x, float * y, float * w, float * h ) const
- float height () const
- QRectF intersect ( const QRectF & other ) const
- bool intersects ( const QRectF & rectangle ) const
- bool isEmpty () const
- bool isNull () const
- bool isValid () const
- float left () const
- void moveBottom ( float y )
- void moveBottomLeft ( const QPointF & point )
- void moveBottomRight ( const QPointF & point )
- void moveBy ( float dx, float dy )
- void moveBy ( const QPointF & p )
- void moveCenter ( const QPointF & p )
- void moveLeft ( float x )
- void moveRight ( float x )
- void moveTop ( float y )
- void moveTopLeft ( const QPointF & point )
- void moveTopRight ( const QPointF & point )
- QRectF normalize () const
|
|