Helper class to load channel info for channel editor. More...
Public Member Functions | |
| DDLoader (TV *parent) | |
| void | SetParent (TV *parent) |
| void | SetSourceID (uint sourceid) |
| virtual void | run (void) |
| void | wait (void) |
Private Attributes | |
| TV * | m_parent |
| uint | m_sourceid |
| QMutex | m_lock |
| QWaitCondition | m_wait |
Helper class to load channel info for channel editor.
Definition at line 155 of file tv_play.cpp.
| DDLoader::DDLoader | ( | TV * | parent | ) | [inline] |
Definition at line 158 of file tv_play.cpp.
| 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().
TV* DDLoader::m_parent [private] |
Definition at line 186 of file tv_play.cpp.
Referenced by run(), and SetParent().
uint DDLoader::m_sourceid [private] |
Definition at line 187 of file tv_play.cpp.
Referenced by run(), SetSourceID(), and wait().
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.
1.6.3