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
qqmldebugserverfactory.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QQMLDEBUGSERVERFACTORY_H
5#define QQMLDEBUGSERVERFACTORY_H
6
7#include <private/qqmldebugconnector_p.h>
8
9//
10// W A R N I N G
11// -------------
12//
13// This file is not part of the Qt API. It exists purely as an
14// ementation detail. This header file may change from version to
15// version without notice, or even be removed.
16//
17// We mean it.
18//
19
21
22class QQmlDebugServerFactory : public QQmlDebugConnectorFactory
23{
25
26 // The interface for the code that loads this thing is QQmlDebugConnector.
27 // QQmlDebugServer is for connection plugins.
28 Q_PLUGIN_METADATA(IID QQmlDebugConnectorFactory_iid FILE "qqmldebugserver.json")
29public:
30 QQmlDebugConnector *create(const QString &key) override;
31};
32
34
35#endif // QQMLDEBUGSERVERFACTORY_H
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
Combined button and popup list for selecting options.
GLuint64 key
#define Q_OBJECT
#define Q_PLUGIN_METADATA(x)
view create()