- QRectF ()
- 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 )
- QRectF adjusted ( float xp1, float yp1, float xp2, float yp2 ) 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
- void moveTo ( float x, float y )
- void moveTo ( const QPointF & pt )
|
- QRectF normalize () const
- QPointF origin () const
- void setCoords ( float xp1, float yp1, float xp2, float yp2 )
- void setHeight ( float height )
- void setRect ( float x, float y, float width, float height )
- void setSize ( const QSizeF & size )
- void setWidth ( float width )
- QSizeF size () const
- QRect toRect () const
- void translate ( float dx, float dy )
- void translate ( const QPointF & p )
- QRectF unite ( const QRectF & other ) const
- float width () const
- float x () const
- float y () const
- QRectF operator& ( const QRectF & other ) const
- QRectF & operator&= ( const QRectF & other )
- QRectF operator| ( const QRectF & other ) const
- QRectF & operator|= ( const QRectF & other )
|