#include <importnativewizard.h>

Definition at line 22 of file importnativewizard.h.
| ImportNativeWizard::ImportNativeWizard | ( | const QString & | startDir, | |
| const QString & | filemask, | |||
| MythMainWindow * | parent, | |||
| const QString & | window_name, | |||
| const QString & | theme_filename, | |||
| const char * | name = 0 | |||
| ) |
Definition at line 22 of file importnativewizard.cpp.
| ImportNativeWizard::~ImportNativeWizard | ( | ) |
Definition at line 35 of file importnativewizard.cpp.
| void ImportNativeWizard::keyPressEvent | ( | QKeyEvent * | e | ) | [private, slot] |
| void ImportNativeWizard::nextPressed | ( | ) | [private, slot] |
| void ImportNativeWizard::prevPressed | ( | ) | [private, slot] |
| void ImportNativeWizard::cancelPressed | ( | ) | [private, slot] |
| void ImportNativeWizard::backPressed | ( | ) | [private, slot] |
| void ImportNativeWizard::homePressed | ( | ) | [private, slot] |
| void ImportNativeWizard::locationEditLostFocus | ( | ) | [private, slot] |
| void ImportNativeWizard::selectedChanged | ( | UIListBtnTypeItem * | item | ) | [private, slot] |
| void ImportNativeWizard::searchChanID | ( | ) | [private, slot] |
| void ImportNativeWizard::searchChanNo | ( | ) | [private, slot] |
| void ImportNativeWizard::searchName | ( | ) | [private, slot] |
| void ImportNativeWizard::searchCallsign | ( | ) | [private, slot] |
| void ImportNativeWizard::updateFileList | ( | ) | [private] |
Definition at line 393 of file importnativewizard.cpp.
Referenced by backPressed(), homePressed(), keyPressEvent(), locationEditLostFocus(), and wireUpTheme().
| void ImportNativeWizard::updateWidgets | ( | void | ) | [private] |
| void ImportNativeWizard::wireUpTheme | ( | void | ) | [private] |
| void ImportNativeWizard::updateScrollArrows | ( | void | ) | [private] |
| void ImportNativeWizard::loadXML | ( | const QString & | filename | ) | [private] |
| void ImportNativeWizard::findChannelMatch | ( | const QString & | chanid, | |
| const QString & | chanNo, | |||
| const QString & | name, | |||
| const QString & | callsign | |||
| ) | [private] |
| void ImportNativeWizard::fillSearchList | ( | const QString & | field | ) | [private] |
Definition at line 734 of file importnativewizard.cpp.
Referenced by searchCallsign(), searchChanID(), searchChanNo(), and searchName().
| bool ImportNativeWizard::showList | ( | const QString & | caption, | |
| QString & | value | |||
| ) | [private] |
Definition at line 713 of file importnativewizard.cpp.
Referenced by searchCallsign(), searchChanID(), searchChanNo(), and searchName().
QString ImportNativeWizard::m_filemask [private] |
Definition at line 60 of file importnativewizard.h.
Referenced by ImportNativeWizard(), and updateFileList().
QString ImportNativeWizard::m_curDirectory [private] |
Definition at line 61 of file importnativewizard.h.
Referenced by backPressed(), homePressed(), ImportNativeWizard(), keyPressEvent(), locationEditLostFocus(), nextPressed(), selectedChanged(), and updateFileList().
QPtrList<FileInfo> ImportNativeWizard::m_fileData [private] |
QStringList ImportNativeWizard::m_selectedList [private] |
UIListBtnType* ImportNativeWizard::m_fileList [private] |
Definition at line 70 of file importnativewizard.h.
Referenced by keyPressEvent(), nextPressed(), updateFileList(), and wireUpTheme().
Definition at line 71 of file importnativewizard.h.
Referenced by locationEditLostFocus(), updateFileList(), and wireUpTheme().
UITextButtonType* ImportNativeWizard::m_backButton [private] |
UITextButtonType* ImportNativeWizard::m_homeButton [private] |
UITextType* ImportNativeWizard::m_title_text [private] |
Definition at line 74 of file importnativewizard.h.
Referenced by loadXML(), selectedChanged(), and wireUpTheme().
UITextType* ImportNativeWizard::m_subtitle_text [private] |
Definition at line 75 of file importnativewizard.h.
Referenced by loadXML(), selectedChanged(), and wireUpTheme().
UITextType* ImportNativeWizard::m_starttime_text [private] |
Definition at line 76 of file importnativewizard.h.
Referenced by loadXML(), selectedChanged(), and wireUpTheme().
UITextType* ImportNativeWizard::m_progTitle_text [private] |
UITextType* ImportNativeWizard::m_chanID_text [private] |
Definition at line 83 of file importnativewizard.h.
Referenced by loadXML(), searchChanID(), and wireUpTheme().
UITextType* ImportNativeWizard::m_chanNo_text [private] |
Definition at line 84 of file importnativewizard.h.
Referenced by loadXML(), searchChanNo(), and wireUpTheme().
UITextType* ImportNativeWizard::m_chanName_text [private] |
Definition at line 85 of file importnativewizard.h.
Referenced by loadXML(), searchName(), and wireUpTheme().
UITextType* ImportNativeWizard::m_callsign_text [private] |
Definition at line 86 of file importnativewizard.h.
Referenced by loadXML(), searchCallsign(), and wireUpTheme().
UITextType* ImportNativeWizard::m_localChanID_text [private] |
Definition at line 88 of file importnativewizard.h.
Referenced by findChannelMatch(), loadXML(), nextPressed(), searchCallsign(), searchChanID(), searchChanNo(), searchName(), and wireUpTheme().
UITextType* ImportNativeWizard::m_localChanNo_text [private] |
Definition at line 89 of file importnativewizard.h.
Referenced by findChannelMatch(), loadXML(), searchCallsign(), searchChanID(), searchChanNo(), searchName(), and wireUpTheme().
Definition at line 90 of file importnativewizard.h.
Referenced by findChannelMatch(), loadXML(), searchCallsign(), searchChanID(), searchChanNo(), searchName(), and wireUpTheme().
Definition at line 91 of file importnativewizard.h.
Referenced by findChannelMatch(), loadXML(), searchCallsign(), searchChanID(), searchChanNo(), searchName(), and wireUpTheme().
UITextButtonType* ImportNativeWizard::m_nextButton [private] |
Definition at line 99 of file importnativewizard.h.
Referenced by nextPressed(), prevPressed(), and wireUpTheme().
UITextButtonType* ImportNativeWizard::m_prevButton [private] |
QPixmap* ImportNativeWizard::m_directoryPixmap [private] |
Definition at line 103 of file importnativewizard.h.
Referenced by updateFileList(), and wireUpTheme().
QStringList ImportNativeWizard::m_searchList [private] |
Definition at line 105 of file importnativewizard.h.
Referenced by fillSearchList(), and showList().
bool ImportNativeWizard::m_isValidXMLSelected [private] |
Definition at line 106 of file importnativewizard.h.
Referenced by ImportNativeWizard(), loadXML(), nextPressed(), and selectedChanged().
1.5.5