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

(c2d490a2385ea6f389340a296acaac0fa198c8b9)

#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.

Referenced by QV4DebugClient::messageReceived().

◆ 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().