|
MythTV
0.26-pre
|
Go to the source code of this file.
Functions | |
| static int | init_tr (void) |
| int | pginfo_init_statics () |
| static void | set_flag (uint32_t &flags, int flag_to_set, bool is_set) |
| static ProgramInfoType | discover_program_info_type (uint chanid, const QString &pathname, bool use_remote) |
| static uint | load_markup_datum (MarkTypes type, uint chanid, const QDateTime &recstartts) |
| static bool | FromProgramQuery (const QString &sql, const MSqlBindings &bindings, MSqlQuery &query) |
| bool | LoadFromProgram (ProgramList &destination, const QString &sql, const MSqlBindings &bindings, const ProgramList &schedList) |
| bool | LoadFromOldRecorded (ProgramList &destination, const QString &sql, const MSqlBindings &bindings) |
| bool | LoadFromRecorded (ProgramList &destination, bool possiblyInProgressRecordingsOnly, const QMap< QString, uint32_t > &inUseMap, const QMap< QString, bool > &isJobRunning, const QMap< QString, ProgramInfo * > &recMap, int sort) |
| QString | SkipTypeToString (int flags) |
| deque< int > | GetPreferredSkipTypeCombinations (void) |
| bool | GetNextRecordingList (QDateTime &nextRecordingStart, bool *hasConflicts, vector< ProgramInfo > *list) |
Variables | |
| int | dummy = pginfo_init_statics() |
Definition at line 4285 of file programinfo.cpp.
Referenced by ProgramInfo::i18n().
Definition at line 43 of file programinfo.cpp.
Definition at line 76 of file programinfo.cpp.
Referenced by LoadFromRecorded(), ProgramInfo::LoadProgramFromRecorded(), ProgramInfo::ProgramInfo(), ProgramInfo::SaveAutoExpire(), ProgramInfo::SaveBookmark(), ProgramInfo::SaveCommFlagged(), ProgramInfo::SaveDeletePendingFlag(), ProgramInfo::SaveEditing(), ProgramInfo::SavePreserve(), ProgramInfo::SaveTranscodeStatus(), and ProgramInfo::SaveWatched().
| static ProgramInfoType discover_program_info_type | ( | uint | chanid, |
| const QString & | pathname, | ||
| bool | use_remote | ||
| ) | [static] |
Definition at line 2073 of file programinfo.cpp.
Referenced by ProgramInfo::DiscoverProgramInfoType(), and ProgramInfo::SetPathname().
| static uint load_markup_datum | ( | MarkTypes | type, |
| uint | chanid, | ||
| const QDateTime & | recstartts | ||
| ) | [static] |
Definition at line 3717 of file programinfo.cpp.
Referenced by ProgramInfo::QueryAverageFrameRate(), ProgramInfo::QueryAverageHeight(), ProgramInfo::QueryAverageWidth(), ProgramInfo::QueryTotalDuration(), and ProgramInfo::QueryTotalFrames().
| static bool FromProgramQuery | ( | const QString & | sql, |
| const MSqlBindings & | bindings, | ||
| MSqlQuery & | query | ||
| ) | [static] |
Definition at line 4518 of file programinfo.cpp.
Referenced by LoadFromProgram().
| bool LoadFromProgram | ( | ProgramList & | destination, |
| const QString & | sql, | ||
| const MSqlBindings & | bindings, | ||
| const ProgramList & | schedList | ||
| ) |
Definition at line 4574 of file programinfo.cpp.
Referenced by ProgLister::FillItemList(), TVBrowseHelper::GetNextProgramDB(), Guide::GetProgramDetails(), Guide::GetProgramGuide(), GuideGrid::GetProgramList(), GuideGrid::getProgramListFromProgram(), RecordingInfo::RecordingInfo(), and ProgFinder::selectShowData().
| bool LoadFromOldRecorded | ( | ProgramList & | destination, |
| const QString & | sql, | ||
| const MSqlBindings & | bindings | ||
| ) |
Definition at line 4629 of file programinfo.cpp.
Referenced by ProgLister::FillItemList().
| bool LoadFromRecorded | ( | ProgramList & | destination, |
| bool | possiblyInProgressRecordingsOnly, | ||
| const QMap< QString, uint32_t > & | inUseMap, | ||
| const QMap< QString, bool > & | isJobRunning, | ||
| const QMap< QString, ProgramInfo * > & | recMap, | ||
| int | sort | ||
| ) |
Definition at line 4716 of file programinfo.cpp.
Referenced by LookerUpper::CopyRuleInetrefsToRecordings(), Dvr::GetFilteredRecordedList(), LookerUpper::HandleAllArtwork(), LookerUpper::HandleAllRecordings(), and MainServer::HandleQueryRecordings().
| QString SkipTypeToString | ( | int | flags | ) |
Definition at line 4864 of file programinfo.cpp.
Referenced by CommercialSkipMethod(), and CommMethod::CommMethod().
Definition at line 4902 of file programinfo.cpp.
Referenced by CommercialSkipMethod(), and CommMethod::CommMethod().
| bool GetNextRecordingList | ( | QDateTime & | nextRecordingStart, |
| bool * | hasConflicts, | ||
| vector< ProgramInfo > * | list | ||
| ) |
Definition at line 4916 of file programinfo.cpp.
Referenced by setScheduledWakeupTime(), and WelcomeDialog::updateScheduledList().
Definition at line 46 of file programinfo.cpp.
Referenced by AudioMixerSettings::AudioMixerSettings(), MythD3D9Painter::Begin(), TV::ChangeChannel(), TV::ChannelEditAutoFill(), NativeArchive::copyFile(), create_ts(), MythDeque< QStringList >::dequeue(), SubtitleScreen::DisplayAVSubtitles(), SubtitleScreen::DisplayDVDButton(), do_analyze(), do_demux(), dummy_get_error_string(), SelectDestination::filenameEditLostFocus(), ViewScheduleDiff::fillList(), Scheduler::FillRecordListFromMaster(), get_avf_buffer_dxva2(), IPTVChannel::GetChanInfo(), NuppelDecoder::GetFrame(), GetNextRecordingList(), GuideGrid::GetProgramList(), VideoOutputNullVAAPI::GetRenderOptions(), VideoOutputNullVDPAU::GetRenderOptions(), VideoOutput::GetSafeRect(), MythRenderVDPAU::GetSurfaceSize(), StateVariables::GetValue(), MythRenderVDPAU::H264DecoderSizeSupported(), MainServer::HandleRecorderQuery(), MainServer::HandleRemoteEncoder(), MythDeque< QStringList >::head(), MediaServer::Init(), TVRec::IsBusy(), MythRenderVDPAU::IsMPEG4Available(), main(), DarwinAVCInfo::OpenAVCInterface(), DarwinAVCInfo::OpenDeviceInterface(), DeviceReadBuffer::Poll(), VideoOutputD3D::PrepareFrame(), VideoOutputVDPAU::PrepareFrame(), VideoOutputOpenGL::ProcessFrame(), VideoOutputD3D::ProcessFrame(), MainServer::reconnectTimeout(), MythSocketThread::run(), Scheduler::SchedPreserveLiveTV(), set_PGN(), SelectDestination::setDestination(), setThreadTid(), TV::SwitchCards(), MythDeque< QStringList >::tail(), VideoPerformanceTest::Test(), ProgramAssociationTable::toStringXML(), InteractiveScreen::UpdateArea(), MythRenderVDPAU::WaitForFlip(), write_pes_header(), and xv_is_attrib_supported().
1.7.6.1