Home · All Classes · Modules

QRect Class Reference
[QtCore module]

Methods

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)


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0