- begin
const_iterator begin()
Undocumented in source.
- boundingRect
QRect boundingRect()
Undocumented in source.
- cbegin
const_iterator cbegin()
Undocumented in source. Be warned that the author may not have intended to support it.
- cend
const_iterator cend()
Undocumented in source. Be warned that the author may not have intended to support it.
- contains
bool contains(const(QPoint) p)
Undocumented in source.
- contains
bool contains(const(QRect) r)
Undocumented in source.
- end
const_iterator end()
Undocumented in source.
- intersected
QRegion intersected(const(QRegion) r)
Undocumented in source.
- intersected
QRegion intersected(const(QRect) r)
Undocumented in source.
- intersects
bool intersects(const(QRegion) r)
Undocumented in source.
- intersects
bool intersects(const(QRect) r)
Undocumented in source.
- isEmpty
bool isEmpty()
Undocumented in source.
- isNull
bool isNull()
Undocumented in source.
- opOpAssign
QRegion opOpAssign(const(QRegion) r)
Undocumented in source.
- opOpAssign
QRegion opOpAssign(const(QRegion) r)
Undocumented in source.
- opOpAssign
QRegion opOpAssign(const(QRect) r)
Undocumented in source.
- opOpAssign
QRegion opOpAssign(const(QRegion) r)
Undocumented in source.
- opOpAssign
QRegion opOpAssign(const(QRect) r)
Undocumented in source.
- opOpAssign
QRegion opOpAssign(const(QRegion) r)
Undocumented in source.
- rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
- rectCount
int rectCount()
Undocumented in source.
- rects
QVector!(QRect) rects()
Undocumented in source.
- setRects
void setRects(const(QRect)* rect, int num)
Undocumented in source.
- subtracted
QRegion subtracted(const(QRegion) r)
Undocumented in source.
- translate
void translate(int dx, int dy)
Undocumented in source.
- translate
void translate(const(QPoint) p)
Undocumented in source. Be warned that the author may not have intended to support it.
- translated
QRegion translated(int dx, int dy)
Undocumented in source.
- translated
QRegion translated(const(QPoint) p)
Undocumented in source. Be warned that the author may not have intended to support it.
- united
QRegion united(const(QRegion) r)
Undocumented in source.
- united
QRegion united(const(QRect) r)
Undocumented in source.
- xored
QRegion xored(const(QRegion) r)
Undocumented in source.