24 #ifndef SHOWFOTO_STACK_VIEW_FAVORITE_ITEM_DLG_H
25 #define SHOWFOTO_STACK_VIEW_FAVORITE_ITEM_DLG_H
37 #include "digikam_config.h"
45 class ShowfotoStackViewFavoriteList;
46 class ShowfotoStackViewFavoriteItem;
58 void setName(
const QString& name);
61 void setFavoriteType(
int favoriteType);
62 int favoriteType()
const;
64 void setDescription(
const QString& desc);
65 QString description()
const;
67 void setDate(
const QDate& name);
70 void setIcon(
const QString& icon);
76 void setCurrentUrl(
const QUrl& url);
77 QUrl currentUrl()
const;
79 void setIconSize(
int size);
80 void setSortOrder(
int order);
81 void setSortRole(
int role);
104 static bool itemIsLessThanHandler(
const QTreeWidgetItem* current,
105 const QTreeWidgetItem& other);
109 void slotIconChanged();
110 void slotIconResetClicked();
112 void slotUpdateMetadata();
113 void slotTypeActivated();
114 void slotDateLowButtonClicked();
115 void slotDateAverageButtonClicked();
116 void slotDateHighButtonClicked();
120 bool canAccept()
const;
Definition: showfotostackviewfavoriteitemdlg.h:49
Definition: showfotostackviewfavoriteitem.h:41
Definition: showfotostackviewfavoritelist.h:50
Definition: datefolderview.cpp:43
Definition: showfotofolderviewbar.cpp:52