forked from qt-creator/qt-creator
setting method bodies for objects
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user