Changeset 651 for trunk/tools/runonphone/trk/launcher.h
- Timestamp:
- Mar 8, 2010, 12:52:58 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.2 (added) merged: 650 /branches/vendor/nokia/qt/current merged: 649 /branches/vendor/nokia/qt/4.6.1 removed
- Property svn:mergeinfo changed
-
trunk/tools/runonphone/trk/launcher.h
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 96 96 void setCopyFileName(const QString &srcName, const QString &dstName); 97 97 void setInstallFileName(const QString &name); 98 void setCommandLineArgs(const QString &args);98 void setCommandLineArgs(const QStringList &args); 99 99 bool startServer(QString *errorMessage); 100 100 void setVerbose(int v); … … 109 109 // becomes valid after successful execution of ActionPingOnly 110 110 QString deviceDescription(unsigned verbose = 0u) const; 111 112 static QByteArray startProcessMessage(const QString &executable, 113 const QStringList &arguments); 114 // Parse a TrkNotifyStopped message 115 static bool parseNotifyStopped(const QByteArray &a, 116 uint *pid, uint *tid, uint *address, 117 QString *why = 0); 118 // Helper message 119 static QString msgStopped(uint pid, uint tid, uint address, const QString &why); 111 120 112 121 signals: … … 126 135 void copyProgress(int percent); 127 136 void stateChanged(int); 128 void stopped(uint pc, uint pid, uint tid, const QString& reason);137 void processStopped(uint pc, uint pid, uint tid, const QString& reason); 129 138 130 139 public slots: 131 140 void terminate(); 132 void resume (uint pid, uint tid);141 void resumeProcess(uint pid, uint tid); 133 142 134 143 private slots:
Note:
See TracChangeset
for help on using the changeset viewer.