24 #ifndef SHOWFOTO_STACK_VIEW_FAVORITE_LIST_H
25 #define SHOWFOTO_STACK_VIEW_FAVORITE_LIST_H
32 #include <QStringList>
34 #include <QTreeWidget>
35 #include <QTreeWidgetItem>
36 #include <QDragEnterEvent>
37 #include <QDragMoveEvent>
39 #include <QContextMenuEvent>
44 class ShowfotoStackViewFavorites;
45 class ShowfotoStackViewFavoriteItem;
46 class ShowfotoStackViewFavoriteItem;
47 class ShowfotoStackViewFavoriteItem;
89 void slotContextMenu(
const QPoint& pos);
90 void slotOpenInFileManager();
94 void dragEnterEvent(QDragEnterEvent*);
95 void dragMoveEvent(QDragMoveEvent*);
96 void dropEvent(QDropEvent*);
98 #if (QT_VERSION > QT_VERSION_CHECK(5, 99, 0))
105 Qt::DropActions supportedDropActions()
const override;
106 void startDrag(Qt::DropActions supportedActions)
override;
107 QStringList mimeTypes()
const override;
Definition: showfotostackviewfavoriteitem.h:41
Definition: showfotostackviewfavoritelist.h:50
void setFilter(const QString &filter, Qt::CaseSensitivity cs)
Definition: showfotostackviewfavoritelist.cpp:377
void signalAddFavorite(const QList< QUrl > &, const QUrl ¤t)
void signalSearchResult(int)
ShowfotoStackViewFavoriteItem * findFavoriteByHierarchy(const QString &hierarchy)
Definition: showfotostackviewfavoritelist.cpp:337
QString filter() const
Definition: showfotostackviewfavoritelist.cpp:415
ShowfotoStackViewFavoriteList(ShowfotoStackViewFavorites *const parent)
Definition: showfotostackviewfavoritelist.cpp:72
void signalLoadContentsFromFiles(const QStringList &files, const QString ¤t)
void slotLoadContents()
Definition: showfotostackviewfavoritelist.cpp:116
~ShowfotoStackViewFavoriteList() override
Definition: showfotostackviewfavoritelist.cpp:101
Definition: showfotostackviewfavorites.h:49
Definition: showfotofolderviewbar.cpp:52