MythTV
master
|
#include <libmythtv/tvbrowsehelper.h>
Public Member Functions | |
BrowseInfo (BrowseDirection Dir) | |
BrowseInfo (BrowseDirection Dir, QString Channum, uint Chanid, QString Starttime) | |
BrowseInfo (QString Channum, uint SourceId) | |
Public Attributes | |
BrowseDirection | m_dir { BROWSE_SAME } |
QString | m_chanNum |
uint | m_chanId { 0 } |
QString | m_startTime |
uint | m_sourceId { 0 } |
Definition at line 23 of file tvbrowsehelper.h.
|
inlineexplicit |
Definition at line 26 of file tvbrowsehelper.h.
|
inline |
Definition at line 28 of file tvbrowsehelper.h.
|
inline |
Definition at line 33 of file tvbrowsehelper.h.
BrowseDirection BrowseInfo::m_dir { BROWSE_SAME } |
Definition at line 37 of file tvbrowsehelper.h.
Referenced by TVBrowseHelper::BrowseDispInfo(), and TVBrowseHelper::run().
QString BrowseInfo::m_chanNum |
Definition at line 38 of file tvbrowsehelper.h.
Referenced by TV::CommitQueuedInput(), TVBrowseHelper::GetBrowsedInfo(), and TVBrowseHelper::run().
uint BrowseInfo::m_chanId { 0 } |
Definition at line 39 of file tvbrowsehelper.h.
Referenced by TVBrowseHelper::GetBrowsedInfo(), TV::QuickRecord(), and TVBrowseHelper::run().
QString BrowseInfo::m_startTime |
Definition at line 40 of file tvbrowsehelper.h.
Referenced by TVBrowseHelper::GetBrowsedInfo(), TV::QuickRecord(), and TVBrowseHelper::run().
uint BrowseInfo::m_sourceId { 0 } |
Definition at line 41 of file tvbrowsehelper.h.