|
MythTV
0.26-pre
|
#include <videosource.h>
Public Member Functions | |
| TransFreqTableSelector (uint _sourceid) | |
| virtual void | Load (void) |
| virtual void | Save (void) |
| void | SetSourceID (uint _sourceid) |
Private Attributes | |
| uint | sourceid |
| QString | loaded_freq_table |
Definition at line 98 of file videosource.h.
| TransFreqTableSelector::TransFreqTableSelector | ( | uint | _sourceid | ) |
Definition at line 217 of file videosource.cpp.
| void TransFreqTableSelector::Load | ( | void | ) | [virtual] |
Reimplemented from TransientStorage.
Definition at line 227 of file videosource.cpp.
Referenced by SetSourceID().
| void TransFreqTableSelector::Save | ( | void | ) | [virtual] |
Reimplemented from TransientStorage.
Definition at line 264 of file videosource.cpp.
| void TransFreqTableSelector::SetSourceID | ( | uint | _sourceid | ) |
Definition at line 291 of file videosource.cpp.
Referenced by PaneAnalog::SetSourceID().
uint TransFreqTableSelector::sourceid [private] |
Definition at line 109 of file videosource.h.
Referenced by Load(), Save(), and SetSourceID().
QString TransFreqTableSelector::loaded_freq_table [private] |
Definition at line 110 of file videosource.h.
1.7.6.1