|
MythTV
0.26-pre
|
Select post-processing options. More...
#include <scheduleeditor.h>
Public Member Functions | |
| PostProcEditor (MythScreenStack *parent, ScheduleEditor &editor, RecordingRule &rule, RecordingInfo *recinfo) | |
| ~PostProcEditor () | |
| bool | Create (void) |
Protected Slots | |
| void | TranscodeChanged (bool enable) |
Private Member Functions | |
| void | Load (void) |
| void | Save (void) |
Select post-processing options.
Definition at line 306 of file scheduleeditor.h.
| PostProcEditor::PostProcEditor | ( | MythScreenStack * | parent, |
| ScheduleEditor & | editor, | ||
| RecordingRule & | rule, | ||
| RecordingInfo * | recinfo | ||
| ) |
Definition at line 1248 of file scheduleeditor.cpp.
Definition at line 1257 of file scheduleeditor.cpp.
| bool PostProcEditor::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 1261 of file scheduleeditor.cpp.
Referenced by ScheduleEditor::ShowPostProc().
| void PostProcEditor::TranscodeChanged | ( | bool | enable | ) | [protected, slot] |
Reimplemented from PostProcMixin.
Definition at line 1293 of file scheduleeditor.cpp.
Referenced by Create().
| void PostProcEditor::Load | ( | void | ) | [private] |
Reimplemented from PostProcMixin.
Definition at line 1287 of file scheduleeditor.cpp.
| void PostProcEditor::Save | ( | void | ) | [private] |
Reimplemented from PostProcMixin.
Definition at line 1298 of file scheduleeditor.cpp.
1.7.6.1