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

profileconfig.h

Go to the documentation of this file.
00001 
00002 #ifndef OPIE_PROFILE_CONFIG_H
00003 #define OPIE_PROFILE_CONFIG_H
00004 
00005 #include <qpe/config.h>
00006 #include <qstringlist.h>
00007 
00008 class ProfileConfig : public Config {
00009 public:
00010     ProfileConfig( const QString& prof );
00011     ~ProfileConfig();
00012     QStringList groups()const;
00016     QMap<QString, QString> items(const QString& group)const;
00017     void clearGroup( const QString& );
00018     void clearAll();
00019 
00020 };
00021 #endif

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