#include <ipodsysinfo.h>
Public Member Functions | |
| IPodSysInfo (const QString &filename) | |
| bool | load () |
| void | refreshDiskUsageStats () |
| QValueList< QString > | getKeys () const |
| QString | getValue (const QString &key) const |
| unsigned long | getTotalDiskSpaceKB () |
| unsigned long | getAvailableDiskSpaceKB () |
| unsigned long | getUsedDiskSpaceKB () |
| int | getNumTrackFileDirs () const |
| const QDir & | getMusicDir () const |
| const QString & | getDeviceMountpoint () const |
| void | clear () |
| QString | getIPodControlDirName () |
| bool | createMusicDirs () |
| QString | findNewTrackFileName (Q_UINT32 id) |
|
|
clears all information from this sysinfo instance. |
|
|
Creates the "Music" directory and the fXX subdirs.
|
|
|
finds the first track filename for the given trackid. the track filename will be formed like |
|
|
Returns the currently available disk space on the device (filesystem wise) in kBytes |
|
|
Returns the device mountpoint (or drive letter on windows) |
|
|
Returns the path to the "iPod_Control" directory on the iPod.
|
|
|
Get the keys to all known system information properties.
|
|
|
Returns the directory where the music files reside. |
|
|
Returns the number of fXX directories inside the "Music" dir |
|
|
Returns the total disk space available on the device (filesystem wise) in kBytes |
|
|
Returns the currently used disk space on the device (filesystem wise) in kBytes |
|
|
Retrieve an individual property by key
|
|
|
Loads the /Device/SysInfo file and figures out where the music directories are. |
1.4.6