|
MythTV master
|
#include <iostream>#include <utility>#include <QKeyEvent>#include <QString>#include <QStringList>#include <libmythui/mythscreentype.h>#include "archiveutil.h"Go to the source code of this file.
Classes | |
| struct | FileData |
| class | FileSelector |
Enumerations | |
| enum | FSTYPE : std::uint8_t { FSTYPE_FILELIST = 0 , FSTYPE_FILE = 1 , FSTYPE_DIRECTORY = 2 } |
| enum FSTYPE : std::uint8_t |
| Enumerator | |
|---|---|
| FSTYPE_FILELIST | |
| FSTYPE_FILE | |
| FSTYPE_DIRECTORY | |
Definition at line 26 of file fileselector.h.