MythTV
master
|
#include <QUrl>
#include "serviceUtil.h"
#include "programinfo.h"
#include "recordinginfo.h"
#include "recordingtypes.h"
#include "channelutil.h"
#include "channelinfo.h"
#include "videoutils.h"
#include "metadataimagehelper.h"
#include "cardutil.h"
#include "datacontracts/cutList.h"
Go to the source code of this file.
void FillProgramInfo | ( | DTC::Program * | pProgram, |
ProgramInfo * | pInfo, | ||
bool | bIncChannel, | ||
bool | bDetails, | ||
bool | bIncCast | ||
) |
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 | ||
) |
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 | ||
) |
Definition at line 185 of file serviceUtil.cpp.
void FillChannelGroup | ( | DTC::ChannelGroup * | pGroup, |
ChannelGroupItem | pGroupItem | ||
) |
Definition at line 252 of file serviceUtil.cpp.
Referenced by Guide::GetChannelGroupList().
void FillRecRuleInfo | ( | DTC::RecRule * | pRecRule, |
RecordingRule * | pRule | ||
) |
Definition at line 266 of file serviceUtil.cpp.
Referenced by Dvr::GetRecordSchedule(), and Dvr::GetRecordScheduleList().
void FillArtworkInfoList | ( | DTC::ArtworkInfoList * | pArtworkInfoList, |
const QString & | sInetref, | ||
uint | nSeason | ||
) |
Definition at line 326 of file serviceUtil.cpp.
Referenced by FillProgramInfo(), and Content::GetProgramArtworkList().
void FillGenreList | ( | DTC::GenreList * | pGenreList, |
int | videoID | ||
) |
Definition at line 369 of file serviceUtil.cpp.
Referenced by FillVideoMetadataInfo().
void FillVideoMetadataInfo | ( | DTC::VideoMetadataInfo * | pVideoMetadataInfo, |
VideoMetadataListManager::VideoMetadataPtr | pMetadata, | ||
bool | bDetails | ||
) |
Definition at line 396 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 491 of file serviceUtil.cpp.
Referenced by Music::GetTrack(), and Music::GetTrackList().
void FillInputInfo | ( | DTC::Input * | input, |
InputInfo | inputInfo | ||
) |
Definition at line 520 of file serviceUtil.cpp.
Referenced by Dvr::GetEncoderList(), and Dvr::GetInputList().
void FillCastMemberList | ( | DTC::CastMemberList * | pCastMemberList, |
ProgramInfo * | pInfo | ||
) |
Definition at line 537 of file serviceUtil.cpp.
Referenced by FillProgramInfo().
void FillCutList | ( | DTC::CutList * | pCutList, |
RecordingInfo * | rInfo, | ||
int | marktype | ||
) |
Definition at line 611 of file serviceUtil.cpp.
Referenced by Dvr::GetRecordedCutList().
void FillCommBreak | ( | DTC::CutList * | pCutList, |
RecordingInfo * | rInfo, | ||
int | marktype | ||
) |
Definition at line 657 of file serviceUtil.cpp.
Referenced by Dvr::GetRecordedCommBreak().
void FillSeek | ( | DTC::CutList * | pCutList, |
RecordingInfo * | rInfo, | ||
MarkTypes | marktype | ||
) |
Definition at line 703 of file serviceUtil.cpp.
Referenced by Dvr::GetRecordedSeek().