#include <fileselector.h>
Definition at line 38 of file fileselector.h.
| FileSelector::FileSelector | ( | MythScreenStack * | parent, | |
| QList< ArchiveItem * > * | archiveList, | |||
| FSTYPE | type, | |||
| const QString & | startDir, | |||
| const QString & | filemask | |||
| ) |
Definition at line 27 of file fileselector.cpp.
| FileSelector::~FileSelector | ( | ) |
Definition at line 45 of file fileselector.cpp.
| bool FileSelector::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Reimplemented in ArchiveFileSelector.
Definition at line 51 of file fileselector.cpp.
Referenced by MythBurn::handleAddFile(), and SelectDestination::handleFind().
| bool FileSelector::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from MythScreenType.
Definition at line 115 of file fileselector.cpp.
| QString FileSelector::getSelected | ( | void | ) |
Definition at line 193 of file fileselector.cpp.
Referenced by OKPressed().
| void FileSelector::haveResult | ( | bool | ok | ) | [signal] |
Referenced by cancelPressed(), and OKPressed().
| void FileSelector::haveResult | ( | QString | filename | ) | [signal] |
| void FileSelector::OKPressed | ( | void | ) | [protected, slot] |
Definition at line 224 of file fileselector.cpp.
Referenced by Create().
| void FileSelector::cancelPressed | ( | void | ) | [protected, slot] |
Reimplemented in ArchiveFileSelector.
Definition at line 355 of file fileselector.cpp.
Referenced by Create().
| void FileSelector::backPressed | ( | void | ) | [protected, slot] |
Definition at line 204 of file fileselector.cpp.
Referenced by ArchiveFileSelector::Create(), and Create().
| void FileSelector::homePressed | ( | void | ) | [protected, slot] |
Definition at line 216 of file fileselector.cpp.
Referenced by ArchiveFileSelector::Create(), and Create().
| void FileSelector::itemClicked | ( | MythUIButtonListItem * | item | ) | [protected, slot] |
Definition at line 143 of file fileselector.cpp.
Referenced by ArchiveFileSelector::Create(), and Create().
| void FileSelector::locationEditLostFocus | ( | void | ) | [protected, slot] |
Definition at line 198 of file fileselector.cpp.
Referenced by ArchiveFileSelector::Create(), and Create().
| void FileSelector::updateFileList | ( | void | ) | [protected] |
Definition at line 391 of file fileselector.cpp.
Referenced by backPressed(), ArchiveFileSelector::Create(), Create(), homePressed(), itemClicked(), and locationEditLostFocus().
| void FileSelector::updateSelectedList | ( | void | ) | [protected] |
Definition at line 364 of file fileselector.cpp.
Referenced by ArchiveFileSelector::Create(), and Create().
| void FileSelector::updateWidgets | ( | void | ) | [protected] |
| void FileSelector::wireUpTheme | ( | void | ) | [protected] |
| void FileSelector::updateScrollArrows | ( | void | ) | [protected] |
FSTYPE FileSelector::m_selectorType [protected] |
Definition at line 71 of file fileselector.h.
Referenced by cancelPressed(), Create(), itemClicked(), OKPressed(), and updateFileList().
QString FileSelector::m_filemask [protected] |
Definition at line 72 of file fileselector.h.
Referenced by updateFileList().
QString FileSelector::m_curDirectory [protected] |
Definition at line 73 of file fileselector.h.
Referenced by ArchiveFileSelector::ArchiveFileSelector(), backPressed(), ArchiveFileSelector::Create(), Create(), getSelected(), homePressed(), itemClicked(), ArchiveFileSelector::itemSelected(), locationEditLostFocus(), OKPressed(), updateFileList(), and ArchiveFileSelector::~ArchiveFileSelector().
QList<FileData *> FileSelector::m_fileData [protected] |
Definition at line 74 of file fileselector.h.
Referenced by updateFileList(), updateSelectedList(), and ~FileSelector().
QStringList FileSelector::m_selectedList [protected] |
Definition at line 75 of file fileselector.h.
Referenced by itemClicked(), OKPressed(), updateFileList(), and updateSelectedList().
QList<ArchiveItem *>* FileSelector::m_archiveList [protected] |
Definition at line 76 of file fileselector.h.
Referenced by OKPressed(), and updateSelectedList().
MythUIText* FileSelector::m_titleText [protected] |
Definition at line 80 of file fileselector.h.
Referenced by ArchiveFileSelector::Create(), and Create().
MythUIButtonList* FileSelector::m_fileButtonList [protected] |
Definition at line 81 of file fileselector.h.
Referenced by ArchiveFileSelector::Create(), Create(), OKPressed(), and updateFileList().
MythUITextEdit* FileSelector::m_locationEdit [protected] |
Definition at line 82 of file fileselector.h.
Referenced by ArchiveFileSelector::Create(), Create(), locationEditLostFocus(), and updateFileList().
MythUIButton* FileSelector::m_okButton [protected] |
Definition at line 83 of file fileselector.h.
Referenced by Create().
MythUIButton* FileSelector::m_cancelButton [protected] |
Definition at line 84 of file fileselector.h.
Referenced by ArchiveFileSelector::Create(), and Create().
MythUIButton* FileSelector::m_backButton [protected] |
Definition at line 85 of file fileselector.h.
Referenced by ArchiveFileSelector::Create(), and Create().
MythUIButton* FileSelector::m_homeButton [protected] |
Definition at line 86 of file fileselector.h.
Referenced by ArchiveFileSelector::Create(), and Create().
1.6.3