Qt 4.8
Public Variables | List of all members
JSAgentWatchData Struct Reference

#include <qjsdebuggeragent_p.h>

Public Variables

QByteArray exp
 
bool hasChildren
 
QByteArray name
 
quint64 objectId
 
QByteArray type
 
QByteArray value
 

Detailed Description

Definition at line 92 of file qjsdebuggeragent_p.h.

Properties

◆ exp

QByteArray JSAgentWatchData::exp

Definition at line 94 of file qjsdebuggeragent_p.h.

Referenced by fromScriptValue(), operator<<(), and operator>>().

◆ hasChildren

bool JSAgentWatchData::hasChildren

Definition at line 98 of file qjsdebuggeragent_p.h.

Referenced by expandObject(), fromScriptValue(), operator<<(), and operator>>().

◆ name

QByteArray JSAgentWatchData::name

Definition at line 95 of file qjsdebuggeragent_p.h.

Referenced by expandObject(), fromScriptValue(), operator<<(), and operator>>().

◆ objectId

quint64 JSAgentWatchData::objectId

◆ type

QByteArray JSAgentWatchData::type

Definition at line 97 of file qjsdebuggeragent_p.h.

Referenced by fromScriptValue(), operator<<(), and operator>>().

◆ value

QByteArray JSAgentWatchData::value

Definition at line 96 of file qjsdebuggeragent_p.h.

Referenced by expandObject(), fromScriptValue(), operator<<(), and operator>>().


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