#include <directoryfinder.h>

Definition at line 22 of file directoryfinder.h.
Public Member Functions | |
| DirectoryFinder (const QString &startDir, MythMainWindow *parent, const char *name=0) | |
| ~DirectoryFinder () | |
| 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 | |
| QString | m_curDirectory |
| QStringList | m_directoryList |
| UIListBtnType * | m_fileList |
| UIRemoteEditType * | m_locationEdit |
| UITextButtonType * | m_okButton |
| UITextButtonType * | m_cancelButton |
| UITextButtonType * | m_backButton |
| UITextButtonType * | m_homeButton |
| QPixmap * | m_directoryPixmap |
| DirectoryFinder::DirectoryFinder | ( | const QString & | startDir, | |
| MythMainWindow * | parent, | |||
| const char * | name = 0 | |||
| ) |
Definition at line 17 of file directoryfinder.cpp.
| DirectoryFinder::~DirectoryFinder | ( | ) |
Definition at line 26 of file directoryfinder.cpp.
| QString DirectoryFinder::getSelected | ( | void | ) |
Definition at line 30 of file directoryfinder.cpp.
| void DirectoryFinder::keyPressEvent | ( | QKeyEvent * | e | ) | [private, slot] |
| void DirectoryFinder::OKPressed | ( | void | ) | [private, slot] |
| void DirectoryFinder::cancelPressed | ( | void | ) | [private, slot] |
| void DirectoryFinder::backPressed | ( | ) | [private, slot] |
| void DirectoryFinder::homePressed | ( | ) | [private, slot] |
| void DirectoryFinder::locationEditLostFocus | ( | ) | [private, slot] |
| void DirectoryFinder::updateFileList | ( | ) | [private] |
Definition at line 231 of file directoryfinder.cpp.
Referenced by backPressed(), homePressed(), keyPressEvent(), locationEditLostFocus(), and wireUpTheme().
| void DirectoryFinder::updateSelectedList | ( | ) | [private] |
| void DirectoryFinder::updateWidgets | ( | void | ) | [private] |
| void DirectoryFinder::wireUpTheme | ( | void | ) | [private] |
| void DirectoryFinder::updateScrollArrows | ( | void | ) | [private] |
QString DirectoryFinder::m_curDirectory [private] |
Definition at line 51 of file directoryfinder.h.
Referenced by backPressed(), DirectoryFinder(), getSelected(), homePressed(), keyPressEvent(), locationEditLostFocus(), OKPressed(), and updateFileList().
QStringList DirectoryFinder::m_directoryList [private] |
Definition at line 52 of file directoryfinder.h.
Referenced by keyPressEvent(), OKPressed(), and updateFileList().
UIListBtnType* DirectoryFinder::m_fileList [private] |
Definition at line 57 of file directoryfinder.h.
Referenced by keyPressEvent(), OKPressed(), updateFileList(), and wireUpTheme().
UIRemoteEditType* DirectoryFinder::m_locationEdit [private] |
Definition at line 58 of file directoryfinder.h.
Referenced by locationEditLostFocus(), updateFileList(), and wireUpTheme().
UITextButtonType* DirectoryFinder::m_okButton [private] |
UITextButtonType* DirectoryFinder::m_cancelButton [private] |
UITextButtonType* DirectoryFinder::m_backButton [private] |
UITextButtonType* DirectoryFinder::m_homeButton [private] |
QPixmap* DirectoryFinder::m_directoryPixmap [private] |
1.5.5