|
MythTV master
|
#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"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 : std::int8_t { kOCTCancelAll = -1 , kOCTCancel = +0 , kOCTOk = +1 , kOCTOkAll = +2 } |
Definition at line 36 of file channelimporter.h.
| enum OkCancelType : std::int8_t |
| Enumerator | |
|---|---|
| kOCTCancelAll | |
| kOCTCancel | |
| kOCTOk | |
| kOCTOkAll | |
Definition at line 29 of file channelimporter.h.