Qt 4.8
|
#include <qscriptdebuggerfrontend_p_p.h>
Public Functions | |
virtual bool | event (QEvent *) |
void | postEvent (QEvent *e) |
void | processCommands () |
QScriptDebuggerFrontendPrivate () | |
virtual | ~QScriptDebuggerFrontendPrivate () |
Public Variables | |
QScriptDebuggerEventHandlerInterface * | eventHandler |
QObject * | eventReceiver |
int | nextCommandId |
QList< int > | pendingCommandIds |
QList< QScriptDebuggerCommand > | pendingCommands |
QScriptDebuggerFrontend * | q_ptr |
QHash< int, QScriptDebuggerResponseHandlerInterface * > | responseHandlers |
Definition at line 70 of file qscriptdebuggerfrontend_p_p.h.
QScriptDebuggerFrontendPrivate::QScriptDebuggerFrontendPrivate | ( | ) |
Definition at line 96 of file qscriptdebuggerfrontend.cpp.
|
virtual |
Definition at line 103 of file qscriptdebuggerfrontend.cpp.
|
virtual |
Reimplemented in QScriptEngineDebuggerFrontendPrivate.
Definition at line 113 of file qscriptdebuggerfrontend.cpp.
Referenced by QScriptDebuggerFrontendEventReceiver::event(), and QScriptEngineDebuggerFrontendPrivate::event().
void QScriptDebuggerFrontendPrivate::postEvent | ( | QEvent * | e | ) |
Definition at line 108 of file qscriptdebuggerfrontend.cpp.
void QScriptDebuggerFrontendPrivate::processCommands | ( | ) |
Definition at line 131 of file qscriptdebuggerfrontend.cpp.
QScriptDebuggerEventHandlerInterface* QScriptDebuggerFrontendPrivate::eventHandler |
Definition at line 81 of file qscriptdebuggerfrontend_p_p.h.
QObject* QScriptDebuggerFrontendPrivate::eventReceiver |
Definition at line 86 of file qscriptdebuggerfrontend_p_p.h.
int QScriptDebuggerFrontendPrivate::nextCommandId |
Definition at line 85 of file qscriptdebuggerfrontend_p_p.h.
QList<int> QScriptDebuggerFrontendPrivate::pendingCommandIds |
Definition at line 83 of file qscriptdebuggerfrontend_p_p.h.
QList<QScriptDebuggerCommand> QScriptDebuggerFrontendPrivate::pendingCommands |
Definition at line 82 of file qscriptdebuggerfrontend_p_p.h.
QScriptDebuggerFrontend* QScriptDebuggerFrontendPrivate::q_ptr |
Definition at line 88 of file qscriptdebuggerfrontend_p_p.h.
Referenced by QScriptDebuggerFrontend::QScriptDebuggerFrontend().
QHash<int, QScriptDebuggerResponseHandlerInterface*> QScriptDebuggerFrontendPrivate::responseHandlers |
Definition at line 84 of file qscriptdebuggerfrontend_p_p.h.