|
MythTV
0.26-pre
|
Select storage options. More...
#include <scheduleeditor.h>
Public Member Functions | |
| StoreOptEditor (MythScreenStack *parent, ScheduleEditor &editor, RecordingRule &rule, RecordingInfo *recinfo) | |
| ~StoreOptEditor () | |
| bool | Create (void) |
| void | customEvent (QEvent *event) |
Protected Slots | |
| void | MaxEpisodesChanged (MythUIButtonListItem *) |
| void | PromptForRecGroup (void) |
Private Member Functions | |
| void | Load (void) |
| void | Save (void) |
Select storage options.
Definition at line 286 of file scheduleeditor.h.
| StoreOptEditor::StoreOptEditor | ( | MythScreenStack * | parent, |
| ScheduleEditor & | editor, | ||
| RecordingRule & | rule, | ||
| RecordingInfo * | recinfo | ||
| ) |
Definition at line 1162 of file scheduleeditor.cpp.
Definition at line 1171 of file scheduleeditor.cpp.
| bool StoreOptEditor::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 1175 of file scheduleeditor.cpp.
Referenced by ScheduleEditor::ShowStoreOpt().
| void StoreOptEditor::customEvent | ( | QEvent * | event | ) | [virtual] |
Reimplemented from MythUIType.
Definition at line 1220 of file scheduleeditor.cpp.
| void StoreOptEditor::MaxEpisodesChanged | ( | MythUIButtonListItem * | item | ) | [protected, slot] |
Reimplemented from StoreOptMixin.
Definition at line 1210 of file scheduleeditor.cpp.
Referenced by Create().
| void StoreOptEditor::PromptForRecGroup | ( | void | ) | [protected, slot] |
Reimplemented from StoreOptMixin.
Definition at line 1215 of file scheduleeditor.cpp.
Referenced by Create().
| void StoreOptEditor::Load | ( | void | ) | [private] |
Reimplemented from StoreOptMixin.
Definition at line 1204 of file scheduleeditor.cpp.
| void StoreOptEditor::Save | ( | void | ) | [private] |
Reimplemented from StoreOptMixin.
Definition at line 1236 of file scheduleeditor.cpp.
1.7.6.1