KDWinUtils
Helper library for MFC to Qt migration
|
This is the complete list of members for KRect, including all inherited members.
bottom | KRect | |
BottomRight() | KRect | |
BottomRight() const | KRect | |
CenterPoint() const | KRect | |
CopyRect(const KRect *rect) | KRect | |
CopyRect(const KRect &rect) | KRect | |
DeflateRect(int x, int y) | KRect | |
DeflateRect(const KSize &size) | KRect | |
DeflateRect(const KRect &rect) | KRect | |
DeflateRect(int l, int t, int r, int b) | KRect | |
EqualRect(const KRect *cr) const | KRect | |
EqualRect(const KRect &cr) const | KRect | |
Height() const | KRect | |
InflateRect(int x, int y) | KRect | |
InflateRect(const KSize &size) | KRect | |
InflateRect(const KRect &rect) | KRect | |
InflateRect(int l, int t, int r, int b) | KRect | |
IntersectRect(const KRect *rect1, const KRect *rect2) | KRect | |
IntersectRect(const KRect &rect1, const KRect &rect2) | KRect | |
IsRectEmpty() const | KRect | |
IsRectNull() const | KRect | |
KRect() | KRect | |
KRect(int l, int t, int r, int b) | KRect | explicit |
KRect(const KPoint &cp, const KSize &cs) | KRect | explicit |
KRect(const KPoint &topLeft, const KPoint &bottomRight) | KRect | explicit |
KRect(const KRect &rect) | KRect | |
KRect(KRect &&rect) noexcept | KRect | |
KRect(const QRect &qr) | KRect | |
KRect(const CRect &cr) | KRect | explicit |
left | KRect | |
MoveToX(int x) | KRect | |
MoveToXY(int x, int y) noexcept | KRect | |
MoveToXY(const KPoint &point) noexcept | KRect | |
MoveToY(int y) | KRect | |
NormalizeRect() | KRect | |
OffsetRect(int x, int y) | KRect | |
OffsetRect(const KPoint &point) | KRect | |
OffsetRect(const KSize &size) | KRect | |
operator CRect() const | KRect | |
operator QRect() const | KRect | |
operator!=(const KRect &lhs, const KRect &rhs) noexcept | KRect | related |
operator&(const KRect &lhs, const KRect &rhs) | KRect | related |
operator&=(const KRect &rect) | KRect | |
operator+(const KRect &lhs, const KRect &rhs) | KRect | related |
operator+(const KRect &lhs, const KPoint &rhs) | KRect | related |
operator+(const KRect &lhs, const KSize &rhs) | KRect | related |
operator+=(const KPoint &point) | KRect | |
operator+=(const KSize &size) | KRect | |
operator+=(const KRect &rect) | KRect | |
operator-(const KRect &lhs, const KRect &rhs) | KRect | related |
operator-(const KRect &lhs, const KPoint &rhs) | KRect | related |
operator-(const KRect &lhs, const KSize &rhs) | KRect | related |
operator-=(const KPoint &point) | KRect | |
operator-=(const KSize &size) | KRect | |
operator-=(const KRect &rect) | KRect | |
operator=(const KRect &rect) | KRect | |
operator=(KRect &&rect) noexcept | KRect | |
operator=(const QRect &rect) | KRect | |
operator=(const CRect &rect) | KRect | |
operator==(const KRect &lhs, const KRect &rhs) noexcept | KRect | related |
operator|(const KRect &lhs, const KRect &rhs) | KRect | related |
operator|=(const KRect &rect) | KRect | |
PtInRect(const KPoint &point) const | KRect | |
right | KRect | |
SetRect(int left, int top, int right, int bottom) | KRect | |
SetRectEmpty() | KRect | |
Size() const | KRect | |
SubtractRect(const KRect *rectSrc1, const KRect *rectSrc2) | KRect | |
SubtractRect(const KRect &rectSrc1, const KRect &rectSrc2) | KRect | |
swap(KRect &rect) noexcept | KRect | |
toCRect() const | KRect | |
top | KRect | |
TopLeft() | KRect | |
TopLeft() const | KRect | |
toQRect() const | KRect | |
UnionRect(const KRect *rectSrc1, const KRect *rectSrc2) | KRect | |
UnionRect(const KRect &rectSrc1, const KRect &rectSrc2) | KRect | |
Width() const | KRect | |
~KRect()=default | KRect |