◆ Status
Enumerator |
---|
LocationNull | An invalid status. A location has this status if it is not valid, and it had this status before its creation (for oldStatus information)
|
LocationAvailable | The location if available. This is the most common status.
|
LocationHidden | The location is explicitly hidden. This gives no information if the location was available were it not hidden.
|
LocationUnavailable | The location is currently not available. (Harddisk unplugged, CD not in drive, network fs not mounted etc.) It may become available any time.
|
LocationDeleted | An invalid status. A location object acquires this status if it has been deleted. The object then does no longer point to an existing location.
|
◆ Type
Enumerator |
---|
TypeVolumeHardWired | The location is located on a storage device that is built-in without frequent removal: Hard-disk inside the machine
|
TypeVolumeRemovable | The location is located on a storage device that can be removed from the local machine, and is expected to be removed. USB stick, USB hard-disk, CD, DVD
|
TypeNetwork | The location is available via a network file system. The availability depends on the network connection.
|
◆ AlbumRootLocation() [1/2]
Digikam::AlbumRootLocation::AlbumRootLocation |
( |
| ) |
|
|
inline |
◆ AlbumRootLocation() [2/2]
Digikam::AlbumRootLocation::AlbumRootLocation |
( |
const AlbumRootInfo & |
info | ) |
|
|
inlineexplicit |
◆ albumRootPath()
QString Digikam::CollectionLocation::albumRootPath |
( |
| ) |
const |
|
inherited |
◆ hash()
uint Digikam::CollectionLocation::hash |
( |
| ) |
const |
|
inlineinherited |
◆ id()
int Digikam::CollectionLocation::id |
( |
| ) |
const |
|
inherited |
◆ isAvailable()
bool Digikam::CollectionLocation::isAvailable |
( |
| ) |
const |
|
inlineinherited |
◆ isNull()
bool Digikam::CollectionLocation::isNull |
( |
| ) |
const |
|
inlineinherited |
◆ label()
QString Digikam::CollectionLocation::label |
( |
| ) |
const |
|
inherited |
◆ setAbsolutePath()
void Digikam::AlbumRootLocation::setAbsolutePath |
( |
const QString & |
path | ) |
|
|
inline |
◆ setId()
void Digikam::AlbumRootLocation::setId |
( |
int |
id | ) |
|
|
inline |
◆ setLabel()
void Digikam::AlbumRootLocation::setLabel |
( |
const QString & |
label | ) |
|
|
inline |
◆ setStatus()
◆ setStatusFromFlags()
void Digikam::AlbumRootLocation::setStatusFromFlags |
( |
| ) |
|
|
inline |
◆ setType()
void Digikam::AlbumRootLocation::setType |
( |
Type |
type | ) |
|
|
inline |
◆ status()
◆ type()
◆ available
bool Digikam::AlbumRootLocation::available |
◆ hidden
bool Digikam::AlbumRootLocation::hidden |
◆ identifier
QString Digikam::AlbumRootLocation::identifier |
◆ m_id
int Digikam::CollectionLocation::m_id |
|
protectedinherited |
◆ m_label
QString Digikam::CollectionLocation::m_label |
|
protectedinherited |
◆ m_path
QString Digikam::CollectionLocation::m_path |
|
protectedinherited |
◆ m_status
Status Digikam::CollectionLocation::m_status |
|
protectedinherited |
◆ m_type
Type Digikam::CollectionLocation::m_type |
|
protectedinherited |
◆ specificPath
QString Digikam::AlbumRootLocation::specificPath |
The documentation for this class was generated from the following file: