Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

dcim_dirview.h

Go to the documentation of this file.
00001 /*
00002  * GPLv2 only zecke@handhelds.org
00003  */
00004 
00005 #ifndef DCIM_DIR_VIEW_H
00006 #define DCIM_DIR_VIEW_H
00007 
00008 #include <iface/dirview.h>
00009 
00010 /*
00011  * Implementation for USB Host Digital Cameras
00012  * like my Casio QV 500 and boring Yakumo
00013  */
00014 struct DCIM_DirView : public PDirView {
00015     DCIM_DirView( const Config& );
00016     ~DCIM_DirView();
00017 
00018     PInterfaceInfo* interfaceInfo()const;
00019     PDirLister    * dirLister    ()const;
00020     virtual QWidget* widget(QWidget*);
00021 private:
00022     mutable PDirLister     *m_lister;
00023     mutable PInterfaceInfo *m_info  ;
00024 };
00025 
00026 #endif

Generated on Sat Nov 5 16:17:30 2005 for OPIE by  doxygen 1.4.2