|
MythTV master
|
#include <cstdint>#include <vector>#include <QString>#include <QDateTime>#include "libmythtv/dtvmultiplex.h"#include "libmythtv/mythtvexp.h"Go to the source code of this file.
Classes | |
| class | ScanInfo |
Typedefs | |
| using | uint = unsigned |
Functions | |
| MTV_PUBLIC std::vector< ScanInfo > | LoadScanList (void) |
| MTV_PUBLIC std::vector< ScanInfo > | LoadScanList (uint sourceid) |
| uint | SaveScan (const ScanDTVTransportList &scan) |
| MTV_PUBLIC ScanDTVTransportList | LoadScan (uint scanid) |
| using uint = unsigned |
Definition at line 6 of file scaninfo.h.
| MTV_PUBLIC ScanDTVTransportList LoadScan | ( | uint | scanid | ) |
Definition at line 77 of file scaninfo.cpp.
Referenced by ChannelScannerWeb::HandleEvent(), main(), and ScanWizard::Scan().
| MTV_PUBLIC std::vector< ScanInfo > LoadScanList | ( | uint | sourceid | ) |
Definition at line 296 of file scaninfo.cpp.
| MTV_PUBLIC 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().