#include <fileselector.h>

Definition at line 29 of file fileselector.h.
Public Member Functions | |
| FileSelector (FSTYPE type, const QString &startDir, const QString &filemask, MythMainWindow *parent, const QString &window_name, const QString &theme_filename, const char *name=0) | |
| ~FileSelector () | |
| QString | getSelected (void) |
Private Slots | |
| void | keyPressEvent (QKeyEvent *e) |
| void | OKPressed () |
| void | cancelPressed () |
| void | backPressed () |
| void | homePressed () |
| void | locationEditLostFocus () |
Private Member Functions | |
| void | updateFileList () |
| void | updateSelectedList () |
| void | updateWidgets (void) |
| void | wireUpTheme (void) |
| void | updateScrollArrows (void) |
Private Attributes | |
| FSTYPE | m_selectorType |
| QString | m_filemask |
| QString | m_curDirectory |
| QPtrList< FileData > | m_fileData |
| QStringList | m_selectedList |
| UIListBtnType * | m_fileList |
| UIRemoteEditType * | m_locationEdit |
| UITextButtonType * | m_okButton |
| UITextButtonType * | m_cancelButton |
| UITextButtonType * | m_backButton |
| UITextButtonType * | m_homeButton |
| QPixmap * | m_directoryPixmap |
| FileSelector::FileSelector | ( | FSTYPE | type, | |
| const QString & | startDir, | |||
| const QString & | filemask, | |||
| MythMainWindow * | parent, | |||
| const QString & | window_name, | |||
| const QString & | theme_filename, | |||
| const char * | name = 0 | |||
| ) |
Definition at line 19 of file fileselector.cpp.
| FileSelector::~FileSelector | ( | ) |
Definition at line 31 of file fileselector.cpp.
| QString FileSelector::getSelected | ( | void | ) |
Definition at line 35 of file fileselector.cpp.
| void FileSelector::keyPressEvent | ( | QKeyEvent * | e | ) | [private, slot] |
| void FileSelector::OKPressed | ( | ) | [private, slot] |
| void FileSelector::cancelPressed | ( | ) | [private, slot] |
| void FileSelector::backPressed | ( | ) | [private, slot] |
| void FileSelector::homePressed | ( | ) | [private, slot] |
| void FileSelector::locationEditLostFocus | ( | ) | [private, slot] |
| void FileSelector::updateFileList | ( | ) | [private] |
Definition at line 351 of file fileselector.cpp.
Referenced by backPressed(), homePressed(), keyPressEvent(), locationEditLostFocus(), and wireUpTheme().
| void FileSelector::updateSelectedList | ( | ) | [private] |
| void FileSelector::updateWidgets | ( | void | ) | [private] |
| void FileSelector::wireUpTheme | ( | void | ) | [private] |
| void FileSelector::updateScrollArrows | ( | void | ) | [private] |
FSTYPE FileSelector::m_selectorType [private] |
Definition at line 59 of file fileselector.h.
Referenced by FileSelector(), keyPressEvent(), OKPressed(), and updateFileList().
QString FileSelector::m_filemask [private] |
QString FileSelector::m_curDirectory [private] |
Definition at line 61 of file fileselector.h.
Referenced by backPressed(), FileSelector(), getSelected(), homePressed(), keyPressEvent(), locationEditLostFocus(), OKPressed(), and updateFileList().
QPtrList<FileData> FileSelector::m_fileData [private] |
QStringList FileSelector::m_selectedList [private] |
Definition at line 63 of file fileselector.h.
Referenced by keyPressEvent(), OKPressed(), updateFileList(), and updateSelectedList().
UIListBtnType* FileSelector::m_fileList [private] |
Definition at line 68 of file fileselector.h.
Referenced by keyPressEvent(), OKPressed(), updateFileList(), and wireUpTheme().
UIRemoteEditType* FileSelector::m_locationEdit [private] |
Definition at line 69 of file fileselector.h.
Referenced by locationEditLostFocus(), updateFileList(), and wireUpTheme().
UITextButtonType* FileSelector::m_okButton [private] |
UITextButtonType* FileSelector::m_cancelButton [private] |
UITextButtonType* FileSelector::m_backButton [private] |
UITextButtonType* FileSelector::m_homeButton [private] |
QPixmap* FileSelector::m_directoryPixmap [private] |
1.5.5