MythTV
master
|
#include <cstdint>
#include <utility>
#include <vector>
#include <QString>
#include <QImage>
#include <QVariant>
#include <QDateTime>
#include "libmythbase/mythtypes.h"
#include "libmythbase/programtypes.h"
#include "libmythtv/mythtvexp.h"
Go to the source code of this file.
Classes | |
class | ChannelInfo |
class | ChannelInsertInfo |
Typedefs | |
using | ChannelInfoList = std::vector< ChannelInfo > |
using | ChannelInsertInfoList = std::vector< ChannelInsertInfo > |
Enumerations | |
enum | ChannelVisibleType : std::int8_t { kChannelAlwaysVisible = 2, kChannelVisible = 1, kChannelNotVisible = 0, kChannelNeverVisible = -1 } |
Functions | |
MTV_PUBLIC QString | toString (ChannelVisibleType) |
MTV_PUBLIC QString | toRawString (ChannelVisibleType) |
MTV_PUBLIC ChannelVisibleType | channelVisibleTypeFromString (const QString &) |
using ChannelInfoList = std::vector<ChannelInfo> |
Definition at line 131 of file channelinfo.h.
using ChannelInsertInfoList = std::vector<ChannelInsertInfo> |
Definition at line 264 of file channelinfo.h.
enum ChannelVisibleType : std::int8_t |
Enumerator | |
---|---|
kChannelAlwaysVisible | |
kChannelVisible | |
kChannelNotVisible | |
kChannelNeverVisible |
Definition at line 20 of file channelinfo.h.
MTV_PUBLIC QString toString | ( | ChannelVisibleType | ) |
Definition at line 507 of file channelinfo.cpp.
MTV_PUBLIC QString toRawString | ( | ChannelVisibleType | ) |
Definition at line 524 of file channelinfo.cpp.
MTV_PUBLIC ChannelVisibleType channelVisibleTypeFromString | ( | const QString & | ) |
Definition at line 541 of file channelinfo.cpp.
Referenced by V2Channel::AddDBChannel(), and V2Channel::UpdateDBChannel().