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

dir_ifaceinfo.h

Go to the documentation of this file.
00001 /*
00002  * GPLv2
00003  *  zecke@handhelds.org
00004  */
00005 
00006 #ifndef DIR_IFACE_INFO_H
00007 #define DIR_IFACE_INFO_H
00008 
00009 #include <iface/ifaceinfo.h>
00010 
00011 class DirInterfaceInfo : public PInterfaceInfo {
00012 public:
00013     DirInterfaceInfo();
00014     virtual ~DirInterfaceInfo();
00015 
00016     QString name()const;
00017     QWidget* configWidget(const Config&);
00018     void writeConfig( QWidget* wid, Config& );
00019 };
00020 
00021 #endif

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