DOtherSide
0.7.1
C language library for creating bindings for the Qt QML language
|
Functions related to the QDeclarative module. More...
Functions | |
DOS_API int | dos_qdeclarative_qmlregistertype (const QmlRegisterType *qmlRegisterType) |
Register a type in order to be instantiable from QML. More... | |
DOS_API int | dos_qdeclarative_qmlregistersingletontype (const QmlRegisterType *qmlRegisterType) |
Register a singleton type in order to be accessible from QML. More... | |
Functions related to the QDeclarative module.
DOS_API int dos_qdeclarative_qmlregistersingletontype | ( | const QmlRegisterType * | qmlRegisterType | ) |
Register a singleton type in order to be accessible from QML.
qmlRegisterType
is owned by the caller thus it will not be freed DOS_API int dos_qdeclarative_qmlregistertype | ( | const QmlRegisterType * | qmlRegisterType | ) |
Register a type in order to be instantiable from QML.
qmlRegisterType
is owned by the caller thus it will not be freed