Qt 4.8
|
Classes | |
class | AttachedPropertySelector |
class | AttachedPropertySelector< T, 1 > |
struct | has_attachedPropertiesMember |
class | has_attachedPropertiesMethod |
class | has_attachedPropertiesMethod< T, false > |
class | QDeclarativeElement |
struct | RegisterAutoParent |
struct | RegisterComponent |
struct | RegisterInterface |
struct | RegisterType |
struct | StaticCastSelector |
struct | StaticCastSelectorClass |
struct | StaticCastSelectorClass< From, To, sizeof(int)> |
Typedefs | |
typedef AutoParentResult(* | AutoParentFunction) (QObject *object, QObject *parent) |
Enumerations | |
enum | AutoParentResult { Parented, IncompatibleObject, IncompatibleParent } |
enum | RegistrationType { TypeRegistration = 0, InterfaceRegistration = 1, AutoParentRegistration = 2, ComponentRegistration = 3 } |
Functions | |
template<typename T > | |
QDeclarativeAttachedPropertiesFunc | attachedPropertiesFunc () |
template<typename T > | |
const QMetaObject * | attachedPropertiesMetaObject () |
template<typename T > | |
void | createInto (void *memory) |
template<typename T > | |
QObject * | createParent (QObject *p) |
void Q_DECLARATIVE_EXPORT | qdeclarativeelement_destructor (QObject *) |
int Q_DECLARATIVE_EXPORT | qmlregister (RegistrationType, void *) |
int | qmlRegisterType (const QUrl &url, const char *uri, int versionMajor, int versionMinor, const char *qmlName) |
template<typename T , int metaObjectRevision> | |
int | qmlRegisterUncreatableType (const char *uri, int versionMajor, int versionMinor, const char *qmlName, const QString &reason) |
typedef AutoParentResult(* QDeclarativePrivate::AutoParentFunction) (QObject *object, QObject *parent) |
Definition at line 194 of file qdeclarativeprivate.h.
Enumerator | |
---|---|
Parented | |
IncompatibleObject | |
IncompatibleParent |
Definition at line 193 of file qdeclarativeprivate.h.
Enumerator | |
---|---|
TypeRegistration | |
InterfaceRegistration | |
AutoParentRegistration | |
ComponentRegistration |
Definition at line 249 of file qdeclarativeprivate.h.
|
inline |
Definition at line 182 of file qdeclarativeprivate.h.
|
inline |
Definition at line 188 of file qdeclarativeprivate.h.
Referenced by QDeclarativePrivate::AttachedPropertySelector< T, 1 >::metaObject().
void QDeclarativePrivate::createInto | ( | void * | memory | ) |
Definition at line 96 of file qdeclarativeprivate.h.
Definition at line 99 of file qdeclarativeprivate.h.
void QDeclarativePrivate::qdeclarativeelement_destructor | ( | QObject * | o | ) |
Definition at line 549 of file qdeclarativeengine.cpp.
Referenced by QDeclarativePrivate::QDeclarativeElement< T >::~QDeclarativeElement().
int QDeclarativePrivate::qmlregister | ( | RegistrationType | type, |
void * | data | ||
) |
Definition at line 722 of file qdeclarativemetatype.cpp.
Referenced by QDeclarativeItemModule::defineModule(), qmlRegisterCustomType(), qmlRegisterExtendedType(), qmlRegisterInterface(), qmlRegisterRevision(), qmlRegisterType(), qmlRegisterType(), qmlRegisterUncreatableType(), qmlRegisterUncreatableType(), and qmlRegisterValueTypeEnums().
|
inline |
Definition at line 274 of file qdeclarativeprivate.h.
int QDeclarativePrivate::qmlRegisterUncreatableType | ( | const char * | uri, |
int | versionMajor, | ||
int | versionMinor, | ||
const char * | qmlName, | ||
const QString & | reason | ||
) |
Definition at line 294 of file qdeclarativeprivate.h.