42 #include <QtDeclarative/qdeclarativeextensionplugin.h> 43 #include <QtDeclarative/qdeclarative.h> 56 #ifndef QT_NO_GESTURES 59 qmlRegisterUncreatableType<QGesture>(uri, 1, 0,
"Gesture",
QLatin1String(
"Do not create objects of this type."));
60 qmlRegisterUncreatableType<QPanGesture>(uri, 1, 0,
"PanGesture",
QLatin1String(
"Do not create objects of this type."));
61 qmlRegisterUncreatableType<QTapGesture>(uri, 1, 0,
"TapGesture",
QLatin1String(
"Do not create objects of this type."));
62 qmlRegisterUncreatableType<QTapAndHoldGesture>(uri, 1, 0,
"TapAndHoldGesture",
QLatin1String(
"Do not create objects of this type."));
63 qmlRegisterUncreatableType<QPinchGesture>(uri, 1, 0,
"PinchGesture",
QLatin1String(
"Do not create objects of this type."));
64 qmlRegisterUncreatableType<QSwipeGesture>(uri, 1, 0,
"SwipeGesture",
QLatin1String(
"Do not create objects of this type."));
#define QT_END_NAMESPACE
This macro expands to.
QLatin1String(DBUS_INTERFACE_DBUS))) Q_GLOBAL_STATIC_WITH_ARGS(QString
#define QT_BEGIN_NAMESPACE
This macro expands to.
#define QT_PREPEND_NAMESPACE(name)
This macro qualifies identifier with the full namespace.
virtual void registerTypes(const char *uri)
Registers the QML types in the given uri.
The QDeclarativeExtensionPlugin class provides an abstract base for custom QML extension plugins...
Q_EXPORT_PLUGIN2(qmlfolderlistmodelplugin, ::QmlFolderListModelPlugin)
[class decl]