#include <mythbackend/servicesv2/v2guide.h>
|
| static V2ProgramGuide * | GetProgramGuide (const QDateTime &StartTime, const QDateTime &EndTime, bool Details, int ChannelGroupId, int StartIndex, int Count, bool WithInvisible) |
| |
| static V2ProgramList * | GetProgramList (int StartIndex, int Count, const QDateTime &StartTime, const QDateTime &EndTime, int ChanId, const QString &TitleFilter, const QString &CategoryFilter, const QString &PersonFilter, const QString &KeywordFilter, bool OnlyNew, bool Details, const QString &Sort, bool Descending, bool WithInvisible, const QString &CatType, const QString &GroupBy) |
| |
| static V2Program * | GetProgramDetails (int ChanId, const QDateTime &StartTime) |
| |
| static QFileInfo | GetChannelIcon (int ChanId, int Width, int Height, const QString &FileName) |
| |
| static V2ChannelGroupList * | GetChannelGroupList (bool IncludeEmpty) |
| |
| static QStringList | GetCategoryList () |
| |
| static QStringList | GetStoredSearches (const QString &Type) |
| |
| static bool | AddToChannelGroup (int ChannelGroupId, int ChanId) |
| |
| static bool | RemoveFromChannelGroup (int ChannelGroupId, int ChanId) |
| |
| static int | AddChannelGroup (const QString &Name) |
| |
| static bool | RemoveChannelGroup (const QString &Name) |
| |
| static bool | UpdateChannelGroup (const QString &OldName, const QString &NewName) |
| |
Definition at line 46 of file v2guide.h.
◆ V2Guide()
◆ ~V2Guide()
◆ AddChannelGroup
| int V2Guide::AddChannelGroup |
( |
const QString & |
Name | ) |
|
|
staticslot |
◆ AddToChannelGroup
| bool V2Guide::AddToChannelGroup |
( |
int |
ChannelGroupId, |
|
|
int |
ChanId |
|
) |
| |
|
staticslot |
◆ GetCategoryList
| QStringList V2Guide::GetCategoryList |
( |
| ) |
|
|
staticslot |
◆ GetChannelGroupList
◆ GetChannelIcon
| QFileInfo V2Guide::GetChannelIcon |
( |
int |
ChanId, |
|
|
int |
Width, |
|
|
int |
Height, |
|
|
const QString & |
FileName |
|
) |
| |
|
staticslot |
◆ GetProgramDetails
| V2Program * V2Guide::GetProgramDetails |
( |
int |
ChanId, |
|
|
const QDateTime & |
StartTime |
|
) |
| |
|
staticslot |
◆ GetProgramGuide
| V2ProgramGuide * V2Guide::GetProgramGuide |
( |
const QDateTime & |
StartTime, |
|
|
const QDateTime & |
EndTime, |
|
|
bool |
Details, |
|
|
int |
ChannelGroupId, |
|
|
int |
StartIndex, |
|
|
int |
Count, |
|
|
bool |
WithInvisible |
|
) |
| |
|
staticslot |
◆ GetProgramList
| V2ProgramList * V2Guide::GetProgramList |
( |
int |
StartIndex, |
|
|
int |
Count, |
|
|
const QDateTime & |
StartTime, |
|
|
const QDateTime & |
EndTime, |
|
|
int |
ChanId, |
|
|
const QString & |
TitleFilter, |
|
|
const QString & |
CategoryFilter, |
|
|
const QString & |
PersonFilter, |
|
|
const QString & |
KeywordFilter, |
|
|
bool |
OnlyNew, |
|
|
bool |
Details, |
|
|
const QString & |
Sort, |
|
|
bool |
Descending, |
|
|
bool |
WithInvisible, |
|
|
const QString & |
CatType, |
|
|
const QString & |
GroupBy |
|
) |
| |
|
staticslot |
◆ GetStoredSearches
| QStringList V2Guide::GetStoredSearches |
( |
const QString & |
Type | ) |
|
|
staticslot |
◆ RegisterCustomTypes()
| static void V2Guide::RegisterCustomTypes |
( |
| ) |
|
|
static |
◆ RemoveChannelGroup
| bool V2Guide::RemoveChannelGroup |
( |
const QString & |
Name | ) |
|
|
staticslot |
◆ RemoveFromChannelGroup
| bool V2Guide::RemoveFromChannelGroup |
( |
int |
ChannelGroupId, |
|
|
int |
ChanId |
|
) |
| |
|
staticslot |
◆ UpdateChannelGroup
| bool V2Guide::UpdateChannelGroup |
( |
const QString & |
OldName, |
|
|
const QString & |
NewName |
|
) |
| |
|
staticslot |
The documentation for this class was generated from the following files: