#include <ipodmountpoint.h>
Public Types | |
typedef QValueList< IPodMountPoint > | List |
Public Member Functions | |
const QString & | getDevice () const |
const QString & | getMountPoint () const |
const QString & | getFsType () const |
const QString & | getOptions () const |
Static Public Member Functions | |
static List | mountedIPods () |
const QString & IPodMountPoint::getDevice | ( | ) | const |
Returns the device name found. In most cases this will be something like /dev/...
const QString & IPodMountPoint::getMountPoint | ( | ) | const |
Returns the path the device is mounted at
const QString & IPodMountPoint::getFsType | ( | ) | const |
Returns the filesystem type name.
const QString & IPodMountPoint::getOptions | ( | ) | const |
Returns the mount options.
IPodMountPoint::List IPodMountPoint::mountedIPods | ( | ) | [static] |
Returns a List of mounted devices currently found in the system.