#include <videosource.h>

Definition at line 194 of file videosource.h.
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 |
Classes | |
| class | ID |
| class | Name |
| VideoSource::VideoSource | ( | ) |
Definition at line 620 of file videosource.cpp.
| int VideoSource::getSourceID | ( | void | ) | const [inline] |
Definition at line 198 of file videosource.h.
Referenced by VideoSourceDBStorage::setClause(), and VideoSourceDBStorage::whereClause().
| void VideoSource::loadByID | ( | int | id | ) |
| void VideoSource::fillSelections | ( | SelectSetting * | setting | ) | [static] |
Definition at line 657 of file videosource.cpp.
Referenced by DVBCardNum::DVBCardNum(), DVBInput::DVBInput(), SourceID::fillSelections(), VideoSourceEditor::load(), and DVBCardNum::load().
| static QString VideoSource::idToName | ( | int | id | ) | [static] |
| QString VideoSource::getSourceName | ( | void | ) | const [inline] |
| virtual void VideoSource::save | ( | void | ) | [inline, virtual] |
| virtual void VideoSource::save | ( | QString | destination | ) | [inline, virtual] |
ID* VideoSource::id [private] |
Definition at line 241 of file videosource.h.
Name* VideoSource::name [private] |
Definition at line 242 of file videosource.h.
Referenced by getSourceName(), save(), and VideoSource().
1.5.5