|
MythTV
0.26-pre
|
#include <mythuifilebrowser.h>
Definition at line 75 of file mythuifilebrowser.h.
| MythUIFileBrowser::MythUIFileBrowser | ( | MythScreenStack * | parent, |
| const QString & | startPath | ||
| ) |
Browse a local filesystem or remote Storage Group Returns the selected file.
Includes previews of images and file metadata.
Definition at line 148 of file mythuifilebrowser.cpp.
Definition at line 166 of file mythuifilebrowser.cpp.
| void MythUIFileBrowser::Init | ( | const QString & | startPath | ) |
Definition at line 170 of file mythuifilebrowser.cpp.
| bool MythUIFileBrowser::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 206 of file mythuifilebrowser.cpp.
Referenced by MetadataOptions::FindImagePopup(), ImportMusicDialog::locationPressed(), RSSEditPopup::SelectImagePopup(), and EditAlbumartDialog::startCopyImageToTag().
| void MythUIFileBrowser::SetReturnEvent | ( | QObject * | retobject, |
| const QString & | resultid | ||
| ) |
Definition at line 249 of file mythuifilebrowser.cpp.
Referenced by MetadataOptions::FindImagePopup(), ImportMusicDialog::locationPressed(), RSSEditPopup::SelectImagePopup(), and EditAlbumartDialog::startCopyImageToTag().
| void MythUIFileBrowser::SetTypeFilter | ( | QDir::Filters | filter | ) | [inline] |
Definition at line 88 of file mythuifilebrowser.h.
Referenced by ImportMusicDialog::locationPressed(), and EditAlbumartDialog::startCopyImageToTag().
| void MythUIFileBrowser::SetNameFilter | ( | QStringList | filter | ) | [inline] |
Definition at line 89 of file mythuifilebrowser.h.
Referenced by MetadataOptions::FindImagePopup(), RSSEditPopup::SelectImagePopup(), and EditAlbumartDialog::startCopyImageToTag().
| void MythUIFileBrowser::OKPressed | ( | void | ) | [private, slot] |
Definition at line 417 of file mythuifilebrowser.cpp.
Referenced by Create().
| void MythUIFileBrowser::cancelPressed | ( | void | ) | [private, slot] |
Definition at line 434 of file mythuifilebrowser.cpp.
Referenced by Create().
| void MythUIFileBrowser::backPressed | ( | void | ) | [private, slot] |
Definition at line 371 of file mythuifilebrowser.cpp.
Referenced by Create(), and PathClicked().
| void MythUIFileBrowser::homePressed | ( | void | ) | [private, slot] |
Definition at line 401 of file mythuifilebrowser.cpp.
Referenced by Create().
| void MythUIFileBrowser::editLostFocus | ( | void | ) | [private, slot] |
Definition at line 362 of file mythuifilebrowser.cpp.
Referenced by Create().
| void MythUIFileBrowser::PathSelected | ( | MythUIButtonListItem * | item | ) | [private, slot] |
Definition at line 262 of file mythuifilebrowser.cpp.
Referenced by Create().
| void MythUIFileBrowser::PathClicked | ( | MythUIButtonListItem * | item | ) | [private, slot] |
Definition at line 302 of file mythuifilebrowser.cpp.
Referenced by Create().
| void MythUIFileBrowser::LoadPreview | ( | void | ) | [private, slot] |
Definition at line 256 of file mythuifilebrowser.cpp.
Referenced by MythUIFileBrowser().
| bool MythUIFileBrowser::GetRemoteFileList | ( | const QString & | url, |
| const QString & | sgDir, | ||
| QStringList & | list | ||
| ) | [private] |
Definition at line 721 of file mythuifilebrowser.cpp.
Referenced by updateRemoteFileList().
| void MythUIFileBrowser::updateFileList | ( | void | ) | [private] |
Definition at line 439 of file mythuifilebrowser.cpp.
Referenced by backPressed(), Create(), editLostFocus(), homePressed(), and PathClicked().
| void MythUIFileBrowser::updateRemoteFileList | ( | void | ) | [private] |
Definition at line 449 of file mythuifilebrowser.cpp.
Referenced by updateFileList().
| void MythUIFileBrowser::updateLocalFileList | ( | void | ) | [private] |
Definition at line 612 of file mythuifilebrowser.cpp.
Referenced by updateFileList().
| void MythUIFileBrowser::updateSelectedList | ( | void | ) | [private] |
| void MythUIFileBrowser::updateWidgets | ( | void | ) | [private] |
| bool MythUIFileBrowser::IsImage | ( | QString | extension | ) | [private] |
Definition at line 347 of file mythuifilebrowser.cpp.
Referenced by PathSelected(), updateLocalFileList(), and updateRemoteFileList().
| QString MythUIFileBrowser::FormatSize | ( | int | size | ) | [private] |
Definition at line 707 of file mythuifilebrowser.cpp.
Referenced by PathSelected(), updateLocalFileList(), and updateRemoteFileList().
bool MythUIFileBrowser::m_isRemote [private] |
Definition at line 113 of file mythuifilebrowser.h.
Referenced by backPressed(), homePressed(), Init(), and updateFileList().
QTimer* MythUIFileBrowser::m_previewTimer [private] |
Definition at line 115 of file mythuifilebrowser.h.
Referenced by MythUIFileBrowser(), and PathSelected().
QString MythUIFileBrowser::m_baseDirectory [private] |
Definition at line 117 of file mythuifilebrowser.h.
Referenced by backPressed(), Init(), and updateRemoteFileList().
QString MythUIFileBrowser::m_subDirectory [private] |
Definition at line 118 of file mythuifilebrowser.h.
Referenced by backPressed(), homePressed(), Init(), PathClicked(), updateLocalFileList(), and updateRemoteFileList().
QString MythUIFileBrowser::m_storageGroupDir [private] |
Definition at line 119 of file mythuifilebrowser.h.
Referenced by backPressed(), homePressed(), Init(), PathClicked(), and updateRemoteFileList().
QString MythUIFileBrowser::m_parentDir [private] |
Definition at line 120 of file mythuifilebrowser.h.
Referenced by backPressed(), and updateRemoteFileList().
QString MythUIFileBrowser::m_parentSGDir [private] |
Definition at line 121 of file mythuifilebrowser.h.
Referenced by backPressed(), and updateRemoteFileList().
QDir::Filters MythUIFileBrowser::m_typeFilter [private] |
Definition at line 123 of file mythuifilebrowser.h.
Referenced by MythUIFileBrowser(), updateLocalFileList(), and updateRemoteFileList().
QStringList MythUIFileBrowser::m_nameFilter [private] |
Definition at line 124 of file mythuifilebrowser.h.
Referenced by MythUIFileBrowser(), and updateLocalFileList().
MythUIButtonList* MythUIFileBrowser::m_fileList [private] |
Definition at line 126 of file mythuifilebrowser.h.
Referenced by Create(), OKPressed(), updateFileList(), updateLocalFileList(), and updateRemoteFileList().
MythUITextEdit* MythUIFileBrowser::m_locationEdit [private] |
Definition at line 127 of file mythuifilebrowser.h.
Referenced by Create(), editLostFocus(), OKPressed(), updateLocalFileList(), and updateRemoteFileList().
MythUIButton* MythUIFileBrowser::m_okButton [private] |
Definition at line 128 of file mythuifilebrowser.h.
Referenced by Create().
MythUIButton* MythUIFileBrowser::m_cancelButton [private] |
Definition at line 129 of file mythuifilebrowser.h.
Referenced by Create().
MythUIButton* MythUIFileBrowser::m_backButton [private] |
Definition at line 130 of file mythuifilebrowser.h.
Referenced by Create(), updateLocalFileList(), and updateRemoteFileList().
MythUIButton* MythUIFileBrowser::m_homeButton [private] |
Definition at line 131 of file mythuifilebrowser.h.
Referenced by Create().
MythUIImage* MythUIFileBrowser::m_previewImage [private] |
Definition at line 132 of file mythuifilebrowser.h.
Referenced by Create(), LoadPreview(), and PathSelected().
MythUIText* MythUIFileBrowser::m_infoText [private] |
Definition at line 133 of file mythuifilebrowser.h.
Referenced by Create(), and PathSelected().
MythUIText* MythUIFileBrowser::m_filenameText [private] |
Definition at line 134 of file mythuifilebrowser.h.
Referenced by Create(), and PathSelected().
MythUIText* MythUIFileBrowser::m_fullpathText [private] |
Definition at line 135 of file mythuifilebrowser.h.
Referenced by Create(), and PathSelected().
QObject* MythUIFileBrowser::m_retObject [private] |
Definition at line 137 of file mythuifilebrowser.h.
Referenced by MythUIFileBrowser(), OKPressed(), PathClicked(), and SetReturnEvent().
QString MythUIFileBrowser::m_id [private] |
Definition at line 138 of file mythuifilebrowser.h.
Referenced by OKPressed(), PathClicked(), and SetReturnEvent().
1.7.6.1