Home · All Classes · Modules

QDeclarativeProperty Class Reference
[QtDeclarative module]

Types

Methods

Static Methods

Special Methods


Detailed Description


Type Documentation

QDeclarativeProperty.PropertyTypeCategory

QDeclarativeProperty.Type


Method Documentation

QDeclarativeProperty.__init__ (self)

QDeclarativeProperty.__init__ (self, QObject)

QDeclarativeProperty.__init__ (self, QObject, QDeclarativeContext)

QDeclarativeProperty.__init__ (self, QObject, QDeclarativeEngine)

QDeclarativeProperty.__init__ (self, QObject, QString)

QDeclarativeProperty.__init__ (self, QObject, QString, QDeclarativeContext)

QDeclarativeProperty.__init__ (self, QObject, QString, QDeclarativeEngine)

QDeclarativeProperty.__init__ (self, QDeclarativeProperty)

bool QDeclarativeProperty.connectNotifySignal (self, QObject dest, SLOT()SLOT() slot)

bool QDeclarativeProperty.connectNotifySignal (self, callable dest)

bool QDeclarativeProperty.connectNotifySignal (self, QObject dest, int method)

bool QDeclarativeProperty.hasNotifySignal (self)

int QDeclarativeProperty.index (self)

bool QDeclarativeProperty.isDesignable (self)

bool QDeclarativeProperty.isProperty (self)

bool QDeclarativeProperty.isResettable (self)

bool QDeclarativeProperty.isSignalProperty (self)

bool QDeclarativeProperty.isValid (self)

bool QDeclarativeProperty.isWritable (self)

QMetaMethod QDeclarativeProperty.method (self)

QString QDeclarativeProperty.name (self)

bool QDeclarativeProperty.needsNotifySignal (self)

QObject QDeclarativeProperty.object (self)

QMetaProperty QDeclarativeProperty.property (self)

int QDeclarativeProperty.propertyType (self)

PropertyTypeCategory QDeclarativeProperty.propertyTypeCategory (self)

str QDeclarativeProperty.propertyTypeName (self)

QVariant QDeclarativeProperty.read (self)

QVariant QDeclarativeProperty.read (QObject, QString)

QVariant QDeclarativeProperty.read (QObject, QString, QDeclarativeContext)

QVariant QDeclarativeProperty.read (QObject, QString, QDeclarativeEngine)

bool QDeclarativeProperty.reset (self)

Type QDeclarativeProperty.type (self)

bool QDeclarativeProperty.write (self, QVariant)

bool QDeclarativeProperty.write (QObject, QString, QVariant)

bool QDeclarativeProperty.write (QObject, QString, QVariant, QDeclarativeContext)

bool QDeclarativeProperty.write (QObject, QString, QVariant, QDeclarativeEngine)

bool QDeclarativeProperty.__eq__ (self, QDeclarativeProperty)

int QDeclarativeProperty.__hash__ (self)

bool QDeclarativeProperty.__ne__ (self, QDeclarativeProperty)


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