#include <fileassoc.h>

Definition at line 21 of file fileassoc.h.
Public Slots | |
| void | switchToFA (int which_one) |
| void | saveAndExit () |
| void | toggleDefault (bool on_or_off) |
| void | toggleIgnore (bool on_or_off) |
| void | setPlayerCommand (QString) |
| void | deleteCurrent () |
| void | makeNewExtension () |
| void | createExtension () |
| void | removeExtensionPopup () |
Public Member Functions | |
| FileAssocDialog (MythMainWindow *parent_, QString window_name, QString theme_filename, const char *name_=0) | |
| ~FileAssocDialog () | |
| void | keyPressEvent (QKeyEvent *e) |
| void | loadFileAssociations () |
| void | saveFileAssociations () |
| void | showCurrentFA () |
| void | wireUpTheme () |
Private Attributes | |
| QPtrList< FileAssociation > | file_associations |
| FileAssociation * | current_fa |
| UIRemoteEditType * | command_editor |
| UISelectorType * | extension_select |
| UICheckBoxType * | default_check |
| UICheckBoxType * | ignore_check |
| UITextButtonType * | done_button |
| UITextButtonType * | new_button |
| UITextButtonType * | delete_button |
| MythPopupBox * | new_extension_popup |
| MythRemoteLineEdit * | new_extension_editor |
| FileAssocDialog::FileAssocDialog | ( | MythMainWindow * | parent_, | |
| QString | window_name, | |||
| QString | theme_filename, | |||
| const char * | name_ = 0 | |||
| ) |
Definition at line 104 of file fileassoc.cpp.
| FileAssocDialog::~FileAssocDialog | ( | ) |
Definition at line 484 of file fileassoc.cpp.
| void FileAssocDialog::keyPressEvent | ( | QKeyEvent * | e | ) |
| void FileAssocDialog::loadFileAssociations | ( | ) |
| void FileAssocDialog::saveFileAssociations | ( | ) |
| void FileAssocDialog::showCurrentFA | ( | ) |
Definition at line 225 of file fileassoc.cpp.
Referenced by createExtension(), deleteCurrent(), FileAssocDialog(), and switchToFA().
| void FileAssocDialog::wireUpTheme | ( | void | ) |
| void FileAssocDialog::switchToFA | ( | int | which_one | ) | [slot] |
| void FileAssocDialog::saveAndExit | ( | ) | [slot] |
| void FileAssocDialog::toggleDefault | ( | bool | on_or_off | ) | [slot] |
| void FileAssocDialog::toggleIgnore | ( | bool | on_or_off | ) | [slot] |
| void FileAssocDialog::setPlayerCommand | ( | QString | new_command | ) | [slot] |
| void FileAssocDialog::deleteCurrent | ( | ) | [slot] |
| void FileAssocDialog::makeNewExtension | ( | ) | [slot] |
| void FileAssocDialog::createExtension | ( | ) | [slot] |
| void FileAssocDialog::removeExtensionPopup | ( | ) | [slot] |
Definition at line 401 of file fileassoc.cpp.
Referenced by createExtension(), and makeNewExtension().
QPtrList<FileAssociation> FileAssocDialog::file_associations [private] |
Definition at line 58 of file fileassoc.h.
Referenced by createExtension(), deleteCurrent(), FileAssocDialog(), loadFileAssociations(), saveFileAssociations(), showCurrentFA(), switchToFA(), and ~FileAssocDialog().
FileAssociation* FileAssocDialog::current_fa [private] |
Definition at line 59 of file fileassoc.h.
Referenced by createExtension(), deleteCurrent(), FileAssocDialog(), loadFileAssociations(), setPlayerCommand(), showCurrentFA(), switchToFA(), toggleDefault(), and toggleIgnore().
UIRemoteEditType* FileAssocDialog::command_editor [private] |
Definition at line 65 of file fileassoc.h.
Referenced by FileAssocDialog(), showCurrentFA(), wireUpTheme(), and ~FileAssocDialog().
UISelectorType* FileAssocDialog::extension_select [private] |
Definition at line 66 of file fileassoc.h.
Referenced by keyPressEvent(), removeExtensionPopup(), showCurrentFA(), and wireUpTheme().
UICheckBoxType* FileAssocDialog::default_check [private] |
Definition at line 67 of file fileassoc.h.
Referenced by keyPressEvent(), showCurrentFA(), and wireUpTheme().
UICheckBoxType* FileAssocDialog::ignore_check [private] |
Definition at line 68 of file fileassoc.h.
Referenced by keyPressEvent(), showCurrentFA(), and wireUpTheme().
UITextButtonType* FileAssocDialog::done_button [private] |
UITextButtonType* FileAssocDialog::new_button [private] |
UITextButtonType* FileAssocDialog::delete_button [private] |
MythPopupBox* FileAssocDialog::new_extension_popup [private] |
Definition at line 77 of file fileassoc.h.
Referenced by FileAssocDialog(), makeNewExtension(), and removeExtensionPopup().
Definition at line 78 of file fileassoc.h.
Referenced by createExtension(), FileAssocDialog(), makeNewExtension(), and removeExtensionPopup().
1.5.5