|
MythTV
0.26-pre
|
#include <mythburn.h>
Signals | |
| void | haveResult (int profile) |
Public Member Functions | |
| ProfileDialog (MythScreenStack *parent, ArchiveItem *archiveItem, QList< EncoderProfile * > profileList) | |
| bool | Create () |
Private Slots | |
| void | save (void) |
| void | profileChanged (MythUIButtonListItem *item) |
Private Attributes | |
| ArchiveItem * | m_archiveItem |
| QList< EncoderProfile * > | m_profileList |
| MythUIText * | m_captionText |
| MythUIText * | m_descriptionText |
| MythUIText * | m_oldSizeText |
| MythUIText * | m_newSizeText |
| MythUIButtonList * | m_profile_list |
| MythUICheckBox * | m_enabledCheck |
| MythUIButton * | m_okButton |
Definition at line 17 of file mythburn.h.
| ProfileDialog::ProfileDialog | ( | MythScreenStack * | parent, |
| ArchiveItem * | archiveItem, | ||
| QList< EncoderProfile * > | profileList | ||
| ) |
Definition at line 1052 of file mythburn.cpp.
| bool ProfileDialog::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 1068 of file mythburn.cpp.
Referenced by MythBurn::changeProfile().
| void ProfileDialog::haveResult | ( | int | profile | ) | [signal] |
Referenced by save().
| void ProfileDialog::save | ( | void | ) | [private, slot] |
Definition at line 1132 of file mythburn.cpp.
Referenced by Create().
| void ProfileDialog::profileChanged | ( | MythUIButtonListItem * | item | ) | [private, slot] |
Definition at line 1112 of file mythburn.cpp.
Referenced by Create().
ArchiveItem* ProfileDialog::m_archiveItem [private] |
Definition at line 35 of file mythburn.h.
Referenced by Create(), and profileChanged().
QList<EncoderProfile *> ProfileDialog::m_profileList [private] |
Definition at line 36 of file mythburn.h.
Referenced by Create().
MythUIText* ProfileDialog::m_captionText [private] |
Definition at line 38 of file mythburn.h.
Referenced by Create().
MythUIText* ProfileDialog::m_descriptionText [private] |
Definition at line 39 of file mythburn.h.
Referenced by Create(), and profileChanged().
MythUIText* ProfileDialog::m_oldSizeText [private] |
Definition at line 40 of file mythburn.h.
Referenced by Create().
MythUIText* ProfileDialog::m_newSizeText [private] |
Definition at line 41 of file mythburn.h.
Referenced by Create(), and profileChanged().
MythUIButtonList* ProfileDialog::m_profile_list [private] |
Definition at line 43 of file mythburn.h.
MythUICheckBox* ProfileDialog::m_enabledCheck [private] |
Definition at line 44 of file mythburn.h.
MythUIButton* ProfileDialog::m_okButton [private] |
Definition at line 45 of file mythburn.h.
Referenced by Create().
1.7.6.1