MythTV
master
|
#include <utility>
#include <QDir>
#include <QFile>
#include <QFileInfo>
#include <QImage>
#include <QUrl>
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythdb.h"
#include "libmythbase/mythdirs.h"
#include "libmythbase/remotefile.h"
#include "channelgroup.h"
#include "channelinfo.h"
#include "mpeg/mpegstreamdata.h"
#include "sourceutil.h"
Go to the source code of this file.
Functions | |
QString | toString (ChannelVisibleType type) |
QString | toRawString (ChannelVisibleType type) |
ChannelVisibleType | channelVisibleTypeFromString (const QString &type) |
QString toString | ( | ChannelVisibleType | type | ) |
Definition at line 507 of file channelinfo.cpp.
QString toRawString | ( | ChannelVisibleType | type | ) |
Definition at line 524 of file channelinfo.cpp.
ChannelVisibleType channelVisibleTypeFromString | ( | const QString & | type | ) |
Definition at line 541 of file channelinfo.cpp.
Referenced by V2Channel::AddDBChannel(), and V2Channel::UpdateDBChannel().