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

profiledata.h

Go to the documentation of this file.
00001 #ifndef PROFILE_DATA_H
00002 #define PROFILE_DATA_H
00003 
00004 #include <qstring.h>
00005 class ProfileData {
00006 public :
00007       QString Description;
00008       // start up automatically
00009       bool Automatic;
00010       // if started up automatically, ask user for confirmation
00011       bool Confirm;
00012       // bring this networkSetup up
00013       bool Enabled;
00014       bool TriggerVPN;
00015 } ; 
00016 
00017 #endif

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