#include <QList>
#include <QString>
#include <QtPlugin>
Go to the source code of this file.
|
enum | LeechCraft::DeviceType {
LeechCraft::GenericDevice,
LeechCraft::MediaPlayer,
LeechCraft::MassStorage
} |
|
enum | LeechCraft::PartitionType {
LeechCraft::NonPartition = -1,
LeechCraft::Empty = 0x00,
LeechCraft::Win95FAT32 = 0x0b,
LeechCraft::Win95FAT32LBA = 0x0c
} |
|
enum | LeechCraft::DeviceRoles {
LeechCraft::DevType = Qt::UserRole + 1,
LeechCraft::DevFile,
LeechCraft::PartType,
LeechCraft::IsRemovable,
LeechCraft::IsPartition,
LeechCraft::IsMountable,
LeechCraft::IsMounted,
LeechCraft::IsMediaAvailable,
LeechCraft::DevID,
LeechCraft::VisibleName,
LeechCraft::AvailableSize,
LeechCraft::TotalSize,
LeechCraft::MountPoints,
LeechCraft::DeviceRoleMax
} |
|