|
MythTV master
|
#include <QDateTime>#include <QString>#include "libmythbase/programinfo.h"#include "proglist_helpers.h"#include "schedulecommon.h"Go to the source code of this file.
Classes | |
| class | ProgLister |
Enumerations | |
| enum | ProgListType : std::uint8_t { plUnknown = 0 , plTitle = 1 , plTitleSearch = 2 , plKeywordSearch = 3 , plPeopleSearch = 4 , plPowerSearch = 5 , plSQLSearch = 6 , plNewListings = 7 , plMovies = 8 , plCategory = 9 , plChannel = 10 , plTime = 11 , plRecordid = 12 , plStoredSearch = 13 , plPreviouslyRecorded = 14 } |
| enum ProgListType : std::uint8_t |
| Enumerator | |
|---|---|
| plUnknown | |
| plTitle | |
| plTitleSearch | |
| plKeywordSearch | |
| plPeopleSearch | |
| plPowerSearch | |
| plSQLSearch | |
| plNewListings | |
| plMovies | |
| plCategory | |
| plChannel | |
| plTime | |
| plRecordid | |
| plStoredSearch | |
| plPreviouslyRecorded | |
Definition at line 17 of file proglist.h.