QRect Class Reference
[QtCore module]
Methods
- __init__ (self)
- __init__ (self, int, int, int, int)
- __init__ (self, QPoint, QPoint)
- __init__ (self, QPoint, QSize)
- __init__ (self, QRect)
- adjust (self, int, int, int, int)
- QRect adjusted (self, int, int, int, int)
- int bottom (self)
- QPoint bottomLeft (self)
- QPoint bottomRight (self)
- QPoint center (self)
- bool contains (self, QPoint, bool proper = False)
- bool contains (self, QRect, bool proper = False)
- bool contains (self, int, int, bool)
- bool contains (self, int, int)
- (int, int, int, int) getCoords (self)
- (int, int, int, int) getRect (self)
- int height (self)
- QRect intersect (self, QRect)
- QRect intersected (self, QRect)
- bool intersects (self, QRect)
- bool isEmpty (self)
- bool isNull (self)
- bool isValid (self)
- int left (self)
- moveBottom (self, int)
- moveBottomLeft (self, QPoint)
- moveBottomRight (self, QPoint)
- moveCenter (self, QPoint)
- moveLeft (self, int)
- moveRight (self, int)
- moveTo (self, int, int)
- moveTo (self, QPoint)
- moveTop (self, int)
- moveTopLeft (self, QPoint)
- moveTopRight (self, QPoint)
- QRect normalized (self)
- int right (self)
- setBottom (self, int)
- setBottomLeft (self, QPoint)
- setBottomRight (self, QPoint)
- setCoords (self, int, int, int, int)
- setHeight (self, int)
- setLeft (self, int)
- setRect (self, int, int, int, int)
- setRight (self, int)
- setSize (self, QSize)
- setTop (self, int)
- setTopLeft (self, QPoint)
- setTopRight (self, QPoint)
- setWidth (self, int)
- setX (self, int)
- setY (self, int)
- QSize size (self)
- int top (self)
- QPoint topLeft (self)
- QPoint topRight (self)
- translate (self, int, int)
- translate (self, QPoint)
- QRect translated (self, int, int)
- QRect translated (self, QPoint)
- QRect unite (self, QRect)
- QRect united (self, QRect)
- int width (self)
- int x (self)
- int y (self)
Special Methods
Detailed Description
This class can be pickled.
Method Documentation
QRect.__init__ (self)
QRect.__init__ (self, int, int, int, int)
QRect.__init__ (self, QPoint, QPoint)
QRect.__init__ (self, QPoint, QSize)
QRect.__init__ (self, QRect)
QRect.adjust (self, int, int, int, int)
QRect QRect.adjusted (self, int, int, int, int)
int QRect.bottom (self)
QPoint QRect.bottomLeft (self)
QPoint QRect.bottomRight (self)
QPoint QRect.center (self)
bool QRect.contains (self, QPoint, bool proper = False)
bool QRect.contains (self, QRect, bool proper = False)
bool QRect.contains (self, int, int, bool)
bool QRect.contains (self, int, int)
(int, int, int, int) QRect.getCoords (self)
(int, int, int, int) QRect.getRect (self)
int QRect.height (self)
QRect QRect.intersect (self, QRect)
QRect QRect.intersected (self, QRect)
bool QRect.intersects (self, QRect)
bool QRect.isEmpty (self)
bool QRect.isNull (self)
bool QRect.isValid (self)
int QRect.left (self)
QRect.moveBottom (self, int)
QRect.moveBottomLeft (self, QPoint)
QRect.moveBottomRight (self, QPoint)
QRect.moveCenter (self, QPoint)
QRect.moveLeft (self, int)
QRect.moveRight (self, int)
QRect.moveTo (self, int, int)
QRect.moveTo (self, QPoint)
QRect.moveTop (self, int)
QRect.moveTopLeft (self, QPoint)
QRect.moveTopRight (self, QPoint)
QRect QRect.normalized (self)
int QRect.right (self)
QRect.setBottom (self, int)
QRect.setBottomLeft (self, QPoint)
QRect.setBottomRight (self, QPoint)
QRect.setCoords (self, int, int, int, int)
QRect.setHeight (self, int)
QRect.setLeft (self, int)
QRect.setRect (self, int, int, int, int)
QRect.setRight (self, int)
QRect.setSize (self, QSize)
QRect.setTop (self, int)
QRect.setTopLeft (self, QPoint)
QRect.setTopRight (self, QPoint)
QRect.setWidth (self, int)
QRect.setX (self, int)
QRect.setY (self, int)
QSize QRect.size (self)
int QRect.top (self)
QPoint QRect.topLeft (self)
QPoint QRect.topRight (self)
QRect.translate (self, int, int)
QRect.translate (self, QPoint)
QRect QRect.translated (self, int, int)
QRect QRect.translated (self, QPoint)
QRect QRect.unite (self, QRect)
QRect QRect.united (self, QRect)
int QRect.width (self)
int QRect.x (self)
int QRect.y (self)
QRect QRect.__and__ (self, QRect)
int QRect.__bool__ (self)
int QRect.__contains__ (self, QPoint p)
int QRect.__contains__ (self, QRect r)
bool QRect.__eq__ (self, QRect)
QRect QRect.__iand__ (self, QRect)
QRect QRect.__ior__ (self, QRect)
bool QRect.__ne__ (self, QRect)
QRect QRect.__or__ (self, QRect)
str QRect.__repr__ (self)