setting method bodies for objects

This commit is contained in:
Lasse Holmstedt
2010-07-08 16:51:25 +02:00
parent 95b0641596
commit 6b4ed2145e
5 changed files with 131 additions and 26 deletions

View File

@@ -60,6 +60,8 @@ public:
const QVariant &value,
bool isLiteralValue);
bool setMethodBodyForObject(int objectDebugId, const QString &methodName, const QString &methodBody);
// returns the object references for the given url.
QList<QDeclarativeDebugObjectReference> objectReferences(const QUrl &url = QUrl()) const;
QDeclarativeDebugObjectReference objectReferenceForId(int debugId) const;