ImportNativeWizard Class Reference

#include <importnativewizard.h>

Inheritance diagram for ImportNativeWizard:

MythThemedDialog MythDialog

List of all members.


Detailed Description

Definition at line 22 of file importnativewizard.h.


Public Member Functions

 ImportNativeWizard (const QString &startDir, const QString &filemask, MythMainWindow *parent, const QString &window_name, const QString &theme_filename, const char *name=0)
 ~ImportNativeWizard ()

Private Slots

void keyPressEvent (QKeyEvent *e)
void nextPressed ()
void prevPressed ()
void cancelPressed ()
void backPressed ()
void homePressed ()
void locationEditLostFocus ()
void selectedChanged (UIListBtnTypeItem *item)
void searchChanID ()
void searchChanNo ()
void searchName ()
void searchCallsign ()

Private Member Functions

void updateFileList ()
void updateWidgets (void)
void wireUpTheme (void)
void updateScrollArrows (void)
void loadXML (const QString &filename)
void findChannelMatch (const QString &chanid, const QString &chanNo, const QString &name, const QString &callsign)
void fillSearchList (const QString &field)
bool showList (const QString &caption, QString &value)

Private Attributes

QString m_filemask
QString m_curDirectory
QPtrList< FileInfom_fileData
QStringList m_selectedList
UIListBtnTypem_fileList
UIRemoteEditTypem_locationEdit
UITextButtonTypem_backButton
UITextButtonTypem_homeButton
UITextTypem_title_text
UITextTypem_subtitle_text
UITextTypem_starttime_text
UITextTypem_progTitle_text
UITextTypem_progDateTime_text
UITextTypem_progDescription_text
UITextTypem_chanID_text
UITextTypem_chanNo_text
UITextTypem_chanName_text
UITextTypem_callsign_text
UITextTypem_localChanID_text
UITextTypem_localChanNo_text
UITextTypem_localChanName_text
UITextTypem_localCallsign_text
UIPushButtonTypem_searchChanID_button
UIPushButtonTypem_searchChanNo_button
UIPushButtonTypem_searchChanName_button
UIPushButtonTypem_searchCallsign_button
UITextButtonTypem_nextButton
UITextButtonTypem_prevButton
UITextButtonTypem_cancelButton
QPixmap * m_directoryPixmap
QStringList m_searchList
bool m_isValidXMLSelected

Constructor & Destructor Documentation

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.


Member Function Documentation

void ImportNativeWizard::keyPressEvent ( QKeyEvent *  e  )  [private, slot]

Reimplemented from MythDialog.

Definition at line 39 of file importnativewizard.cpp.

void ImportNativeWizard::nextPressed (  )  [private, slot]

Definition at line 299 of file importnativewizard.cpp.

Referenced by wireUpTheme().

void ImportNativeWizard::prevPressed (  )  [private, slot]

Definition at line 376 of file importnativewizard.cpp.

Referenced by wireUpTheme().

void ImportNativeWizard::cancelPressed (  )  [private, slot]

Definition at line 388 of file importnativewizard.cpp.

Referenced by wireUpTheme().

void ImportNativeWizard::backPressed (  )  [private, slot]

Definition at line 279 of file importnativewizard.cpp.

Referenced by wireUpTheme().

void ImportNativeWizard::homePressed (  )  [private, slot]

Definition at line 291 of file importnativewizard.cpp.

Referenced by wireUpTheme().

void ImportNativeWizard::locationEditLostFocus (  )  [private, slot]

Definition at line 273 of file importnativewizard.cpp.

Referenced by wireUpTheme().

void ImportNativeWizard::selectedChanged ( UIListBtnTypeItem item  )  [private, slot]

Definition at line 464 of file importnativewizard.cpp.

Referenced by wireUpTheme().

void ImportNativeWizard::searchChanID (  )  [private, slot]

Definition at line 753 of file importnativewizard.cpp.

Referenced by wireUpTheme().

void ImportNativeWizard::searchChanNo (  )  [private, slot]

Definition at line 779 of file importnativewizard.cpp.

Referenced by wireUpTheme().

void ImportNativeWizard::searchName (  )  [private, slot]

Definition at line 805 of file importnativewizard.cpp.

Referenced by wireUpTheme().

void ImportNativeWizard::searchCallsign (  )  [private, slot]

Definition at line 831 of file importnativewizard.cpp.

Referenced by wireUpTheme().

void ImportNativeWizard::updateFileList (  )  [private]

void ImportNativeWizard::updateWidgets ( void   )  [private]

void ImportNativeWizard::wireUpTheme ( void   )  [private]

Definition at line 157 of file importnativewizard.cpp.

Referenced by ImportNativeWizard().

void ImportNativeWizard::updateScrollArrows ( void   )  [private]

void ImportNativeWizard::loadXML ( const QString &  filename  )  [private]

Definition at line 488 of file importnativewizard.cpp.

Referenced by selectedChanged().

void ImportNativeWizard::findChannelMatch ( const QString &  chanid,
const QString &  chanNo,
const QString &  name,
const QString &  callsign 
) [private]

Definition at line 645 of file importnativewizard.cpp.

Referenced by loadXML().

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().


Member Data Documentation

QString ImportNativeWizard::m_filemask [private]

Definition at line 60 of file importnativewizard.h.

Referenced by ImportNativeWizard(), and updateFileList().

Definition at line 62 of file importnativewizard.h.

Referenced by updateFileList().

QStringList ImportNativeWizard::m_selectedList [private]

Definition at line 63 of file importnativewizard.h.

Referenced by keyPressEvent().

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().

Definition at line 72 of file importnativewizard.h.

Referenced by wireUpTheme().

Definition at line 73 of file importnativewizard.h.

Referenced by wireUpTheme().

Definition at line 74 of file importnativewizard.h.

Referenced by loadXML(), selectedChanged(), and wireUpTheme().

Definition at line 75 of file importnativewizard.h.

Referenced by loadXML(), selectedChanged(), and wireUpTheme().

Definition at line 76 of file importnativewizard.h.

Referenced by loadXML(), selectedChanged(), and wireUpTheme().

Definition at line 79 of file importnativewizard.h.

Referenced by loadXML(), and wireUpTheme().

Definition at line 80 of file importnativewizard.h.

Referenced by loadXML(), and wireUpTheme().

Definition at line 81 of file importnativewizard.h.

Referenced by loadXML(), and wireUpTheme().

Definition at line 83 of file importnativewizard.h.

Referenced by loadXML(), searchChanID(), and wireUpTheme().

Definition at line 84 of file importnativewizard.h.

Referenced by loadXML(), searchChanNo(), and wireUpTheme().

Definition at line 85 of file importnativewizard.h.

Referenced by loadXML(), searchName(), and wireUpTheme().

Definition at line 86 of file importnativewizard.h.

Referenced by loadXML(), searchCallsign(), and wireUpTheme().

Definition at line 93 of file importnativewizard.h.

Referenced by wireUpTheme().

Definition at line 94 of file importnativewizard.h.

Referenced by wireUpTheme().

Definition at line 95 of file importnativewizard.h.

Referenced by wireUpTheme().

Definition at line 96 of file importnativewizard.h.

Referenced by wireUpTheme().

Definition at line 99 of file importnativewizard.h.

Referenced by nextPressed(), prevPressed(), and wireUpTheme().

Definition at line 100 of file importnativewizard.h.

Referenced by wireUpTheme().

Definition at line 101 of file importnativewizard.h.

Referenced by wireUpTheme().

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().

Definition at line 106 of file importnativewizard.h.

Referenced by ImportNativeWizard(), loadXML(), nextPressed(), and selectedChanged().


The documentation for this class was generated from the following files:

Generated on Sat Dec 18 05:16:04 2010 for MythTV by  doxygen 1.5.5