Home
·
All Classes
·
Modules
QDeclarativeProperty Class Reference
[
QtDeclarative
module]
Types
enum
PropertyTypeCategory
{ InvalidCategory, List, Object, Normal }
enum
Type
{ Invalid, Property, SignalProperty }
Methods
__init__
(
self
)
__init__
(
self
, QObject)
__init__
(
self
, QObject, QDeclarativeContext)
__init__
(
self
, QObject, QDeclarativeEngine)
__init__
(
self
, QObject, QString)
__init__
(
self
, QObject, QString, QDeclarativeContext)
__init__
(
self
, QObject, QString, QDeclarativeEngine)
__init__
(
self
, QDeclarativeProperty)
bool
connectNotifySignal
(
self
, QObject
dest
, SLOT()SLOT()
slot
)
bool
connectNotifySignal
(
self
, callable
dest
)
bool
connectNotifySignal
(
self
, QObject
dest
, int
method
)
bool
hasNotifySignal
(
self
)
int
index
(
self
)
bool
isDesignable
(
self
)
bool
isProperty
(
self
)
bool
isResettable
(
self
)
bool
isSignalProperty
(
self
)
bool
isValid
(
self
)
bool
isWritable
(
self
)
QMetaMethod
method
(
self
)
QString
name
(
self
)
bool
needsNotifySignal
(
self
)
QObject
object
(
self
)
QMetaProperty
property
(
self
)
int
propertyType
(
self
)
PropertyTypeCategory
propertyTypeCategory
(
self
)
str
propertyTypeName
(
self
)
QVariant
read
(
self
)
bool
reset
(
self
)
Type
type
(
self
)
bool
write
(
self
, QVariant)
Static Methods
QVariant
read
(QObject, QString)
QVariant
read
(QObject, QString, QDeclarativeContext)
QVariant
read
(QObject, QString, QDeclarativeEngine)
bool
write
(QObject, QString, QVariant)
bool
write
(QObject, QString, QVariant, QDeclarativeContext)
bool
write
(QObject, QString, QVariant, QDeclarativeEngine)
Special Methods
bool
__eq__
(
self
, QDeclarativeProperty)
int
__hash__
(
self
)
bool
__ne__
(
self
, QDeclarativeProperty)
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 X11
Copyright ©
Riverbank Computing Ltd
and
Nokia
2010
Qt 4.7.0