|
MythTV master
|
#include <cstdint>#include <utility>#include <QString>#include "libmythbase/mythdate.h"#include "libmythbase/mythdb.h"#include "libmythbase/mythdbcon.h"#include "libmythbase/mythlogging.h"#include "scaninfo.h"Go to the source code of this file.
Functions | |
| uint | SaveScan (const ScanDTVTransportList &scan) |
| ScanDTVTransportList | LoadScan (uint scanid) |
| std::vector< ScanInfo > | LoadScanList (void) |
| std::vector< ScanInfo > | LoadScanList (uint sourceid) |
| ScanDTVTransportList LoadScan | ( | uint | scanid | ) |
Definition at line 77 of file scaninfo.cpp.
Referenced by ChannelScannerWeb::HandleEvent(), main(), and ScanWizard::Scan().
Definition at line 296 of file scaninfo.cpp.
| std::vector< ScanInfo > LoadScanList | ( | void | ) |
Definition at line 268 of file scaninfo.cpp.
Referenced by ScanInfo::DeleteScansFromSource(), V2Channel::GetScanList(), PaneExistingScanImport::Load(), main(), and SaveScan().
| uint SaveScan | ( | const ScanDTVTransportList & | scan | ) |
Definition at line 22 of file scaninfo.cpp.
Referenced by ChannelImporter::Process().