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

dcim_ifaceinfo.h

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

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