Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
PVR::PVREpgSearchData Struct Reference

#include <EpgSearchData.h>

Public Member Functions

void Reset ()
 

Public Attributes

std::string m_strSearchTerm
 
bool m_bSearchInDescription = false
 
bool m_bIncludeUnknownGenres = false
 
int m_iGenreType = EPG_SEARCH_UNSET
 
bool m_bIgnoreFinishedBroadcasts
 
bool m_bIgnoreFutureBroadcasts
 
CDateTime m_startDateTime
 
CDateTime m_endDateTime
 

Member Function Documentation

◆ Reset()

void PVR::PVREpgSearchData::Reset ( )
inline

Member Data Documentation

◆ m_bIgnoreFinishedBroadcasts

bool PVR::PVREpgSearchData::m_bIgnoreFinishedBroadcasts

True to ignore finished broadcasts, false if not

◆ m_bIgnoreFutureBroadcasts

bool PVR::PVREpgSearchData::m_bIgnoreFutureBroadcasts

True to ignore future broadcasts, false if not

◆ m_bIncludeUnknownGenres

bool PVR::PVREpgSearchData::m_bIncludeUnknownGenres = false

Whether to include unknown genres

◆ m_bSearchInDescription

bool PVR::PVREpgSearchData::m_bSearchInDescription = false

Search for strSearchTerm in the description too

◆ m_endDateTime

CDateTime PVR::PVREpgSearchData::m_endDateTime

The maximum end time for an entry

◆ m_iGenreType

int PVR::PVREpgSearchData::m_iGenreType = EPG_SEARCH_UNSET

The genre type for an entry

◆ m_startDateTime

CDateTime PVR::PVREpgSearchData::m_startDateTime

The minimum start time for an entry

◆ m_strSearchTerm

std::string PVR::PVREpgSearchData::m_strSearchTerm

The term to search for


The documentation for this struct was generated from the following file: