Qt 6.7
Qt Core
C++ Classes
QRect
Qt 6.7.2 Reference Documentation
List of All Members for QRect
This is the complete list of members for
QRect
, including inherited members.
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
(const QRect &, bool) const : bool
contains
(int, int) const : bool
contains
(int, int, bool) const : bool
getCoords
(int *, int *, int *, int *) const
getRect
(int *, int *, int *, int *) const
height
() const : int
intersected
(const QRect &) const : QRect
intersects
(const QRect &) const : bool
isEmpty
() const : bool
isNull
() const : bool
isValid
() const : bool
left
() const : int
marginsAdded
(const QMargins &) const : QRect
marginsRemoved
(const QMargins &) const : QRect
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 &)
normalized
() const : QRect
right
() const : int
setBottom
(int)
setBottomLeft
(const QPoint &)
setBottomRight
(const QPoint &)
setCoords
(int, int, int, int)
setHeight
(int)
setLeft
(int)
setRect
(int, int, int, int)
setRight
(int)
setSize
(const QSize &)
setTop
(int)
setTopLeft
(const QPoint &)
setTopRight
(const QPoint &)
setWidth
(int)
setX
(int)
setY
(int)
size
() const : QSize
span
(const QPoint &, const QPoint &) : QRect
toCGRect
() const : CGRect
toRectF
() const : QRectF
top
() const : int
topLeft
() const : QPoint
topRight
() const : QPoint
translate
(int, int)
translate
(const QPoint &)
translated
(int, int) const : QRect
translated
(const QPoint &) const : QRect
transposed
() const : QRect
united
(const QRect &) const : QRect
width
() const : int
x
() const : int
y
() const : int
operator&
(const QRect &) const : QRect
operator&=
(const QRect &) : QRect &
operator+=
(const QMargins &) : QRect &
operator-=
(const QMargins &) : QRect &
operator|
(const QRect &) const : QRect
operator|=
(const QRect &) : QRect &