QRectF
#include <QtCore/QRectF>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QRectF
Overview
Public Functions Index
QRectF () | |
QRectF (const QPointF &topleft, const QSizeF &size) | |
QRectF (const QPointF &topleft, const QPointF &bottomRight) | |
QRectF (qreal left, qreal top, qreal width, qreal height) | |
QRectF (const QRect &rect) | |
void | adjust (qreal x1, qreal y1, qreal x2, qreal y2) |
QRectF | adjusted (qreal x1, qreal y1, qreal x2, qreal y2) const |
qreal | bottom () const |
QPointF | bottomLeft () const |
QPointF | bottomRight () const |
QPointF | center () const |
bool | contains (const QPointF &p) const |
bool | contains (qreal x, qreal y) const |
bool | contains (const QRectF &r) const |
void | getCoords (qreal *x1, qreal *y1, qreal *x2, qreal *y2) const |
void | getRect (qreal *x, qreal *y, qreal *w, qreal *h) const |
qreal | height () const |
QRectF | intersect (const QRectF &r) const |
QRectF | intersected (const QRectF &other) const |
bool | intersects (const QRectF &r) const |
bool | isEmpty () const |
bool | isNull () const |
bool | isValid () const |
qreal | left () const |
void | moveBottom (qreal pos) |
void | moveBottomLeft (const QPointF &p) |
void | moveBottomRight (const QPointF &p) |
void | moveCenter (const QPointF &p) |
void | moveLeft (qreal pos) |
void | moveRight (qreal pos) |
void | moveTo (qreal x, qreal t) |
void | moveTo (const QPointF &p) |
void | moveTop (qreal pos) |
void | moveTopLeft (const QPointF &p) |
void | moveTopRight (const QPointF &p) |
QRectF | normalized () const |
QRectF | operator& (const QRectF &r) const |
QRectF & | operator&= (const QRectF &r) |
QRectF | operator| (const QRectF &r) const |
QRectF & | operator|= (const QRectF &r) |
qreal | right () const |
void | setBottom (qreal pos) |
void | setBottomLeft (const QPointF &p) |
void | setBottomRight (const QPointF &p) |
void | setCoords (qreal x1, qreal y1, qreal x2, qreal y2) |
void | setHeight (qreal h) |
void | setLeft (qreal pos) |
void | setRect (qreal x, qreal y, qreal w, qreal h) |
void | setRight (qreal pos) |
void | setSize (const QSizeF &s) |
void | setTop (qreal pos) |
void | setTopLeft (const QPointF &p) |
void | setTopRight (const QPointF &p) |
void | setWidth (qreal w) |
void | setX (qreal pos) |
void | setY (qreal pos) |
QSizeF | size () const |
QRect | toAlignedRect () const |
qreal | top () const |
QPointF | topLeft () const |
QPointF | topRight () const |
QRect | toRect () const |
void | translate (qreal dx, qreal dy) |
void | translate (const QPointF &p) |
QRectF | translated (qreal dx, qreal dy) const |
QRectF | translated (const QPointF &p) const |
QRectF | unite (const QRectF &r) const |
QRectF | united (const QRectF &other) const |
qreal | width () const |
qreal | x () const |
qreal | y () const |
Public Functions
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy