MythTV  master
Classes | Typedefs | Functions
scaninfo.h File Reference
#include <cstdint>
#include <vector>
#include <QString>
#include <QDateTime>
#include "libmythtv/dtvmultiplex.h"
#include "libmythtv/mythtvexp.h"
Include dependency graph for scaninfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ScanInfo
 

Typedefs

using uint = unsigned
 

Functions

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

Typedef Documentation

◆ uint

using uint = unsigned

Definition at line 6 of file scaninfo.h.

Function Documentation

◆ LoadScanList() [1/2]

MTV_PUBLIC std::vector<ScanInfo> LoadScanList ( void  )

◆ LoadScanList() [2/2]

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

Definition at line 294 of file scaninfo.cpp.

◆ SaveScan()

uint SaveScan ( const ScanDTVTransportList scan)

Definition at line 22 of file scaninfo.cpp.

Referenced by ChannelImporter::Process().

◆ LoadScan()

MTV_PUBLIC ScanDTVTransportList LoadScan ( uint  scanid)

Definition at line 77 of file scaninfo.cpp.

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