![]() |
Qt 4.8
|
#include <qjsdebuggeragent_p.h>
Public Variables | |
| QByteArray | exp |
| bool | hasChildren |
| QByteArray | name |
| quint64 | objectId |
| QByteArray | type |
| QByteArray | value |
Definition at line 92 of file qjsdebuggeragent_p.h.
| QByteArray JSAgentWatchData::exp |
Definition at line 94 of file qjsdebuggeragent_p.h.
Referenced by fromScriptValue(), operator<<(), and operator>>().
| bool JSAgentWatchData::hasChildren |
Definition at line 98 of file qjsdebuggeragent_p.h.
Referenced by expandObject(), fromScriptValue(), operator<<(), and operator>>().
| QByteArray JSAgentWatchData::name |
Definition at line 95 of file qjsdebuggeragent_p.h.
Referenced by expandObject(), fromScriptValue(), operator<<(), and operator>>().
| quint64 JSAgentWatchData::objectId |
Definition at line 99 of file qjsdebuggeragent_p.h.
Referenced by QJSDebuggerAgent::executeExpression(), expandObject(), fromScriptValue(), operator<<(), operator>>(), and QJSDebuggerAgentPrivate::recordKnownObjects().
| QByteArray JSAgentWatchData::type |
Definition at line 97 of file qjsdebuggeragent_p.h.
Referenced by fromScriptValue(), operator<<(), and operator>>().
| QByteArray JSAgentWatchData::value |
Definition at line 96 of file qjsdebuggeragent_p.h.
Referenced by expandObject(), fromScriptValue(), operator<<(), and operator>>().