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.cpp File Reference

(182bb9d04d9df1d70ff379bbd70ae11bb45f80dc)

#include "qquickdesignersupportitems_p.h"
#include "qquickdesignersupportproperties_p.h"
#include <QtQml/qqmlcomponent.h>
#include <private/qabstractanimation_p.h>
#include <private/qobject_p.h>
#include <private/qquickbehavior_p.h>
#include <private/qquicktext_p.h>
#include <private/qquicktextinput_p.h>
#include <private/qquicktextedit_p.h>
#include <private/qquicktransition_p.h>
#include <private/qquickloader_p.h>
#include <private/qquickanimation_p.h>
#include <private/qqmlmetatype_p.h>
#include <private/qqmltimer_p.h>
Include dependency graph for qquickdesignersupportitems.cpp:

Go to the source code of this file.

Functions

static void stopAnimation (QObject *object)
static void makeLoaderSynchronous (QObject *object)
static void allSubObjects (QObject *object, QObjectList &objectList)
static QObjectcreateDummyWindow (QQmlEngine *engine)
static bool isWindowMetaObject (const QMetaObject *metaObject)
static bool isWindow (QObject *object)
static bool isCrashingType (const QQmlType &type)

Variables

static QT_BEGIN_NAMESPACE void(* fixResourcePathsForObjectCallBack )(QObject *) = nullptr

Function Documentation

◆ allSubObjects()

void allSubObjects ( QObject * object,
QObjectList & objectList )
static

Definition at line 54 of file qquickdesignersupportitems.cpp.

◆ createDummyWindow()

QObject * createDummyWindow ( QQmlEngine * engine)
static

Definition at line 131 of file qquickdesignersupportitems.cpp.

◆ isCrashingType()

bool isCrashingType ( const QQmlType & type)
static

Definition at line 156 of file qquickdesignersupportitems.cpp.

◆ isWindow()

bool isWindow ( QObject * object)
static

Definition at line 149 of file qquickdesignersupportitems.cpp.

◆ isWindowMetaObject()

bool isWindowMetaObject ( const QMetaObject * metaObject)
static

Definition at line 137 of file qquickdesignersupportitems.cpp.

◆ makeLoaderSynchronous()

void makeLoaderSynchronous ( QObject * object)
static

Definition at line 48 of file qquickdesignersupportitems.cpp.

◆ stopAnimation()

void stopAnimation ( QObject * object)
static

Definition at line 26 of file qquickdesignersupportitems.cpp.

Variable Documentation

◆ fixResourcePathsForObjectCallBack

QT_BEGIN_NAMESPACE void(* fixResourcePathsForObjectCallBack)(QObject *) ( QObject * ) = nullptr
static

Definition at line 24 of file qquickdesignersupportitems.cpp.