![]() |
digiKam
|
#include <collectionmanager_p.h>
Public Member Functions | |
bool | isNull () const |
SolidVolumeInfo ()=default | |
Public Attributes | |
bool | isMounted = false |
is mounted on File System. | |
bool | isOpticalDisc = false |
is an optical disk device as CD/DVD/BR | |
bool | isRemovable = false |
may be removed | |
QString | label |
volume label (think of CDs) | |
QString | path |
mount path of volume, with trailing slash | |
QString | udi |
Solid device UDI of the StorageAccess device. | |
QString | uuid |
UUID as from Solid. | |
|
default |
|
inline |
bool Digikam::SolidVolumeInfo::isMounted = false |
is mounted on File System.
bool Digikam::SolidVolumeInfo::isOpticalDisc = false |
is an optical disk device as CD/DVD/BR
Referenced by Digikam::CollectionManager::checkLocation(), and Digikam::CollectionManager::Private::volumeIdentifier().
bool Digikam::SolidVolumeInfo::isRemovable = false |
may be removed
Referenced by Digikam::CollectionManager::addLocation(), Digikam::CollectionManager::checkLocation(), and Digikam::CollectionManager::Private::volumeIdentifier().
QString Digikam::SolidVolumeInfo::label |
volume label (think of CDs)
Referenced by Digikam::CollectionManager::checkLocation(), and Digikam::CollectionManager::Private::volumeIdentifier().
QString Digikam::SolidVolumeInfo::path |
mount path of volume, with trailing slash
Referenced by Digikam::CollectionManager::addLocation(), Digikam::CollectionManager::checkLocation(), Digikam::CollectionManager::refreshLocation(), and Digikam::CollectionManager::Private::volumeIdentifier().
QString Digikam::SolidVolumeInfo::udi |
Solid device UDI of the StorageAccess device.
Referenced by Digikam::CollectionManager::Private::actuallyListVolumes().
QString Digikam::SolidVolumeInfo::uuid |
UUID as from Solid.
Referenced by Digikam::CollectionManager::checkLocation(), and Digikam::CollectionManager::Private::volumeIdentifier().