24 #ifndef SHOWFOTO_FOLDER_VIEW_LIST_H
25 #define SHOWFOTO_FOLDER_VIEW_LIST_H
30 #include <QMouseEvent>
31 #include <QContextMenuEvent>
32 #include <QModelIndex>
41 class ShowfotoFolderViewBar;
79 void mouseDoubleClickEvent(QMouseEvent*)
override;
80 void contextMenuEvent(QContextMenuEvent*)
override;
81 void mouseMoveEvent(QMouseEvent*)
override;
82 void wheelEvent(QWheelEvent*)
override;
83 void keyPressEvent(QKeyEvent*)
override;
84 void focusOutEvent(QFocusEvent*)
override;
85 void leaveEvent(QEvent*)
override;
88 bool acceptToolTip(
const QModelIndex& index)
const;
93 void slotOpenInFileManager();
Definition: showfotofolderviewbar.h:48
Definition: showfotofolderviewlist.h:44
ShowfotoFolderViewList(ShowfotoFolderViewSideBar *const view, ShowfotoFolderViewBar *const bar)
Definition: showfotofolderviewlist.cpp:78
~ShowfotoFolderViewList() override
Definition: showfotofolderviewlist.cpp:109
void slotIconSizeChanged(int)
Definition: showfotofolderviewlist.cpp:138
FolderViewMode
Definition: showfotofolderviewlist.h:50
@ ShortView
Definition: showfotofolderviewlist.h:51
@ DetailledView
Definition: showfotofolderviewlist.h:52
FolderViewRole
Definition: showfotofolderviewlist.h:56
@ FileType
Definition: showfotofolderviewlist.h:59
@ FileSize
Definition: showfotofolderviewlist.h:58
@ FileDate
Modifier date.
Definition: showfotofolderviewlist.h:60
@ FileName
Definition: showfotofolderviewlist.h:57
Definition: showfotofolderviewbar.cpp:52