MythTV
master
|
#include <iostream>
#include <utility>
#include <algorithm>
#include <QTextStream>
#include <QElapsedTimer>
#include "libmythbase/mythdb.h"
#include "libmythui/mythdialogbox.h"
#include "channelimporter.h"
#include "channelutil.h"
#include "mpeg/mpegstreamdata.h"
Go to the source code of this file.
Macros | |
#define | QT_ENDL Qt::endl |
#define | LOC QString("ChanImport: ") |
Functions | |
static QString | map_str (QString str) |
static void | channum_not_empty (ChannelInsertInfo &chan) |
Variables | |
static const QString | kATSCChannelFormat = "%1_%2" |
#define QT_ENDL Qt::endl |
Definition at line 29 of file channelimporter.cpp.
#define LOC QString("ChanImport: ") |
Definition at line 32 of file channelimporter.cpp.
|
static |
Definition at line 36 of file channelimporter.cpp.
Referenced by ChannelImporter::CollectStats(), ChannelImporter::CollectUniquenessStats(), ChannelImporter::FormatChannel(), and ChannelImporter::IsType().
|
static |
Definition at line 46 of file channelimporter.cpp.
Referenced by ChannelImporter::InsertChannels(), and ChannelImporter::UpdateChannels().
|
static |
Definition at line 34 of file channelimporter.cpp.
Referenced by ChannelImporter::SimpleFormatChannel().