|
MythTV
0.26-pre
|
#include <channel.h>
Public Slots | |
| QObject * | GetChannelInfoList (int SourceID, int StartIndex, int Count) |
| QObject * | GetChannelInfo (int ChanID) |
| bool | UpdateDBChannel (uint MplexID, uint SourceID, uint ChannelID, const QString &CallSign, const QString &ChannelName, const QString &ChannelNumber, uint ServiceID, uint ATSCMajorChannel, uint ATSCMinorChannel, bool UseEIT, bool visible, const QString &FrequencyID, const QString &Icon, const QString &Format, const QString &XMLTVID, const QString &DefaultAuthority) |
| bool | AddDBChannel (uint MplexID, uint SourceID, uint ChannelID, const QString &CallSign, const QString &ChannelName, const QString &ChannelNumber, uint ServiceID, uint ATSCMajorChannel, uint ATSCMinorChannel, bool UseEIT, bool visible, const QString &FrequencyID, const QString &Icon, const QString &Format, const QString &XMLTVID, const QString &DefaultAuthority) |
| bool | RemoveDBChannel (uint ChannelID) |
| QObject * | GetVideoSourceList (void) |
| QObject * | GetVideoSource (uint SourceID) |
| bool | UpdateVideoSource (uint SourceID, const QString &SourceName, const QString &Grabber, const QString &UserId, const QString &FreqTable, const QString &LineupId, const QString &Password, bool UseEIT, const QString &ConfigPath, int NITId) |
| bool | AddVideoSource (const QString &SourceName, const QString &Grabber, const QString &UserId, const QString &FreqTable, const QString &LineupId, const QString &Password, bool UseEIT, const QString &ConfigPath, int NITId) |
| bool | RemoveVideoSource (uint SourceID) |
| QObject * | GetVideoMultiplexList (int SourceID, int StartIndex, int Count) |
| QObject * | GetVideoMultiplex (int MplexID) |
| QStringList | GetXMLTVIdList (int SourceID) |
Public Member Functions | |
| Q_INVOKABLE | ScriptableChannel (QObject *parent=0) |
Private Attributes | |
| Channel | m_obj |
| Q_INVOKABLE ScriptableChannel::ScriptableChannel | ( | QObject * | parent = 0 | ) | [inline] |
| QObject* ScriptableChannel::GetChannelInfoList | ( | int | SourceID, |
| int | StartIndex, | ||
| int | Count | ||
| ) | [inline, slot] |
| QObject* ScriptableChannel::GetChannelInfo | ( | int | ChanID | ) | [inline, slot] |
| bool ScriptableChannel::UpdateDBChannel | ( | uint | MplexID, |
| uint | SourceID, | ||
| uint | ChannelID, | ||
| const QString & | CallSign, | ||
| const QString & | ChannelName, | ||
| const QString & | ChannelNumber, | ||
| uint | ServiceID, | ||
| uint | ATSCMajorChannel, | ||
| uint | ATSCMinorChannel, | ||
| bool | UseEIT, | ||
| bool | visible, | ||
| const QString & | FrequencyID, | ||
| const QString & | Icon, | ||
| const QString & | Format, | ||
| const QString & | XMLTVID, | ||
| const QString & | DefaultAuthority | ||
| ) | [inline, slot] |
| bool ScriptableChannel::AddDBChannel | ( | uint | MplexID, |
| uint | SourceID, | ||
| uint | ChannelID, | ||
| const QString & | CallSign, | ||
| const QString & | ChannelName, | ||
| const QString & | ChannelNumber, | ||
| uint | ServiceID, | ||
| uint | ATSCMajorChannel, | ||
| uint | ATSCMinorChannel, | ||
| bool | UseEIT, | ||
| bool | visible, | ||
| const QString & | FrequencyID, | ||
| const QString & | Icon, | ||
| const QString & | Format, | ||
| const QString & | XMLTVID, | ||
| const QString & | DefaultAuthority | ||
| ) | [inline, slot] |
| bool ScriptableChannel::RemoveDBChannel | ( | uint | ChannelID | ) | [inline, slot] |
| QObject* ScriptableChannel::GetVideoSourceList | ( | void | ) | [inline, slot] |
| QObject* ScriptableChannel::GetVideoSource | ( | uint | SourceID | ) | [inline, slot] |
| bool ScriptableChannel::UpdateVideoSource | ( | uint | SourceID, |
| const QString & | SourceName, | ||
| const QString & | Grabber, | ||
| const QString & | UserId, | ||
| const QString & | FreqTable, | ||
| const QString & | LineupId, | ||
| const QString & | Password, | ||
| bool | UseEIT, | ||
| const QString & | ConfigPath, | ||
| int | NITId | ||
| ) | [inline, slot] |
| bool ScriptableChannel::AddVideoSource | ( | const QString & | SourceName, |
| const QString & | Grabber, | ||
| const QString & | UserId, | ||
| const QString & | FreqTable, | ||
| const QString & | LineupId, | ||
| const QString & | Password, | ||
| bool | UseEIT, | ||
| const QString & | ConfigPath, | ||
| int | NITId | ||
| ) | [inline, slot] |
| bool ScriptableChannel::RemoveVideoSource | ( | uint | SourceID | ) | [inline, slot] |
| QObject* ScriptableChannel::GetVideoMultiplexList | ( | int | SourceID, |
| int | StartIndex, | ||
| int | Count | ||
| ) | [inline, slot] |
| QObject* ScriptableChannel::GetVideoMultiplex | ( | int | MplexID | ) | [inline, slot] |
| QStringList ScriptableChannel::GetXMLTVIdList | ( | int | SourceID | ) | [inline, slot] |
Channel ScriptableChannel::m_obj [private] |
Definition at line 153 of file channel.h.
Referenced by AddDBChannel(), AddVideoSource(), GetChannelInfo(), GetChannelInfoList(), GetVideoMultiplex(), GetVideoMultiplexList(), GetVideoSource(), GetVideoSourceList(), GetXMLTVIdList(), RemoveDBChannel(), RemoveVideoSource(), UpdateDBChannel(), and UpdateVideoSource().
1.7.6.1