Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
UnknownV4CommandHandler Class Reference
Inheritance diagram for UnknownV4CommandHandler:
Collaboration diagram for UnknownV4CommandHandler:

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
QV4DebugServiceImpldebugService
QJsonObject response

Detailed Description

Definition at line 109 of file qv4debugservice.cpp.

Constructor & Destructor Documentation

◆ UnknownV4CommandHandler() [1/2]

UnknownV4CommandHandler::UnknownV4CommandHandler ( )
inline

Definition at line 112 of file qv4debugservice.cpp.

◆ UnknownV4CommandHandler() [2/2]

UnknownV4CommandHandler::UnknownV4CommandHandler ( )
inline

Definition at line 112 of file qv4debugservice.cpp.

Member Function Documentation

◆ handleRequest() [1/2]

void UnknownV4CommandHandler::handleRequest ( )
inlineoverridevirtual

Implements V4CommandHandler.

Definition at line 114 of file qv4debugservice.cpp.

◆ handleRequest() [2/2]

void UnknownV4CommandHandler::handleRequest ( )
inlineoverridevirtual

Implements V4CommandHandler.

Definition at line 114 of file qv4debugservice.cpp.


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