|
MythTV
0.26-pre
|
#include <videosource.h>
Public Slots | |
| void | RunConfig (void) |
Public Member Functions | |
| XMLTV_generic_config (const VideoSource &_parent, QString _grabber) | |
| virtual void | Save (void) |
| virtual void | Save (QString) |
Protected Attributes | |
| const VideoSource & | parent |
| QString | grabber |
| QStringList | grabberArgs |
Definition at line 161 of file videosource.h.
| XMLTV_generic_config::XMLTV_generic_config | ( | const VideoSource & | _parent, |
| QString | _grabber | ||
| ) |
Definition at line 427 of file videosource.cpp.
| void XMLTV_generic_config::Save | ( | void | ) | [virtual] |
Reimplemented from ConfigurationGroup.
Definition at line 450 of file videosource.cpp.
| virtual void XMLTV_generic_config::Save | ( | QString | ) | [inline, virtual] |
Reimplemented from ConfigurationGroup.
Definition at line 169 of file videosource.h.
Referenced by Save().
| void XMLTV_generic_config::RunConfig | ( | void | ) | [slot] |
Definition at line 468 of file videosource.cpp.
Referenced by XMLTV_generic_config().
const VideoSource& XMLTV_generic_config::parent [protected] |
Definition at line 175 of file videosource.h.
Referenced by XMLTV_generic_config().
QString XMLTV_generic_config::grabber [protected] |
Definition at line 176 of file videosource.h.
Referenced by RunConfig(), and Save().
QStringList XMLTV_generic_config::grabberArgs [protected] |
Definition at line 177 of file videosource.h.
Referenced by RunConfig(), and XMLTV_generic_config().
1.7.6.1