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 std::vector<ScanInfo> LoadScanList | ( | void | ) |
Definition at line 266 of file scaninfo.cpp.
Referenced by ScanInfo::DeleteScansFromSource(), V2Channel::GetScanList(), PaneExistingScanImport::Load(), main(), and SaveScan().
MTV_PUBLIC std::vector<ScanInfo> LoadScanList | ( | uint | sourceid | ) |
Definition at line 294 of file scaninfo.cpp.
uint SaveScan | ( | const ScanDTVTransportList & | scan | ) |
Definition at line 22 of file scaninfo.cpp.
Referenced by ChannelImporter::Process().
MTV_PUBLIC ScanDTVTransportList LoadScan | ( | uint | scanid | ) |
Definition at line 77 of file scaninfo.cpp.
Referenced by ChannelScannerWeb::HandleEvent(), main(), and ScanWizard::Scan().