![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
| UnknownV4CommandHandler () | |
| void | handleRequest () override |
| UnknownV4CommandHandler () | |
| void | handleRequest () override |
| Public Member Functions inherited from V4CommandHandler | |
| V4CommandHandler (const QString &command) | |
| virtual | ~V4CommandHandler () |
| QString | command () const |
| void | handle (const QJsonObject &request, QV4DebugServiceImpl *s) |
| V4CommandHandler (const QString &command) | |
| virtual | ~V4CommandHandler () |
| QString | command () const |
| void | handle (const QJsonObject &request, QV4DebugServiceImpl *s) |
Additional Inherited Members | |
| Protected Member Functions inherited from V4CommandHandler | |
| void | addCommand () |
| void | addRequestSequence () |
| void | addSuccess (bool success) |
| void | addBody (const QJsonValue &body) |
| void | addRunning () |
| void | createErrorResponse (const QString &msg) |
| int | requestSequenceNr () const |
| void | addCommand () |
| void | addRequestSequence () |
| void | addSuccess (bool success) |
| void | addBody (const QJsonValue &body) |
| void | addRunning () |
| void | createErrorResponse (const QString &msg) |
| int | requestSequenceNr () const |
| Protected Attributes inherited from V4CommandHandler | |
| QString | cmd |
| QJsonObject | req |
| QJsonValue | seq |
| QV4DebugServiceImpl * | debugService |
| QJsonObject | response |
Definition at line 110 of file qv4debugservice.cpp.
|
inline |
Definition at line 113 of file qv4debugservice.cpp.
|
inline |
Definition at line 113 of file qv4debugservice.cpp.
|
inlineoverridevirtual |
Implements V4CommandHandler.
Definition at line 115 of file qv4debugservice.cpp.
|
inlineoverridevirtual |
Implements V4CommandHandler.
Definition at line 115 of file qv4debugservice.cpp.