MythTV  0.26-pre
Public Member Functions | Private Attributes
DDLoader Class Reference

Helper class to load channel info for channel editor. More...

List of all members.

Public Member Functions

 DDLoader (TV *parent)
void SetParent (TV *parent)
void SetSourceID (uint sourceid)
virtual void run (void)
void wait (void)

Private Attributes

TVm_parent
uint m_sourceid
QMutex m_lock
QWaitCondition m_wait

Detailed Description

Helper class to load channel info for channel editor.

Definition at line 155 of file tv_play.cpp.


Constructor & Destructor Documentation

DDLoader::DDLoader ( TV parent) [inline]

Definition at line 158 of file tv_play.cpp.


Member Function Documentation

void DDLoader::SetParent ( TV parent) [inline]

Definition at line 163 of file tv_play.cpp.

Referenced by TV::~TV().

void DDLoader::SetSourceID ( uint  sourceid) [inline]

Definition at line 164 of file tv_play.cpp.

Referenced by TV::StartChannelEditMode(), and TV::~TV().

virtual void DDLoader::run ( void  ) [inline, virtual]

Definition at line 166 of file tv_play.cpp.

void DDLoader::wait ( void  ) [inline]

Definition at line 178 of file tv_play.cpp.

Referenced by TV::StartChannelEditMode(), and TV::~TV().


Member Data Documentation

TV* DDLoader::m_parent [private]

Definition at line 186 of file tv_play.cpp.

Definition at line 187 of file tv_play.cpp.

QMutex DDLoader::m_lock [private]

Definition at line 188 of file tv_play.cpp.

QWaitCondition DDLoader::m_wait [private]

Definition at line 189 of file tv_play.cpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends