kmail Library API Documentation

kmglobalns.h

00001 /*  KMail Global Text Completion Modes
00002  *
00003  *  This static struct is used at two files - configuredialog.cpp and
00004  *  kmcomposewin.cpp.
00005  *
00006  *  
00007  *
00008  *  
00009  */
00010 #ifndef kmglobalns_h
00011 #define kmglobalns_h
00012 
00013 #include <kglobalsettings.h> //for KGlobalSettings
00014 
00016 // This struct comes from configuredialog.cpp. It is now being used by
00017 // kmcomposewin.cpp also.
00018 class KMGlobalNS
00019 {
00020   public :
00021     struct cMode
00022     {
00023       KGlobalSettings::Completion mode;
00024       const char* displayName;
00025     };
00026 
00027     static const cMode *completionModes;
00028     static const int numCompletionModes;
00029 };
00030 
00031 #endif
KDE Logo
This file is part of the documentation for kmail Library Version 3.3.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Aug 2 09:55:14 2007 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003