MythTV  master
Functions
scaninfo.cpp File Reference
#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"
Include dependency graph for scaninfo.cpp:

Go to the source code of this file.

Functions

uint SaveScan (const ScanDTVTransportList &scan)
 
ScanDTVTransportList LoadScan (uint scanid)
 
std::vector< ScanInfoLoadScanList (void)
 
std::vector< ScanInfoLoadScanList (uint sourceid)
 

Function Documentation

◆ SaveScan()

uint SaveScan ( const ScanDTVTransportList scan)

Definition at line 22 of file scaninfo.cpp.

Referenced by ChannelImporter::Process().

◆ LoadScan()

ScanDTVTransportList LoadScan ( uint  scanid)

Definition at line 77 of file scaninfo.cpp.

Referenced by ChannelScannerWeb::HandleEvent(), main(), and ScanWizard::Scan().

◆ LoadScanList() [1/2]

std::vector<ScanInfo> LoadScanList ( void  )

◆ LoadScanList() [2/2]

std::vector<ScanInfo> LoadScanList ( uint  sourceid)

Definition at line 296 of file scaninfo.cpp.