![]() |
Qt 6.x
The Qt SDK
|
#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>
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" |
Definition at line 33 of file globalinspector.cpp.
const char CREATE_OBJECT[] = "createObject" |
Definition at line 43 of file globalinspector.cpp.
Referenced by QmlJSDebugger::GlobalInspector::processMessage().
const char DESTROY_OBJECT[] = "destroyObject" |
Definition at line 44 of file globalinspector.cpp.
Referenced by QmlJSDebugger::GlobalInspector::processMessage().
const char DISABLE[] = "disable" |
Definition at line 39 of file globalinspector.cpp.
Referenced by QmlJSDebugger::GlobalInspector::processMessage().
const char ENABLE[] = "enable" |
Definition at line 38 of file globalinspector.cpp.
Referenced by QmlJSDebugger::GlobalInspector::processMessage().
const char EVENT[] = "event" |
Definition at line 37 of file globalinspector.cpp.
Referenced by QV4DebugClient::messageReceived().
const char MOVE_OBJECT[] = "moveObject" |
Definition at line 45 of file globalinspector.cpp.
Referenced by QmlJSDebugger::GlobalInspector::processMessage().
const char REQUEST[] = "request" |
Definition at line 35 of file globalinspector.cpp.
Referenced by QmlJSDebugger::GlobalInspector::processMessage().
const char RESPONSE[] = "response" |
Definition at line 36 of file globalinspector.cpp.
const char SELECT[] = "select" |
Definition at line 40 of file globalinspector.cpp.
Referenced by QmlJSDebugger::GlobalInspector::processMessage().
const char SET_ANIMATION_SPEED[] = "setAnimationSpeed" |
Definition at line 41 of file globalinspector.cpp.
Referenced by QmlJSDebugger::GlobalInspector::processMessage().
const char SHOW_APP_ON_TOP[] = "showAppOnTop" |
Definition at line 42 of file globalinspector.cpp.
Referenced by QmlJSDebugger::GlobalInspector::processMessage().