#include </home/clem/local/src/opie/noncore/graphics/opie-eye/impl/dir/dir_lister.h>
Inheritance diagram for Dir_DirLister:


Public Member Functions | |
| Dir_DirLister (bool, bool, int) | |
| virtual | ~Dir_DirLister () |
| QString | defaultPath () const |
| QString | setStartPath (const QString &) |
| QString | currentPath () const |
| QStringList | folders () const |
| QStringList | files () const |
| void | deleteImage (const QString &) |
| void | thumbNail (const QString &, int, int) |
| QImage | image (const QString &, Factor, int) |
| void | imageInfo (const QString &) |
| void | fullImageInfo (const QString &) |
| virtual QString | nameToFname (const QString &name) const |
Private Member Functions | |
| QStringList | recFiles (const QString &path, int currentDepth) const |
| recursive listing. | |
Private Attributes | |
| bool | m_allFiles:1 |
| bool | m_recursive:1 |
| int | m_recDepth |
| QDir | m_currentDir |
| QString | m_Filter |
|
||||||||||||||||
|
Definition at line 19 of file dir_lister.cpp. References m_allFiles, m_Filter, m_recDepth, m_recursive, oendl, owarn, and SlaveHelper::slaveConnectSignals(). |
|
|
Definition at line 17 of file dir_lister.h. |
|
|
Implements PDirLister. Definition at line 45 of file dir_lister.cpp. References QDir::absPath(), and m_currentDir. Referenced by recFiles(). |
|
|
Implements PDirLister. Definition at line 32 of file dir_lister.cpp. References QPEApplication::documentDir(). Referenced by setStartPath(). |
|
|
Implements PDirLister. Definition at line 91 of file dir_lister.cpp. References QFile::remove(). |
|
|
Implements PDirLister. Definition at line 82 of file dir_lister.cpp. References QDir::absPath(), QDir::entryList(), QDir::Files, m_currentDir, m_Filter, m_recursive, odebug, oendl, QDir::Readable, and recFiles(). |
|
|
Implements PDirLister. Definition at line 50 of file dir_lister.cpp. References QDir::Dirs, QDir::entryList(), m_currentDir, and QValueList< T >::remove(). |
|
|
Implements PDirLister. Definition at line 107 of file dir_lister.cpp. References SlaveMaster::self(). |
|
||||||||||||||||
|
Implements PDirLister. Definition at line 99 of file dir_lister.cpp. References SlaveMaster::self(). |
|
|
Implements PDirLister. Definition at line 103 of file dir_lister.cpp. References SlaveMaster::self(). |
|
|
Implements PDirLister. Definition at line 111 of file dir_lister.cpp. |
|
||||||||||||
|
recursive listing.
Definition at line 57 of file dir_lister.cpp. References all, QValueList< T >::append(), QValueList< T >::count(), currentPath(), QDir::Dirs, QDir::entryList(), QDir::Files, i, QString::length(), m_Filter, m_recDepth, p, and QDir::Readable. Referenced by files(). |
|
|
Implements PDirLister. Definition at line 36 of file dir_lister.cpp. References QDir::absPath(), QDir::cd(), defaultPath(), QDir::exists(), and m_currentDir. |
|
||||||||||||||||
|
Implements PDirLister. Definition at line 95 of file dir_lister.cpp. References SlaveMaster::self(). |
|
|
Definition at line 33 of file dir_lister.h. Referenced by Dir_DirLister(). |
|
|
Definition at line 36 of file dir_lister.h. Referenced by currentPath(), files(), folders(), and setStartPath(). |
|
|
Definition at line 42 of file dir_lister.h. Referenced by Dir_DirLister(), files(), and recFiles(). |
|
|
Definition at line 35 of file dir_lister.h. Referenced by Dir_DirLister(), and recFiles(). |
|
|
Definition at line 34 of file dir_lister.h. Referenced by Dir_DirLister(), and files(). |
1.4.2