MythTV  master
Classes | Typedefs | Enumerations
channelimporter.h File Reference
#include <cstring>
#include <QMap>
#include <QObject>
#include <QString>
#include <QCoreApplication>
#include "libmythtv/mythtvexp.h"
#include "libmythui/mythmainwindow.h"
#include "scaninfo.h"
#include "channelscantypes.h"
#include "channelscanner_web.h"
Include dependency graph for channelimporter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ChannelImporterBasicStats
 
class  ChannelImporterUniquenessStats
 
class  ChannelImporter
 

Typedefs

using ChanStats = std::array< uint, 3 >
 

Enumerations

enum  OkCancelType { kOCTCancelAll = -1, kOCTCancel = +0, kOCTOk = +1, kOCTOkAll = +2 }
 

Typedef Documentation

◆ ChanStats

using ChanStats = std::array<uint,3>

Definition at line 36 of file channelimporter.h.

Enumeration Type Documentation

◆ OkCancelType

Enumerator
kOCTCancelAll 
kOCTCancel 
kOCTOk 
kOCTOkAll 

Definition at line 29 of file channelimporter.h.