#include <collectionmanager_p.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.
|
◆ AlbumRootLocation() [1/2]
Digikam::AlbumRootLocation::AlbumRootLocation |
( |
| ) |
|
|
default |
◆ AlbumRootLocation() [2/2]
Digikam::AlbumRootLocation::AlbumRootLocation |
( |
const AlbumRootInfo & |
info | ) |
|
|
inlineexplicit |
◆ albumRootPath()
QString Digikam::CollectionLocation::albumRootPath |
( |
| ) |
const |
|
inherited |
◆ asQtCaseSensitivity()
Qt::CaseSensitivity Digikam::CollectionLocation::asQtCaseSensitivity |
( |
| ) |
const |
|
inherited |
◆ caseSensitivity()
◆ hash()
size_t 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 |
◆ setCaseSensitivity()
◆ 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 = false |
◆ hidden
bool Digikam::AlbumRootLocation::hidden = false |
◆ identifier
QString Digikam::CollectionLocation::identifier |
|
inherited |
◆ m_caseSensitivity
◆ m_id
int Digikam::CollectionLocation::m_id = -1 |
|
protectedinherited |
◆ m_label
QString Digikam::CollectionLocation::m_label |
|
protectedinherited |
◆ m_path
QString Digikam::CollectionLocation::m_path |
|
protectedinherited |
◆ m_status
◆ m_type
◆ specificPath
QString Digikam::AlbumRootLocation::specificPath |
The documentation for this class was generated from the following file: