Home · All Classes · Modules

QDeclarativeItem Class Reference
[QtDeclarative module]

Inherits QGraphicsObject and QDeclarativeParserStatus.

Types

Methods


Detailed Description


Type Documentation

QDeclarativeItem.TransformOrigin


Method Documentation

QDeclarativeItem.__init__ (self, QDeclarativeItem parent = None)

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

float QDeclarativeItem.baselineOffset (self)

QRectF QDeclarativeItem.boundingRect (self)

QRectF QDeclarativeItem.childrenRect (self)

QDeclarativeItem.classBegin (self)

bool QDeclarativeItem.clip (self)

QDeclarativeItem.componentComplete (self)

bool QDeclarativeItem.event (self, QEvent)

QDeclarativeItem.geometryChanged (self, QRectF newGeometry, QRectF oldGeometry)

bool QDeclarativeItem.hasFocus (self)

bool QDeclarativeItem.heightValid (self)

float QDeclarativeItem.implicitHeight (self)

float QDeclarativeItem.implicitWidth (self)

QDeclarativeItem.inputMethodEvent (self, QInputMethodEvent)

QVariant QDeclarativeItem.inputMethodQuery (self, Qt.InputMethodQuery query)

bool QDeclarativeItem.isComponentComplete (self)

QVariant QDeclarativeItem.itemChange (self, QGraphicsItem.GraphicsItemChange, QVariant)

bool QDeclarativeItem.keepMouseGrab (self)

QDeclarativeItem.keyPressEvent (self, QKeyEvent event)

QDeclarativeItem.keyReleaseEvent (self, QKeyEvent event)

QDeclarativeItem.paint (self, QPainter, QStyleOptionGraphicsItem, QWidget)

QDeclarativeItem QDeclarativeItem.parentItem (self)

bool QDeclarativeItem.sceneEvent (self, QEvent)

QDeclarativeItem.setBaselineOffset (self, float)

QDeclarativeItem.setClip (self, bool)

QDeclarativeItem.setHeight (self, float)

QDeclarativeItem.setImplicitHeight (self, float)

QDeclarativeItem.setImplicitWidth (self, float)

QDeclarativeItem.setKeepMouseGrab (self, bool)

QDeclarativeItem.setParentItem (self, QDeclarativeItem parent)

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

QDeclarativeItem.setSmooth (self, bool)

QDeclarativeItem.setTransformOrigin (self, TransformOrigin)

QDeclarativeItem.setWidth (self, float)

bool QDeclarativeItem.smooth (self)

TransformOrigin QDeclarativeItem.transformOrigin (self)

bool QDeclarativeItem.widthValid (self)


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