|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Qt model for displaying recent capture files. More...
#include <recentcapturefiles_list_model.h>
Public Types | |
| enum | RecentFileRoles { FilenameRole = Qt::UserRole , FileSizeRole , AccessibleRole } |
| Custom data roles for RecentCaptureFilesListModel. | |
Qt model for displaying recent capture files.
This is a thin wrapper over WorkspaceState - it doesn't store data, just provides a Qt model interface for views.
Thread safety: Assumes single-threaded access (UI thread only).