24 #ifndef SHOWFOTO_FOLDER_VIEW_BOOKMARK_LIST_H
25 #define SHOWFOTO_FOLDER_VIEW_BOOKMARK_LIST_H
31 #include <QTreeWidget>
32 #include <QTreeWidgetItem>
33 #include <QDragEnterEvent>
34 #include <QDragMoveEvent>
36 #include <QContextMenuEvent>
41 class ShowfotoFolderViewBookmarks;
42 class ShowfotoFolderViewBookmarkItem;
63 void slotContextMenu(
const QPoint& pos);
64 void slotOpenInFileManager();
65 void slotLoadContents();
69 void dragEnterEvent(QDragEnterEvent*);
70 void dragMoveEvent(QDragMoveEvent*);
71 void dropEvent(QDropEvent*);
73 #if (QT_VERSION > QT_VERSION_CHECK(5, 99, 0))
80 void startDrag(Qt::DropActions supportedActions)
override;
Definition: piwigotalker.h:48
Definition: showfotofolderviewbookmarkitem.h:37
Definition: showfotofolderviewbookmarklist.h:45
ShowfotoFolderViewBookmarkList(ShowfotoFolderViewBookmarks *const parent)
Definition: showfotofolderviewbookmarklist.cpp:67
void signalLoadContents(const QString &path)
QString bookmarkBaseName(const QString &path) const
Definition: showfotofolderviewbookmarklist.cpp:299
~ShowfotoFolderViewBookmarkList() override
Definition: showfotofolderviewbookmarklist.cpp:93
ShowfotoFolderViewBookmarkItem * bookmarkExists(const QString &path) const
Definition: showfotofolderviewbookmarklist.cpp:275
void signalAddBookmark(const QString &path)
Definition: showfotofolderviewbookmarks.h:43
Definition: showfotofolderviewbar.cpp:52