16class QAbstractItemModel;
Interface for classes providing information about removable devices.
virtual bool SupportsDevType(LC::DeviceType type) const =0
Checks whether the plugin can handle the device type.
virtual QAbstractItemModel * GetDevicesModel() const =0
Returns the model describing the devices.
virtual void MountDevice(const QString &id)=0
Tries to mount the device with the given id.
virtual ~IRemovableDevManager()
DeviceType
Describes various USB removable devices.