#include <collectionlocation.h>
◆ CaseSensitivity
Enumerator |
---|
UnknownCaseSensitivity | The location has an unknown case sensitivity.
|
CaseInsensitive | The location is case insensitive.
|
CaseSensitive | The location is case sensitive.
|
◆ 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 |
---|
Undefined | The location is undefined. Keep values constant.
|
VolumeHardWired | The location is located on a storage device that is built-in without frequent removal: Hard-disk inside the machine.
|
VolumeRemovable | 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
|
Network | The location is available via a network file system. The availability depends on the network connection.
|
◆ CollectionLocation()
Digikam::CollectionLocation::CollectionLocation |
( |
| ) |
|
|
default |
◆ albumRootPath()
QString Digikam::CollectionLocation::albumRootPath |
( |
| ) |
const |
◆ asQtCaseSensitivity()
Qt::CaseSensitivity Digikam::CollectionLocation::asQtCaseSensitivity |
( |
| ) |
const |
◆ caseSensitivity()
The case sensitivity of location. See above for possible values.
References m_caseSensitivity.
◆ hash()
size_t Digikam::CollectionLocation::hash |
( |
| ) |
const |
|
inline |
◆ id()
int Digikam::CollectionLocation::id |
( |
| ) |
const |
◆ isAvailable()
bool Digikam::CollectionLocation::isAvailable |
( |
| ) |
const |
|
inline |
◆ isNull()
bool Digikam::CollectionLocation::isNull |
( |
| ) |
const |
|
inline |
◆ label()
QString Digikam::CollectionLocation::label |
( |
| ) |
const |
◆ status()
◆ type()
◆ identifier
QString Digikam::CollectionLocation::identifier |
◆ m_caseSensitivity
◆ m_id
int Digikam::CollectionLocation::m_id = -1 |
|
protected |
◆ m_label
QString Digikam::CollectionLocation::m_label |
|
protected |
◆ m_path
QString Digikam::CollectionLocation::m_path |
|
protected |
◆ m_status
◆ m_type
The documentation for this class was generated from the following files: