MythTV master
Classes | Enumerations
proglist.h File Reference
#include <QDateTime>
#include <QString>
#include "libmythbase/programinfo.h"
#include "proglist_helpers.h"
#include "schedulecommon.h"
Include dependency graph for proglist.h:
This graph shows which files directly or indirectly include this file:

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
}
 

Enumeration Type Documentation

◆ ProgListType

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.