|
MythTV
0.26-pre
|
Public Member Functions | |
| InputGroup (const CardInput &parent, uint group_num) | |
| virtual void | Load (void) |
| virtual void | Save (void) |
Private Attributes | |
| const CardInput & | cardinput |
| uint | groupnum |
| uint | groupid |
Definition at line 2586 of file videosource.cpp.
| InputGroup::InputGroup | ( | const CardInput & | parent, |
| uint | group_num | ||
| ) | [inline] |
Definition at line 2589 of file videosource.cpp.
| void InputGroup::Load | ( | void | ) | [virtual] |
Reimplemented from TransientStorage.
Definition at line 2624 of file videosource.cpp.
Referenced by CardInput::CreateNewInputGroup().
| virtual void InputGroup::Save | ( | void | ) | [inline, virtual] |
Reimplemented from TransientStorage.
Definition at line 2603 of file videosource.cpp.
Referenced by CardInput::CreateNewInputGroup().
const CardInput& InputGroup::cardinput [private] |
Definition at line 2619 of file videosource.cpp.
uint InputGroup::groupnum [private] |
Definition at line 2620 of file videosource.cpp.
Referenced by InputGroup(), and Load().
uint InputGroup::groupid [private] |
Definition at line 2621 of file videosource.cpp.
1.7.6.1