#include <exportnativewizard.h>

Definition at line 33 of file exportnativewizard.h.
| ExportNativeWizard::ExportNativeWizard | ( | MythMainWindow * | parent, | |
| QString | window_name, | |||
| QString | theme_filename, | |||
| const char * | name = 0 | |||
| ) |
Definition at line 28 of file exportnativewizard.cpp.
| ExportNativeWizard::~ExportNativeWizard | ( | void | ) |
Definition at line 47 of file exportnativewizard.cpp.
| void ExportNativeWizard::setSaveFilename | ( | QString | filename | ) | [inline] |
Definition at line 44 of file exportnativewizard.h.
| void ExportNativeWizard::createConfigFile | ( | const QString & | filename | ) |
| void ExportNativeWizard::handleNextPage | ( | void | ) | [slot] |
| void ExportNativeWizard::handlePrevPage | ( | void | ) | [slot] |
| void ExportNativeWizard::handleCancel | ( | void | ) | [slot] |
| void ExportNativeWizard::handleAddRecording | ( | void | ) | [slot] |
| void ExportNativeWizard::handleAddVideo | ( | void | ) | [slot] |
| void ExportNativeWizard::titleChanged | ( | UIListBtnTypeItem * | item | ) | [slot] |
Definition at line 324 of file exportnativewizard.cpp.
Referenced by updateArchiveList(), and wireUpTheme().
| void ExportNativeWizard::toggleUseCutlist | ( | bool | state | ) | [slot] |
| void ExportNativeWizard::showMenu | ( | void | ) | [slot] |
| void ExportNativeWizard::closePopupMenu | ( | void | ) | [slot] |
| void ExportNativeWizard::removeItem | ( | void | ) | [slot] |
| void ExportNativeWizard::toggleCreateISO | ( | bool | state | ) | [inline, slot] |
| void ExportNativeWizard::toggleDoBurn | ( | bool | state | ) | [inline, slot] |
| void ExportNativeWizard::toggleEraseDvdRw | ( | bool | state | ) | [inline, slot] |
| void ExportNativeWizard::handleFind | ( | void | ) | [slot] |
| void ExportNativeWizard::filenameEditLostFocus | ( | void | ) | [slot] |
Definition at line 692 of file exportnativewizard.cpp.
Referenced by handleFind(), and wireUpTheme().
| void ExportNativeWizard::setDestination | ( | int | item | ) | [slot] |
| void ExportNativeWizard::keyPressEvent | ( | QKeyEvent * | e | ) | [private] |
| void ExportNativeWizard::updateArchiveList | ( | void | ) | [private] |
| void ExportNativeWizard::getArchiveList | ( | void | ) | [private] |
Definition at line 481 of file exportnativewizard.cpp.
Referenced by handleAddRecording(), handleAddVideo(), removeItem(), and wireUpTheme().
| void ExportNativeWizard::wireUpTheme | ( | void | ) | [private] |
| void ExportNativeWizard::updateSizeBar | ( | void | ) | [private] |
| void ExportNativeWizard::loadConfiguration | ( | void | ) | [private] |
| void ExportNativeWizard::saveConfiguration | ( | void | ) | [private] |
| void ExportNativeWizard::getArchiveListFromDB | ( | void | ) | [private] |
| void ExportNativeWizard::runScript | ( | ) | [private] |
Definition at line 68 of file exportnativewizard.h.
Referenced by createConfigFile(), and setDestination().
int ExportNativeWizard::destination_no [private] |
int ExportNativeWizard::freeSpace [private] |
Definition at line 70 of file exportnativewizard.h.
Referenced by createConfigFile(), filenameEditLostFocus(), setDestination(), and updateSizeBar().
int ExportNativeWizard::usedSpace [private] |
vector<NativeItem *>* ExportNativeWizard::archiveList [private] |
Definition at line 83 of file exportnativewizard.h.
Referenced by createConfigFile(), ExportNativeWizard(), getArchiveListFromDB(), handleNextPage(), showMenu(), updateArchiveList(), updateSizeBar(), and ~ExportNativeWizard().
UIListBtnType* ExportNativeWizard::archive_list [private] |
Definition at line 84 of file exportnativewizard.h.
Referenced by keyPressEvent(), removeItem(), updateArchiveList(), and wireUpTheme().
bool ExportNativeWizard::bCreateISO [private] |
Definition at line 86 of file exportnativewizard.h.
Referenced by createConfigFile(), ExportNativeWizard(), loadConfiguration(), and toggleCreateISO().
bool ExportNativeWizard::bDoBurn [private] |
Definition at line 87 of file exportnativewizard.h.
Referenced by createConfigFile(), ExportNativeWizard(), loadConfiguration(), and toggleDoBurn().
bool ExportNativeWizard::bEraseDvdRw [private] |
Definition at line 88 of file exportnativewizard.h.
Referenced by createConfigFile(), ExportNativeWizard(), loadConfiguration(), and toggleEraseDvdRw().
QString ExportNativeWizard::saveFilename [private] |
Definition at line 90 of file exportnativewizard.h.
Referenced by createConfigFile(), ExportNativeWizard(), filenameEditLostFocus(), and setSaveFilename().
UITextButtonType* ExportNativeWizard::next_button [private] |
Definition at line 92 of file exportnativewizard.h.
Referenced by handleNextPage(), handlePrevPage(), and wireUpTheme().
UITextButtonType* ExportNativeWizard::prev_button [private] |
Definition at line 99 of file exportnativewizard.h.
Referenced by keyPressEvent(), and wireUpTheme().
UITextType* ExportNativeWizard::destination_text [private] |
Definition at line 100 of file exportnativewizard.h.
Referenced by setDestination(), and wireUpTheme().
UITextType* ExportNativeWizard::freespace_text [private] |
Definition at line 102 of file exportnativewizard.h.
Referenced by filenameEditLostFocus(), setDestination(), and wireUpTheme().
Definition at line 104 of file exportnativewizard.h.
Referenced by filenameEditLostFocus(), handleFind(), setDestination(), and wireUpTheme().
UITextButtonType* ExportNativeWizard::find_button [private] |
Definition at line 105 of file exportnativewizard.h.
Referenced by setDestination(), and wireUpTheme().
Definition at line 107 of file exportnativewizard.h.
UITextType* ExportNativeWizard::title_text [private] |
Definition at line 108 of file exportnativewizard.h.
Referenced by titleChanged(), updateArchiveList(), and wireUpTheme().
UITextType* ExportNativeWizard::datetime_text [private] |
Definition at line 109 of file exportnativewizard.h.
Referenced by titleChanged(), updateArchiveList(), and wireUpTheme().
UITextType* ExportNativeWizard::description_text [private] |
Definition at line 110 of file exportnativewizard.h.
Referenced by titleChanged(), updateArchiveList(), and wireUpTheme().
UITextType* ExportNativeWizard::usecutlist_text [private] |
Definition at line 111 of file exportnativewizard.h.
Definition at line 112 of file exportnativewizard.h.
UITextType* ExportNativeWizard::nocutlist_text [private] |
Definition at line 113 of file exportnativewizard.h.
UITextType* ExportNativeWizard::filesize_text [private] |
Definition at line 114 of file exportnativewizard.h.
Referenced by titleChanged(), updateArchiveList(), and wireUpTheme().
UITextType* ExportNativeWizard::nofiles_text [private] |
Definition at line 115 of file exportnativewizard.h.
Referenced by updateArchiveList(), and wireUpTheme().
UIStatusBarType* ExportNativeWizard::size_bar [private] |
Definition at line 117 of file exportnativewizard.h.
Referenced by updateSizeBar(), and wireUpTheme().
Definition at line 119 of file exportnativewizard.h.
Referenced by loadConfiguration(), saveConfiguration(), and wireUpTheme().
UICheckBoxType* ExportNativeWizard::doBurn_check [private] |
Definition at line 120 of file exportnativewizard.h.
Referenced by loadConfiguration(), saveConfiguration(), setDestination(), and wireUpTheme().
Definition at line 121 of file exportnativewizard.h.
Referenced by loadConfiguration(), saveConfiguration(), setDestination(), and wireUpTheme().
UITextType* ExportNativeWizard::createISO_text [private] |
Definition at line 122 of file exportnativewizard.h.
UITextType* ExportNativeWizard::doBurn_text [private] |
Definition at line 123 of file exportnativewizard.h.
Referenced by setDestination(), and wireUpTheme().
UITextType* ExportNativeWizard::eraseDvdRw_text [private] |
Definition at line 124 of file exportnativewizard.h.
Referenced by setDestination(), and wireUpTheme().
MythPopupBox* ExportNativeWizard::popupMenu [private] |
Definition at line 126 of file exportnativewizard.h.
Referenced by closePopupMenu(), ExportNativeWizard(), removeItem(), and showMenu().
1.5.5