|
MythTV
0.26-pre
|
#include <decoderhandler.h>
Public Member Functions | |
| DecoderIOFactoryFile (DecoderHandler *parent) | |
| ~DecoderIOFactoryFile (void) | |
| void | start (void) |
| void | stop () |
| QIODevice * | takeInput (void) |
Private Attributes | |
| QIODevice * | m_input |
Definition at line 171 of file decoderhandler.h.
Definition at line 108 of file decoderhandler.cpp.
Definition at line 113 of file decoderhandler.cpp.
| void DecoderIOFactoryFile::start | ( | void | ) | [virtual] |
Implements DecoderIOFactory.
Definition at line 126 of file decoderhandler.cpp.
| void DecoderIOFactoryFile::stop | ( | void | ) | [inline, virtual] |
Implements DecoderIOFactory.
Definition at line 179 of file decoderhandler.h.
| QIODevice * DecoderIOFactoryFile::takeInput | ( | void | ) | [virtual] |
Implements DecoderIOFactory.
Definition at line 119 of file decoderhandler.cpp.
QIODevice* DecoderIOFactoryFile::m_input [private] |
Definition at line 183 of file decoderhandler.h.
Referenced by start(), takeInput(), and ~DecoderIOFactoryFile().
1.7.6.1