equal
deleted
inserted
replaced
77 bool moveDirectory(const QString&, const QString&, bool recursive = true); |
77 bool moveDirectory(const QString&, const QString&, bool recursive = true); |
78 |
78 |
79 bool createDirectory(const QString&, bool deleteBefore=false); |
79 bool createDirectory(const QString&, bool deleteBefore=false); |
80 |
80 |
81 bool execute(QString program, QString arguments = QString(), int timeout = -1, int *returnValue = NULL); |
81 bool execute(QString program, QString arguments = QString(), int timeout = -1, int *returnValue = NULL); |
|
82 bool resetDevice(); |
|
83 bool toggleDevicePower(int *returnValue = NULL); |
|
84 bool setDeviceAwake(bool activate, int *returnValue = NULL); |
82 private: |
85 private: |
83 bool connected; |
86 bool connected; |
84 }; |
87 }; |
85 |
88 |
86 #endif |
89 #endif |