![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
UnknownV4CommandHandler () | |
void | handleRequest () override |
![]() | |
V4CommandHandler (const QString &command) | |
virtual | ~V4CommandHandler () |
QString | command () const |
void | handle (const QJsonObject &request, QV4DebugServiceImpl *s) |
virtual void | handleRequest ()=0 |
Additional Inherited Members | |
![]() | |
void | addCommand () |
void | addRequestSequence () |
void | addSuccess (bool success) |
void | addBody (const QJsonValue &body) |
void | addRunning () |
void | createErrorResponse (const QString &msg) |
int | requestSequenceNr () const |
![]() | |
QString | cmd |
QJsonObject | req |
QJsonValue | seq |
QV4DebugServiceImpl * | debugService |
QJsonObject | response |
Definition at line 109 of file qv4debugservice.cpp.
|
inline |
Definition at line 112 of file qv4debugservice.cpp.
|
inlineoverridevirtual |
Implements V4CommandHandler.
Definition at line 114 of file qv4debugservice.cpp.
References V4CommandHandler::createErrorResponse(), V4CommandHandler::req, QJsonValue::toString(), and QJsonObject::value().