|
MythTV
0.26-pre
|
#include <guide.h>
Public Slots | |
| QObject * | GetProgramGuide (const QDateTime &StartTime, const QDateTime &EndTime, int StartChanId, int NumChannels, bool Details) |
| QObject * | GetProgramDetails (int ChanId, const QDateTime &StartTime) |
| QFileInfo | GetChannelIcon (int ChanId, int Width, int Height) |
Public Member Functions | |
| Q_INVOKABLE | ScriptableGuide (QObject *parent=0) |
Private Attributes | |
| Guide | m_obj |
| Q_INVOKABLE ScriptableGuide::ScriptableGuide | ( | QObject * | parent = 0 | ) | [inline] |
| QObject* ScriptableGuide::GetProgramGuide | ( | const QDateTime & | StartTime, |
| const QDateTime & | EndTime, | ||
| int | StartChanId, | ||
| int | NumChannels, | ||
| bool | Details | ||
| ) | [inline, slot] |
| QObject* ScriptableGuide::GetProgramDetails | ( | int | ChanId, |
| const QDateTime & | StartTime | ||
| ) | [inline, slot] |
| QFileInfo ScriptableGuide::GetChannelIcon | ( | int | ChanId, |
| int | Width, | ||
| int | Height | ||
| ) | [inline, slot] |
Guide ScriptableGuide::m_obj [private] |
Definition at line 80 of file guide.h.
Referenced by GetChannelIcon(), GetProgramDetails(), and GetProgramGuide().
1.7.6.1