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

ifaceinfo.h

Go to the documentation of this file.
00001 /*
00002  * GPLv2 zecke@handhelds.org
00003  * No WArranty...
00004  */
00005 
00006 #ifndef PHUNK_INTERFACE_INFO_H
00007 #define PHUNK_INTERFACE_INFO_H
00008 
00009 #include <qstring.h>
00010 
00011 class QWidget;
00012 class Config;
00013 struct PInterfaceInfo {   
00014     virtual QString name()const = 0;
00015     virtual QWidget* configWidget( const Config& ) = 0;
00016     virtual void writeConfig(  QWidget* wid, Config& ) = 0;
00017 };
00018 
00019 #endif

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