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