From 81cd1a4a916fb00b6c8867bdc1d945db155b12c0 Mon Sep 17 00:00:00 2001 From: alwin Date: Wed, 21 Apr 2004 18:31:44 +0000 Subject: - added DocView mode - fixed a bug in iconview and some small fixes more --- (limited to 'noncore/graphics/opie-eye/impl/doc/doc_dirview.h') diff --git a/noncore/graphics/opie-eye/impl/doc/doc_dirview.h b/noncore/graphics/opie-eye/impl/doc/doc_dirview.h new file mode 100644 index 0000000..3a2fd71 --- a/dev/null +++ b/noncore/graphics/opie-eye/impl/doc/doc_dirview.h @@ -0,0 +1,24 @@ +/* + * GPLv2 only zecke@handhelds.org + */ + +#ifndef DOC_DIR_VIEW_H +#define DOC_DIR_VIEW_H + +#include + + +struct Doc_DirView : public PDirView { + Doc_DirView( const Config& ); + ~Doc_DirView(); + + PInterfaceInfo* interfaceInfo()const; + PDirLister* dirLister()const; +private: + bool m_cfg : 1; + mutable PDirLister* m_lister; + mutable PInterfaceInfo *m_info; +}; + + +#endif -- cgit v0.9.0.2