Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
main.cpp
Go to the documentation of this file.
1// Copyright (C) 2014 Robin Burchell <robin.burchell@viroteck.net>
2// Copyright (C) 2016 The Qt Company Ltd.
3// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
4
5#include <QtGui/qgenericplugin.h>
6#include <QCoreApplication>
7
8#include "qtuiohandler_p.h"
9
11
13{
16
17public:
19
20 QObject* create(const QString &key, const QString &specification) override;
21};
22
26
28 const QString &spec)
29{
30 if (!key.compare(QLatin1String("TuioTouch"), Qt::CaseInsensitive))
31 return new QTuioHandler(spec);
32
33 return nullptr;
34}
35
37
38#include "main.moc"
\inmodule QtGui
\inmodule QtCore
Definition qobject.h:103
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
QObject * create(const QString &key, const QString &specification) override
Implement this function to create a driver matching the type specified by the given key and specifica...
Definition main.cpp:27
Combined button and popup list for selecting options.
@ CaseInsensitive
#define QGenericPluginFactoryInterface_iid
GLuint64 key
#define Q_OBJECT
#define Q_PLUGIN_METADATA(x)
view create()