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

(182bb9d04d9df1d70ff379bbd70ae11bb45f80dc)

#include "globalinspector.h"
#include "highlight.h"
#include "inspecttool.h"
#include <private/qqmldebugserviceinterfaces_p.h>
#include <private/qabstractanimation_p.h>
#include <private/qqmlcomponent_p.h>
#include <private/qqmldebugconnector_p.h>
#include <private/qversionedpacket_p.h>
#include <QtGui/qwindow.h>
#include "moc_globalinspector.cpp"
#include <globalinspector.moc>
Include dependency graph for globalinspector.cpp:

Go to the source code of this file.

Classes

class  QmlJSDebugger::ObjectCreator

Namespaces

namespace  QmlJSDebugger

Typedefs

using QQmlDebugPacket = QVersionedPacket<QQmlDebugConnector>

Functions

static bool QmlJSDebugger::reparentQmlObject (QObject *object, QObject *newParent)

Variables

const char REQUEST [] = "request"
const char RESPONSE [] = "response"
const char EVENT [] = "event"
const char ENABLE [] = "enable"
const char DISABLE [] = "disable"
const char SELECT [] = "select"
const char SET_ANIMATION_SPEED [] = "setAnimationSpeed"
const char SHOW_APP_ON_TOP [] = "showAppOnTop"
const char CREATE_OBJECT [] = "createObject"
const char DESTROY_OBJECT [] = "destroyObject"
const char MOVE_OBJECT [] = "moveObject"

Typedef Documentation

◆ QQmlDebugPacket

Variable Documentation

◆ CREATE_OBJECT

const char CREATE_OBJECT = "createObject"

Definition at line 43 of file globalinspector.cpp.

Referenced by QmlJSDebugger::GlobalInspector::processMessage().

◆ DESTROY_OBJECT

const char DESTROY_OBJECT = "destroyObject"

Definition at line 44 of file globalinspector.cpp.

Referenced by QmlJSDebugger::GlobalInspector::processMessage().

◆ DISABLE

const char DISABLE = "disable"

Definition at line 39 of file globalinspector.cpp.

Referenced by QmlJSDebugger::GlobalInspector::processMessage().

◆ ENABLE

const char ENABLE = "enable"

Definition at line 38 of file globalinspector.cpp.

Referenced by QmlJSDebugger::GlobalInspector::processMessage().

◆ EVENT

const char * EVENT = "event"

Definition at line 37 of file globalinspector.cpp.

◆ MOVE_OBJECT

const char MOVE_OBJECT = "moveObject"

Definition at line 45 of file globalinspector.cpp.

Referenced by QmlJSDebugger::GlobalInspector::processMessage().

◆ REQUEST

const char * REQUEST = "request"

Definition at line 35 of file globalinspector.cpp.

Referenced by QmlJSDebugger::GlobalInspector::processMessage().

◆ RESPONSE

const char RESPONSE = "response"

Definition at line 36 of file globalinspector.cpp.

◆ SELECT

const char SELECT = "select"

Definition at line 40 of file globalinspector.cpp.

Referenced by QmlJSDebugger::GlobalInspector::processMessage().

◆ SET_ANIMATION_SPEED

const char SET_ANIMATION_SPEED = "setAnimationSpeed"

Definition at line 41 of file globalinspector.cpp.

Referenced by QmlJSDebugger::GlobalInspector::processMessage().

◆ SHOW_APP_ON_TOP

const char SHOW_APP_ON_TOP = "showAppOnTop"

Definition at line 42 of file globalinspector.cpp.

Referenced by QmlJSDebugger::GlobalInspector::processMessage().