QmlDebugger: Refactored QmlEngine and QmlCppEngine

Reviewed by:  hjk
This commit is contained in:
Christiaan Janssen
2010-11-15 17:09:28 +01:00
parent af3d7fe3c8
commit 4790548216
8 changed files with 296 additions and 368 deletions

View File

@@ -51,13 +51,11 @@ public:
void handleRemoteSetupDone(int port);
void handleRemoteSetupFailed(const QString &message);
void setAttachToRunningExternalApp(bool value);
void shutdownInferiorAsSlave();
void shutdownEngineAsSlave();
void pauseConnection();
void gotoLocation(const QString &fileName, int lineNumber, bool setMarker);
void gotoLocation(const Internal::StackFrame &frame, bool setMarker);
void pauseConnection();
public slots:
void messageReceived(const QByteArray &message);
void disconnected();
@@ -128,6 +126,10 @@ private:
void expandObject(const QByteArray &iname, quint64 objectId);
void sendPing();
void closeConnection();
void startApplicationLauncher();
void stopApplicationLauncher();
bool isShadowBuildProject() const;
QString fromShadowBuildFilename(const QString &filename) const;
QString mangleFilenamePaths(const QString &filename,