Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qquickdesignersupportitems_p.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// Qt-Security score:significant reason:default
4
5#ifndef DESIGNERSUPPORTITEM_H
6#define DESIGNERSUPPORTITEM_H
7
8//
9// W A R N I N G
10// -------------
11//
12// This file is not part of the Qt API. It exists purely as an
13// implementation detail. This header file may change from version to
14// version without notice, or even be removed.
15//
16// We mean it.
17//
18
20
21#include <QObject>
22#include <QString>
23#include <QVariant>
24#include <QList>
25#include <QByteArray>
26#include <QTypeRevision>
27#include <QQmlContext>
28#include <QQmlListReference>
29
31
32class Q_QUICK_EXPORT QQuickDesignerSupportItems
33{
34public:
35 static QObject *createPrimitive(const QString &typeName, QTypeRevision version, QQmlContext *context);
36 static QObject *createComponent(const QUrl &componentUrl, QQmlContext *context);
37 static void tweakObjects(QObject *object);
38 static bool objectWasDeleted(QObject *object);
39 static void disableNativeTextRendering(QQuickItem *item);
40 static void disableTextCursor(QQuickItem *item);
41 static void disableTransition(QObject *object);
42 static void disableBehaivour(QObject *object);
43 static void stopUnifiedTimer();
44 static void registerFixResourcePathsForObjectCallBack(void (*callback)(QObject *));
45};
46
47QT_END_NAMESPACE
48
49#endif // DESIGNERSUPPORTITEM_H
Combined button and popup list for selecting options.
static QT_BEGIN_NAMESPACE void(* fixResourcePathsForObjectCallBack)(QObject *)
static bool isCrashingType(const QQmlType &type)
static void makeLoaderSynchronous(QObject *object)
static void stopAnimation(QObject *object)
static void allSubObjects(QObject *object, QObjectList &objectList)
static bool isWindow(QObject *object)
static QObject * createDummyWindow(QQmlEngine *engine)
static bool isWindowMetaObject(const QMetaObject *metaObject)