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
UnknownV4CommandHandler Class Reference
+ Inheritance diagram for UnknownV4CommandHandler:
+ Collaboration diagram for UnknownV4CommandHandler:

Public Member Functions

 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)
 

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
 
- Protected Attributes inherited from V4CommandHandler
QString cmd
 
QJsonObject req
 
QJsonValue seq
 
QV4DebugServiceImpldebugService
 
QJsonObject response
 

Detailed Description

Definition at line 109 of file qv4debugservice.cpp.

Constructor & Destructor Documentation

◆ UnknownV4CommandHandler()

UnknownV4CommandHandler::UnknownV4CommandHandler ( )
inline

Definition at line 112 of file qv4debugservice.cpp.

Member Function Documentation

◆ handleRequest()

void UnknownV4CommandHandler::handleRequest ( )
inlineoverridevirtual

Implements V4CommandHandler.

Definition at line 114 of file qv4debugservice.cpp.

References V4CommandHandler::createErrorResponse(), V4CommandHandler::req, QJsonValue::toString(), and QJsonObject::value().

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: