41 #ifndef QDECLARATIVEENGINEDEBUG_H 42 #define QDECLARATIVEENGINEDEBUG_H 44 #include <QtCore/qobject.h> 45 #include <QtCore/qurl.h> 46 #include <QtCore/qvariant.h> 48 #include <private/qdeclarativeglobal_p.h> 103 bool setBindingForObject(
int objectDebugId,
const QString &propertyName,
104 const QVariant &bindingExpression,
bool isLiteralValue,
106 bool resetBindingForObject(
int objectDebugId,
const QString &propertyName);
111 void statusChanged(
Status status);
127 int objectDebugId()
const;
141 void setState(
State);
183 bool isWaiting()
const;
196 void setState(
State);
208 void setUrl(
const QUrl &);
209 int lineNumber()
const;
210 void setLineNumber(
int);
211 int columnNumber()
const;
212 void setColumnNumber(
int);
247 int parentId()
const;
253 int contextDebugId()
const;
254 bool needsMoreData()
const;
301 int objectDebugId()
const;
306 bool hasNotifySignal()
const;
391 #endif // QDECLARATIVEENGINEDEBUG_H The QVariant class acts like a union for the most common Qt data types.
QList< QDeclarativeDebugEngineReference > m_engines
#define QT_END_NAMESPACE
This macro expands to.
The QByteArray class provides an array of bytes.
static LibLoadStatus status
QDeclarativeDebugObjectReference m_object
The QUrl class provides a convenient interface for working with URLs.
The QString class provides a Unicode character string.
The QObject class is the base class of all Qt objects.
QList< QDeclarativeDebugContextReference > m_contexts
QDeclarativeDebugContextReference m_context
QList< QDeclarativeDebugObjectReference > m_objects
#define QT_BEGIN_NAMESPACE
This macro expands to.
QDeclarativeEngineDebug * m_client
static QList< QAxEngineDescriptor > engines
QDeclarativeEngineDebug * m_client
QDeclarativeEngineDebug * m_client
The State element defines configurations of objects and properties.
#define Q_DECLARATIVE_PRIVATE_EXPORT
QDeclarativeDebugFileReference m_source
QList< QDeclarativeDebugObjectReference > m_children
static QByteArray methodName(const char *signature, int nameLength)
Makes a deep copy of the first nameLength characters of the given method signature and returns the co...
QList< QDeclarativeDebugPropertyReference > m_properties
QDeclarativeEngineDebug * m_client
static const QCssKnownValue properties[NumProperties - 1]
#define Q_DECLARE_PRIVATE(Class)
QDeclarativeEngineDebug * m_client