|
MythTV master
|
#include <cstdint>#include <utility>#include <vector>#include <QString>#include <QImage>#include <QVariant>#include <QDateTime>#include "libmythbase/mythtypes.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 130 of file channelinfo.h.
| using ChannelInsertInfoList = std::vector<ChannelInsertInfo> |
Definition at line 263 of file channelinfo.h.
| enum ChannelVisibleType : std::int8_t |
| Enumerator | |
|---|---|
| kChannelAlwaysVisible | |
| kChannelVisible | |
| kChannelNotVisible | |
| kChannelNeverVisible | |
Definition at line 19 of file channelinfo.h.
| MTV_PUBLIC ChannelVisibleType channelVisibleTypeFromString | ( | const QString & | type | ) |
Definition at line 541 of file channelinfo.cpp.
Referenced by V2Channel::AddDBChannel(), and V2Channel::UpdateDBChannel().
| MTV_PUBLIC QString toRawString | ( | ChannelVisibleType | type | ) |
Definition at line 524 of file channelinfo.cpp.
Referenced by V2FillChannelInfo(), and V2FillRecRuleInfo().
| MTV_PUBLIC QString toString | ( | ChannelVisibleType | type | ) |
Definition at line 507 of file channelinfo.cpp.