|
MythTV
0.26-pre
|
#include <videofileassoc.h>
Public Slots | |
| void | OnFASelected (MythUIButtonListItem *item) |
| void | OnUseDefaltChanged () |
| void | OnIgnoreChanged () |
| void | OnPlayerCommandChanged () |
| void | OnDonePressed () |
| void | OnDeletePressed () |
| void | OnNewExtensionPressed () |
| void | OnNewExtensionComplete (QString newExtension) |
Public Member Functions | |
| FileAssocDialog (MythScreenStack *screeParent, const QString &lname) | |
| ~FileAssocDialog () | |
| bool | Create () |
Private Member Functions | |
| void | UpdateScreen (bool useSelectionOverride=false) |
Private Attributes | |
| MythUITextEdit * | m_commandEdit |
| MythUIButtonList * | m_extensionList |
| MythUICheckBox * | m_defaultCheck |
| MythUICheckBox * | m_ignoreCheck |
| MythUIButton * | m_doneButton |
| MythUIButton * | m_newButton |
| MythUIButton * | m_deleteButton |
| class FileAssocDialogPrivate * | m_private |
Definition at line 13 of file videofileassoc.h.
| FileAssocDialog::FileAssocDialog | ( | MythScreenStack * | screeParent, |
| const QString & | lname | ||
| ) |
Definition at line 326 of file videofileassoc.cpp.
Definition at line 334 of file videofileassoc.cpp.
| bool FileAssocDialog::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 339 of file videofileassoc.cpp.
Referenced by VideoDialog::ShowExtensionSettings(), and TVMenuCallback().
| void FileAssocDialog::OnFASelected | ( | MythUIButtonListItem * | item | ) | [slot] |
Definition at line 393 of file videofileassoc.cpp.
Referenced by Create().
| void FileAssocDialog::OnUseDefaltChanged | ( | ) | [slot] |
Definition at line 399 of file videofileassoc.cpp.
Referenced by Create().
| void FileAssocDialog::OnIgnoreChanged | ( | ) | [slot] |
Definition at line 406 of file videofileassoc.cpp.
Referenced by Create().
| void FileAssocDialog::OnPlayerCommandChanged | ( | ) | [slot] |
Definition at line 413 of file videofileassoc.cpp.
Referenced by Create().
| void FileAssocDialog::OnDonePressed | ( | ) | [slot] |
Definition at line 420 of file videofileassoc.cpp.
Referenced by Create().
| void FileAssocDialog::OnDeletePressed | ( | ) | [slot] |
Definition at line 426 of file videofileassoc.cpp.
Referenced by Create().
| void FileAssocDialog::OnNewExtensionPressed | ( | ) | [slot] |
Definition at line 439 of file videofileassoc.cpp.
Referenced by Create().
| void FileAssocDialog::OnNewExtensionComplete | ( | QString | newExtension | ) | [slot] |
Definition at line 455 of file videofileassoc.cpp.
Referenced by OnNewExtensionPressed().
| void FileAssocDialog::UpdateScreen | ( | bool | useSelectionOverride = false | ) | [private] |
Definition at line 465 of file videofileassoc.cpp.
Referenced by Create(), OnDeletePressed(), OnFASelected(), and OnNewExtensionComplete().
MythUITextEdit* FileAssocDialog::m_commandEdit [private] |
Definition at line 40 of file videofileassoc.h.
Referenced by Create(), OnPlayerCommandChanged(), and UpdateScreen().
MythUIButtonList* FileAssocDialog::m_extensionList [private] |
Definition at line 41 of file videofileassoc.h.
Referenced by Create(), OnDeletePressed(), OnIgnoreChanged(), OnPlayerCommandChanged(), OnUseDefaltChanged(), and UpdateScreen().
MythUICheckBox* FileAssocDialog::m_defaultCheck [private] |
Definition at line 42 of file videofileassoc.h.
Referenced by Create(), OnUseDefaltChanged(), and UpdateScreen().
MythUICheckBox* FileAssocDialog::m_ignoreCheck [private] |
Definition at line 43 of file videofileassoc.h.
Referenced by Create(), OnIgnoreChanged(), and UpdateScreen().
MythUIButton* FileAssocDialog::m_doneButton [private] |
Definition at line 44 of file videofileassoc.h.
Referenced by Create().
MythUIButton* FileAssocDialog::m_newButton [private] |
Definition at line 45 of file videofileassoc.h.
Referenced by Create().
MythUIButton* FileAssocDialog::m_deleteButton [private] |
Definition at line 46 of file videofileassoc.h.
Referenced by Create(), and UpdateScreen().
class FileAssocDialogPrivate* FileAssocDialog::m_private [private] |
Definition at line 48 of file videofileassoc.h.
Referenced by OnDeletePressed(), OnDonePressed(), OnIgnoreChanged(), OnNewExtensionComplete(), OnPlayerCommandChanged(), OnUseDefaltChanged(), UpdateScreen(), and ~FileAssocDialog().
1.7.6.1