#include <qmap.h>#include <qpe/config.h>Include dependency graph for dirview.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | PHUNK_VIEW_INTERFACE(NAME, IMPL) |
Typedefs | |
| typedef PDirView *(* | phunkViewCreateFunc )(const Config &) |
| typedef QMap< QString, phunkViewCreateFunc > | ViewMap |
Functions | |
| ViewMap * | viewMap () |
| PDirView * | currentView () |
| void | setCurrentView (PDirView *) |
|
|
Value: static PDirView *create_ ## IMPL( const Config& cfg ) { \ return new IMPL( cfg ); \ } \ static ViewMap::Iterator dummy_ ## IMPL = viewMap()->insert( NAME, create_ ## IMPL ); |
|
|
|
|
|
|
|
|
Definition at line 18 of file viewmap.cpp. References _dirView. Referenced by PImageCache::cachedImage(), PIconView::slotChangeDir(), PIconView::slotDirUp(), PIconView::slotImageInfo(), PIconView::slotShowImage(), PIconView::slotTrash(), and PIconView::slotViewChanged(). |
|
|
Definition at line 23 of file viewmap.cpp. References _dirView. Referenced by PIconView::slotViewChanged(). |
|
|
Definition at line 7 of file viewmap.cpp. |
1.4.2