|
MythTV
0.26-pre
|
#include <videosource.h>
Classes | |
| class | ID |
| class | Name |
Public Member Functions | |
| VideoSource () | |
| int | getSourceID (void) const |
| void | loadByID (int id) |
| QString | getSourceName (void) const |
| virtual void | Save (void) |
| virtual void | Save (QString destination) |
Static Public Member Functions | |
| static void | fillSelections (SelectSetting *setting) |
| static QString | idToName (int id) |
Private Attributes | |
| ID * | id |
| Name * | name |
| XMLTVConfig * | xmltv |
Definition at line 222 of file videosource.h.
Definition at line 653 of file videosource.cpp.
| int VideoSource::getSourceID | ( | void | ) | const [inline] |
Definition at line 226 of file videosource.h.
Referenced by VideoSourceDBStorage::GetSetClause(), VideoSourceDBStorage::GetWhereClause(), and XMLTVConfig::Load().
| void VideoSource::loadByID | ( | int | id | ) |
Definition at line 704 of file videosource.cpp.
Referenced by VideoSourceEditor::edit().
| void VideoSource::fillSelections | ( | SelectSetting * | setting | ) | [static] |
Definition at line 689 of file videosource.cpp.
Referenced by VideoSourceEditor::Load().
| static QString VideoSource::idToName | ( | int | id | ) | [static] |
| QString VideoSource::getSourceName | ( | void | ) | const [inline] |
Definition at line 233 of file videosource.h.
Referenced by XMLTV_generic_config::XMLTV_generic_config().
| virtual void VideoSource::Save | ( | void | ) | [inline, virtual] |
Reimplemented from ConfigurationDialog.
Definition at line 235 of file videosource.h.
| virtual void VideoSource::Save | ( | QString | destination | ) | [inline, virtual] |
Reimplemented from ConfigurationDialog.
Definition at line 241 of file videosource.h.
ID* VideoSource::id [private] |
Definition at line 269 of file videosource.h.
Name* VideoSource::name [private] |
Definition at line 270 of file videosource.h.
Referenced by VideoSource().
XMLTVConfig* VideoSource::xmltv [private] |
Definition at line 271 of file videosource.h.
Referenced by VideoSource().
1.7.6.1