24 #ifndef SHOWFOTO_STACK_VIEW_ITEM_H
25 #define SHOWFOTO_STACK_VIEW_ITEM_H
31 #include <QTreeWidgetItem>
40 class ShowfotoStackViewList;
55 bool operator<(
const QTreeWidgetItem& other)
const override;
Definition: showfotoiteminfo.h:48
Definition: showfotostackviewitem.h:43
void setInfo(const ShowfotoItemInfo &)
Definition: showfotostackviewitem.cpp:64
ShowfotoStackViewItem(ShowfotoStackViewList *const parent)
Definition: showfotostackviewitem.cpp:53
void setThumbnail(const QPixmap &)
Definition: showfotostackviewitem.cpp:98
bool operator<(const QTreeWidgetItem &other) const override
Definition: showfotostackviewitem.cpp:113
~ShowfotoStackViewItem() override
Definition: showfotostackviewitem.cpp:60
ShowfotoItemInfo info() const
Definition: showfotostackviewitem.cpp:93
Definition: showfotostackviewlist.h:46
Definition: showfotofolderviewbar.cpp:52