Home · All Classes · Modules

QGraphicsLayoutItem Class Reference
[QtGui module]

Inherited by QGraphicsLayout and QGraphicsWidget.

Methods


Detailed Description


Method Documentation

QGraphicsLayoutItem.__init__ (self, QGraphicsLayoutItem parent = None, bool isLayout = False)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

QRectF QGraphicsLayoutItem.contentsRect (self)

QSizeF QGraphicsLayoutItem.effectiveSizeHint (self, Qt.SizeHint, QSizeF constraint = QSizeF())

QRectF QGraphicsLayoutItem.geometry (self)

(float, float, float, float) QGraphicsLayoutItem.getContentsMargins (self)

QGraphicsItem QGraphicsLayoutItem.graphicsItem (self)

bool QGraphicsLayoutItem.isLayout (self)

float QGraphicsLayoutItem.maximumHeight (self)

QSizeF QGraphicsLayoutItem.maximumSize (self)

float QGraphicsLayoutItem.maximumWidth (self)

float QGraphicsLayoutItem.minimumHeight (self)

QSizeF QGraphicsLayoutItem.minimumSize (self)

float QGraphicsLayoutItem.minimumWidth (self)

bool QGraphicsLayoutItem.ownedByLayout (self)

QGraphicsLayoutItem QGraphicsLayoutItem.parentLayoutItem (self)

float QGraphicsLayoutItem.preferredHeight (self)

QSizeF QGraphicsLayoutItem.preferredSize (self)

float QGraphicsLayoutItem.preferredWidth (self)

QGraphicsLayoutItem.setGeometry (self, QRectF)

QGraphicsLayoutItem.setGraphicsItem (self, QGraphicsItem)

QGraphicsLayoutItem.setMaximumHeight (self, float)

QGraphicsLayoutItem.setMaximumSize (self, QSizeF)

QGraphicsLayoutItem.setMaximumSize (self, float, float)

QGraphicsLayoutItem.setMaximumWidth (self, float)

QGraphicsLayoutItem.setMinimumHeight (self, float)

QGraphicsLayoutItem.setMinimumSize (self, QSizeF)

QGraphicsLayoutItem.setMinimumSize (self, float, float)

QGraphicsLayoutItem.setMinimumWidth (self, float)

QGraphicsLayoutItem.setOwnedByLayout (self, bool)

QGraphicsLayoutItem.setParentLayoutItem (self, QGraphicsLayoutItem)

The QGraphicsLayoutItem argument, if not None, causes self to be owned by Qt instead of PyQt.

QGraphicsLayoutItem.setPreferredHeight (self, float)

QGraphicsLayoutItem.setPreferredSize (self, QSizeF)

QGraphicsLayoutItem.setPreferredSize (self, float, float)

QGraphicsLayoutItem.setPreferredWidth (self, float)

QGraphicsLayoutItem.setSizePolicy (self, QSizePolicy)

QGraphicsLayoutItem.setSizePolicy (self, QSizePolicy.Policy, QSizePolicy.Policy, QSizePolicy.ControlType controlType = QSizePolicy.DefaultType)

QSizeF QGraphicsLayoutItem.sizeHint (self, Qt.SizeHint, QSizeF constraint = QSizeF())

This method is abstract and should be reimplemented in any sub-class.

QSizePolicy QGraphicsLayoutItem.sizePolicy (self)

QGraphicsLayoutItem.updateGeometry (self)


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