|
MythTV
0.26-pre
|
Select schedule filters. More...
#include <scheduleeditor.h>
Public Member Functions | |
| SchedFilterEditor (MythScreenStack *parent, ScheduleEditor &editor, RecordingRule &rule, RecordingInfo *recinfo) | |
| ~SchedFilterEditor () | |
| bool | Create (void) |
Protected Slots | |
| void | ToggleSelected (MythUIButtonListItem *item) |
Private Member Functions | |
| void | Load (void) |
| Load data which will ultimately be displayed on-screen or used to determine what appears on-screen (See Warning) | |
| void | Save (void) |
Private Attributes | |
| MythUIButtonList * | m_filtersList |
| bool | m_loaded |
Select schedule filters.
Definition at line 265 of file scheduleeditor.h.
| SchedFilterEditor::SchedFilterEditor | ( | MythScreenStack * | parent, |
| ScheduleEditor & | editor, | ||
| RecordingRule & | rule, | ||
| RecordingInfo * | recinfo | ||
| ) |
Definition at line 1051 of file scheduleeditor.cpp.
Definition at line 1060 of file scheduleeditor.cpp.
| bool SchedFilterEditor::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 1064 of file scheduleeditor.cpp.
Referenced by ScheduleEditor::ShowFilters().
| void SchedFilterEditor::ToggleSelected | ( | MythUIButtonListItem * | item | ) | [protected, slot] |
Definition at line 1131 of file scheduleeditor.cpp.
Referenced by Create().
| void SchedFilterEditor::Load | ( | void | ) | [private, virtual] |
Load data which will ultimately be displayed on-screen or used to determine what appears on-screen (See Warning)
Implements SchedEditChild.
Definition at line 1089 of file scheduleeditor.cpp.
| void SchedFilterEditor::Save | ( | void | ) | [private, virtual] |
Implements SchedEditChild.
Definition at line 1138 of file scheduleeditor.cpp.
MythUIButtonList* SchedFilterEditor::m_filtersList [private] |
Definition at line 282 of file scheduleeditor.h.
bool SchedFilterEditor::m_loaded [private] |
Definition at line 283 of file scheduleeditor.h.
Referenced by Load().
1.7.6.1