src/declarative/debugger/qdeclarativedebug_p.h
changeset 37 758a864f9613
parent 33 3e2da88830cd
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
    97     bool setBindingForObject(int objectDebugId, const QString &propertyName,
    97     bool setBindingForObject(int objectDebugId, const QString &propertyName,
    98                              const QVariant &bindingExpression, bool isLiteralValue);
    98                              const QVariant &bindingExpression, bool isLiteralValue);
    99     bool resetBindingForObject(int objectDebugId, const QString &propertyName);
    99     bool resetBindingForObject(int objectDebugId, const QString &propertyName);
   100     bool setMethodBody(int objectDebugId, const QString &methodName, const QString &methodBody);
   100     bool setMethodBody(int objectDebugId, const QString &methodName, const QString &methodBody);
   101 
   101 
       
   102 Q_SIGNALS:
       
   103     void newObjects();
       
   104 
   102 private:
   105 private:
   103     Q_DECLARE_PRIVATE(QDeclarativeEngineDebug)
   106     Q_DECLARE_PRIVATE(QDeclarativeEngineDebug)
   104 };
   107 };
   105 
   108 
   106 class Q_DECLARATIVE_EXPORT QDeclarativeDebugWatch : public QObject
   109 class Q_DECLARATIVE_EXPORT QDeclarativeDebugWatch : public QObject