|
| ShowfotoStackViewFavoriteItem (QTreeWidget *const parent) |
|
| ShowfotoStackViewFavoriteItem (QTreeWidgetItem *const parent, int favType) |
|
QUrl | currentUrl () const |
|
QDate | date () const |
|
QString | description () const |
|
int | favoriteType () const |
|
QString | hierarchy () const |
|
QString | name () const |
|
void | setCurrentUrl (const QUrl &url) |
|
void | setDate (const QDate &date) |
|
void | setDescription (const QString &desc) |
|
void | setFavoriteType (int favoriteType) |
|
void | setHierarchy (const QString &desc) |
|
void | setName (const QString &name) |
|
void | setUrls (const QList< QUrl > &) |
|
QList< QUrl > | urls () const |
|
QStringList | urlsToPaths () const |
| Helper method to get a list local paths from image urls included in favorite item.
|
|