|
MythTV
0.26-pre
|
#include <decoderhandler.h>
Public Member Functions | |
| DecoderIOFactorySG (DecoderHandler *parent) | |
| ~DecoderIOFactorySG (void) | |
| void | start (void) |
| void | stop () |
| QIODevice * | takeInput (void) |
Private Attributes | |
| QIODevice * | m_input |
Definition at line 186 of file decoderhandler.h.
| DecoderIOFactorySG::DecoderIOFactorySG | ( | DecoderHandler * | parent | ) |
Definition at line 139 of file decoderhandler.cpp.
Definition at line 144 of file decoderhandler.cpp.
| void DecoderIOFactorySG::start | ( | void | ) | [virtual] |
Implements DecoderIOFactory.
Definition at line 157 of file decoderhandler.cpp.
| void DecoderIOFactorySG::stop | ( | void | ) | [inline, virtual] |
Implements DecoderIOFactory.
Definition at line 194 of file decoderhandler.h.
| QIODevice * DecoderIOFactorySG::takeInput | ( | void | ) | [virtual] |
Implements DecoderIOFactory.
Definition at line 150 of file decoderhandler.cpp.
QIODevice* DecoderIOFactorySG::m_input [private] |
Definition at line 198 of file decoderhandler.h.
Referenced by start(), takeInput(), and ~DecoderIOFactorySG().
1.7.6.1