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
1.4.2