QDeclarativeItem Class Reference
[QtDeclarative module]
Inherits QGraphicsObject and QDeclarativeParserStatus.
Types
Methods
- __init__ (self, QDeclarativeItem parent = None)
- float baselineOffset (self)
- QRectF boundingRect (self)
- QRectF childrenRect (self)
- classBegin (self)
- bool clip (self)
- componentComplete (self)
- bool event (self, QEvent)
- geometryChanged (self, QRectF newGeometry, QRectF oldGeometry)
- bool hasFocus (self)
- bool heightValid (self)
- float implicitHeight (self)
- float implicitWidth (self)
- inputMethodEvent (self, QInputMethodEvent)
- QVariant inputMethodQuery (self, Qt.InputMethodQuery query)
- bool isComponentComplete (self)
- QVariant itemChange (self, QGraphicsItem.GraphicsItemChange, QVariant)
- bool keepMouseGrab (self)
- keyPressEvent (self, QKeyEvent event)
- keyReleaseEvent (self, QKeyEvent event)
- paint (self, QPainter, QStyleOptionGraphicsItem, QWidget)
- QDeclarativeItem parentItem (self)
- bool sceneEvent (self, QEvent)
- setBaselineOffset (self, float)
- setClip (self, bool)
- setHeight (self, float)
- setImplicitHeight (self, float)
- setImplicitWidth (self, float)
- setKeepMouseGrab (self, bool)
- setParentItem (self, QDeclarativeItem parent)
- setSmooth (self, bool)
- setTransformOrigin (self, TransformOrigin)
- setWidth (self, float)
- bool smooth (self)
- TransformOrigin transformOrigin (self)
- bool widthValid (self)
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)
bool QDeclarativeItem.keepMouseGrab (self)
QDeclarativeItem.keyPressEvent (self, QKeyEvent event)
QDeclarativeItem.keyReleaseEvent (self, QKeyEvent event)
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)