MythTV
master
|
#include "datacontracts/programAndChannel.h"
#include "datacontracts/recRule.h"
#include "datacontracts/artworkInfoList.h"
#include "datacontracts/videoMetadataInfo.h"
#include "datacontracts/musicMetadataInfo.h"
#include "datacontracts/channelGroup.h"
#include "datacontracts/input.h"
#include "datacontracts/castMemberList.h"
#include "datacontracts/cutList.h"
#include "datacontracts/genreList.h"
#include "programinfo.h"
#include "recordingrule.h"
#include "videometadatalistmanager.h"
#include "channelgroup.h"
#include "inputinfo.h"
#include "channelinfo.h"
#include "recordinginfo.h"
#include "musicmetadata.h"
Go to the source code of this file.
Macros | |
#define | ADD_SQL(settings_var, bindvar, col, api_param, val) |
#define | HAS_PARAM(p) m_parsedParams.contains(p) |
Variables | |
const QStringList | KnownServices |
#define ADD_SQL | ( | settings_var, | |
bindvar, | |||
col, | |||
api_param, | |||
val | |||
) |
Definition at line 49 of file serviceUtil.h.
#define HAS_PARAM | ( | p | ) | m_parsedParams.contains(p) |
Definition at line 54 of file serviceUtil.h.
void FillProgramInfo | ( | DTC::Program * | pProgram, |
ProgramInfo * | pInfo, | ||
bool | bIncChannel = true , |
||
bool | bDetails = true , |
||
bool | bIncCast = true |
||
) |
Definition at line 44 of file serviceUtil.cpp.
Referenced by Dvr::GetConflictList(), Dvr::GetEncoderList(), Dvr::GetExpiringList(), Dvr::GetOldRecordedList(), Guide::GetProgramDetails(), Guide::GetProgramGuide(), Guide::GetProgramList(), Dvr::GetRecorded(), Dvr::GetRecordedList(), and Dvr::GetUpcomingList().
bool FillChannelInfo | ( | DTC::ChannelInfo * | pChannel, |
uint | nChanID, | ||
bool | bDetails = true |
||
) |
Definition at line 168 of file serviceUtil.cpp.
Referenced by FillChannelInfo(), FillProgramInfo(), Channel::GetChannelInfo(), Channel::GetChannelInfoList(), and Guide::GetProgramGuide().
bool FillChannelInfo | ( | DTC::ChannelInfo * | pChannel, |
const ChannelInfo & | channelInfo, | ||
bool | bDetails = true |
||
) |
Definition at line 185 of file serviceUtil.cpp.
void FillChannelGroup | ( | DTC::ChannelGroup * | pGroup, |
const ChannelGroupItem & | pGroupItem | ||
) |
Definition at line 254 of file serviceUtil.cpp.
Referenced by Guide::GetChannelGroupList().
void FillRecRuleInfo | ( | DTC::RecRule * | pRecRule, |
RecordingRule * | pRule | ||
) |
Definition at line 268 of file serviceUtil.cpp.
Referenced by Dvr::GetRecordSchedule(), and Dvr::GetRecordScheduleList().
void FillArtworkInfoList | ( | DTC::ArtworkInfoList * | pArtworkInfoList, |
const QString & | sInetref, | ||
uint | nSeason | ||
) |
Definition at line 329 of file serviceUtil.cpp.
Referenced by FillProgramInfo(), and Content::GetProgramArtworkList().
void FillGenreList | ( | DTC::GenreList * | pGenreList, |
int | videoID | ||
) |
Definition at line 376 of file serviceUtil.cpp.
Referenced by FillVideoMetadataInfo().
void FillVideoMetadataInfo | ( | DTC::VideoMetadataInfo * | pVideoMetadataInfo, |
const VideoMetadataListManager::VideoMetadataPtr & | pMetadata, | ||
bool | bDetails | ||
) |
Definition at line 403 of file serviceUtil.cpp.
Referenced by Video::GetVideo(), Video::GetVideoByFileName(), and Video::GetVideoList().
void FillMusicMetadataInfo | ( | DTC::MusicMetadataInfo * | pVideoMetadataInfo, |
MusicMetadata * | pMetadata, | ||
bool | bDetails | ||
) |
Definition at line 502 of file serviceUtil.cpp.
Referenced by Music::GetTrack(), and Music::GetTrackList().
void FillInputInfo | ( | DTC::Input * | input, |
const InputInfo & | inputInfo | ||
) |
Definition at line 531 of file serviceUtil.cpp.
Referenced by Dvr::GetEncoderList(), and Dvr::GetInputList().
void FillCastMemberList | ( | DTC::CastMemberList * | pCastMemberList, |
ProgramInfo * | pInfo | ||
) |
Definition at line 548 of file serviceUtil.cpp.
Referenced by FillProgramInfo().
void FillCutList | ( | DTC::CutList * | pCutList, |
RecordingInfo * | rInfo, | ||
int | marktype | ||
) |
Definition at line 626 of file serviceUtil.cpp.
Referenced by Dvr::GetRecordedCutList().
void FillCommBreak | ( | DTC::CutList * | pCutList, |
RecordingInfo * | rInfo, | ||
int | marktype | ||
) |
Definition at line 672 of file serviceUtil.cpp.
Referenced by Dvr::GetRecordedCommBreak().
void FillSeek | ( | DTC::CutList * | pCutList, |
RecordingInfo * | rInfo, | ||
MarkTypes | marktype | ||
) |
Definition at line 718 of file serviceUtil.cpp.
Referenced by Dvr::GetRecordedSeek().
int CreateRecordingGroup | ( | const QString & | groupName | ) |
Definition at line 736 of file serviceUtil.cpp.
Referenced by Dvr::AddRecordSchedule(), and Dvr::UpdateRecordSchedule().
const QStringList KnownServices |
Definition at line 56 of file serviceUtil.h.
Referenced by Myth::ManageUrlProtection().