Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

scim.h

Go to the documentation of this file.
00001 /** @file scim.h
00002  *  all of the header files are included within this file.
00003  *  source files may include this file instead of others headers.
00004  */
00005 
00006 /* 
00007  * Smart Common Input Method
00008  * 
00009  * Copyright (c) 2004 James Su <suzhe@turbolinux.com.cn>
00010  * Copyright (c) 2003 James Su <suzhe@turbolinux.com.cn>
00011  * Copyright (c) 2002 James Su <suzhe@turbolinux.com.cn>
00012  *
00013  *
00014  * This library is free software; you can redistribute it and/or
00015  * modify it under the terms of the GNU Lesser General Public
00016  * License as published by the Free Software Foundation; either
00017  * version 2 of the License, or (at your option) any later version.
00018  *
00019  * This library is distributed in the hope that it will be useful,
00020  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00021  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00022  * GNU Lesser General Public License for more details.
00023  *
00024  * You should have received a copy of the GNU Lesser General Public
00025  * License along with this program; if not, write to the
00026  * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
00027  * Boston, MA  02111-1307  USA
00028  *
00029  * $Id: scim.h,v 1.17 2004/04/07 15:20:44 suzhe Exp $
00030  */
00031 
00032 // Define the macros
00033 #define Uses_SCIM_TYPES
00034 #define Uses_SCIM_UTILITY
00035 #define Uses_SCIM_EXCEPTION
00036 #define Uses_SCIM_DEBUG
00037 #define Uses_SCIM_OBJECT
00038 #define Uses_SCIM_SIGNALS
00039 #define Uses_SCIM_SLOT
00040 #define Uses_SCIM_CONNECTION
00041 #define Uses_SCIM_BIND
00042 #define Uses_SCIM_POINTER
00043 #define Uses_STL_STRING
00044 #define Uses_STL_VECTOR
00045 #define Uses_STL_ALGORITHM
00046 #define Uses_STL_NEW
00047 
00048 #ifdef Uses_SCIM_PANEL
00049     #define Uses_SCIM_SOCKET_TRANSACTION
00050 #endif
00051 
00052 #ifdef Uses_SCIM_SOCKET_TRANSACTION
00053     #define Uses_SCIM_EVENT
00054     #define Uses_SCIM_LOOKUP_TABLE
00055     #define Uses_SCIM_SOCKET
00056     #define Uses_SCIM_ATTRIBUTES
00057 #endif
00058 
00059 #ifdef Uses_SCIM_CONFIG_MODULE
00060     #define Uses_SCIM_MODULE
00061     #define Uses_SCIM_CONFIG_BASE
00062 #endif
00063 
00064 #ifdef Uses_SCIM_SERVER_MODULE
00065     #define Uses_SCIM_MODULE
00066     #define Uses_SCIM_CONFIG_BASE
00067     #define Uses_SCIM_SERVER
00068 #endif
00069 
00070 #ifdef Uses_SCIM_FRONTEND_MODULE
00071     #define Uses_SCIM_MODULE
00072     #define Uses_SCIM_CONFIG_BASE
00073     #define Uses_SCIM_FRONTEND
00074 #endif
00075 
00076 #ifdef Uses_SCIM_ICONV
00077     #define Uses_C_ICONV
00078 #endif
00079 
00080 #ifdef Uses_SCIM_FRONTEND
00081     #define Uses_SCIM_BACKEND
00082     #define Uses_SCIM_SERVER
00083     #define Uses_SCIM_EVENT
00084     #define Uses_SCIM_LOOKUP_TABLE
00085     #define Uses_STL_MAP
00086     #define Uses_C_STDIO
00087     #define Uses_SCIM_ATTRIBUTES
00088 #endif
00089 
00090 #ifdef Uses_SCIM_BACKEND
00091     #define Uses_SCIM_SERVER
00092     #define Uses_SCIM_CONFIG_BASE
00093 #endif
00094 
00095 #ifdef Uses_SCIM_SERVER
00096     #define Uses_SCIM_EVENT
00097     #define Uses_SCIM_LOOKUP_TABLE
00098     #define Uses_SCIM_ATTRIBUTES
00099 #endif
00100 
00101 #ifdef Uses_SCIM_LOOKUP_TABLE
00102     #define Uses_SCIM_EVENT
00103 #endif
00104 
00105 #ifdef Uses_SCIM_CONFIG_BASE
00106     #define Uses_SCIM_MODULE
00107     #define Uses_SCIM_CONFIG_MODULE
00108     #define Uses_STL_LIST
00109 #endif
00110 
00111 #ifdef Uses_SCIM_EXCEPTION
00112     #define Uses_STL_EXCEPTION
00113 #endif
00114 
00115 #ifdef Uses_SCIM_DEBUG
00116     #define Uses_STL_IOSTREAM
00117     #define Uses_STL_FSTREAM
00118 #endif
00119 
00120 #ifdef Uses_SCIM_UTILITY
00121     #define Uses_STL_IOSTREAM
00122 #endif
00123 
00124 // Include Standard headers
00125 #ifdef Uses_STL_EXCEPTION
00126     #include <exception>
00127 #endif
00128 
00129 #ifdef Uses_STL_NEW
00130     #include <new>
00131 #endif
00132 
00133 #ifdef Uses_STL_IOSTREAM
00134     #include <iostream>
00135 #endif
00136 
00137 #ifdef Uses_STL_FSTREAM
00138     #include <fstream>
00139 #endif
00140 
00141 #ifdef Uses_STL_FUNCTIONAL
00142     #include <functional>
00143 #endif
00144 
00145 #ifdef Uses_STL_IOMANIP
00146     #include <iomanip>
00147 #endif
00148 
00149 #ifdef Uses_STL_MEMORY
00150     #include <memory>
00151 #endif
00152     
00153 #ifdef Uses_STL_VECTOR
00154     #include <vector>
00155 #endif
00156 
00157 #ifdef Uses_STL_LIST
00158     #include <list>
00159 #endif
00160 
00161 #ifdef Uses_STL_MAP
00162     #include <map>
00163 #endif
00164 
00165 #ifdef Uses_STL_QUEUE
00166     #include <queue>
00167 #endif
00168 
00169 #ifdef Uses_STL_ALGORITHM
00170     #include <algorithm>
00171 #endif
00172 
00173 #ifdef Uses_STL_UTILITY
00174     #include <utility>
00175 #endif
00176 
00177 #ifdef Uses_STL_STRING
00178     #include <string>
00179 #endif
00180 
00181 #ifdef Uses_STL_STRSTREAM
00182     #include <strstream>
00183 #endif
00184 
00185 #ifdef Uses_C_STDIO
00186     #include <cstdio>
00187 #endif
00188 
00189 #ifdef Uses_C_STDLIB
00190     #include <cstdlib>
00191 #endif
00192 
00193 #ifdef Uses_C_LOCALE
00194     #include <clocale>
00195 #endif
00196 
00197 #ifdef Uses_C_CTYPE
00198     #include <cctype>
00199 #endif
00200 
00201 #ifdef Uses_C_WCTYPE
00202     #include <cwctype>
00203 #endif
00204 
00205 #ifdef Uses_C_STRING
00206     #include <cstring>
00207 #endif
00208 
00209 #ifdef Uses_C_LIMITS
00210     #include <climits>
00211 #endif
00212 
00213 #ifdef Uses_C_ICONV
00214     #include <iconv.h>
00215 #endif
00216 
00217 //Include SCIM Headers
00218 #ifdef Uses_SCIM_TYPES
00219     #include <scim_types.h>
00220 #endif
00221 
00222 #ifdef Uses_SCIM_DEBUG
00223     #include <scim_debug.h>
00224 #endif
00225 
00226 #ifdef Uses_SCIM_EXCEPTION
00227     #include <scim_exception.h>
00228 #endif
00229 
00230 #ifdef Uses_SCIM_EVENT
00231     #include <scim_event.h>
00232 #endif
00233 
00234 #ifdef Uses_SCIM_UTILITY
00235     #include <scim_utility.h>
00236 #endif
00237 
00238 #ifdef Uses_SCIM_OBJECT
00239     #include <scim_object.h>
00240 #endif
00241 
00242 #ifdef Uses_SCIM_POINTER
00243     #include <scim_pointer.h>
00244 #endif
00245 
00246 #ifdef Uses_SCIM_SLOT
00247     #include <scim_slot.h>
00248 #endif
00249 
00250 #ifdef Uses_SCIM_CONNECTION
00251     #include <scim_connection.h>
00252 #endif
00253 
00254 #ifdef Uses_SCIM_SIGNALS
00255     #include <scim_signals.h>
00256 #endif
00257 
00258 #ifdef Uses_SCIM_BIND
00259     #include <scim_bind.h>
00260 #endif
00261 
00262 #ifdef Uses_SCIM_CONFIG_BASE
00263     #include <scim_config_base.h>
00264 #endif
00265 
00266 #ifdef Uses_SCIM_ATTRIBUTES
00267     #include <scim_attributes.h>
00268 #endif
00269 
00270 #ifdef Uses_SCIM_LOOKUP_TABLE
00271     #include <scim_lookup_table.h>
00272 #endif
00273 
00274 #ifdef Uses_SCIM_SERVER
00275     #include <scim_server.h>
00276 #endif
00277 
00278 #ifdef Uses_SCIM_BACKEND
00279     #include <scim_backend.h>
00280 #endif
00281 
00282 #ifdef Uses_SCIM_FRONTEND
00283     #include <scim_frontend.h>
00284 #endif
00285 
00286 #ifdef Uses_SCIM_ICONV
00287     #include <scim_iconv.h>
00288 #endif
00289 
00290 #ifdef Uses_SCIM_MODULE
00291     #include <scim_module.h>
00292 #endif
00293 
00294 #ifdef Uses_SCIM_FRONTEND_MODULE
00295     #include <scim_frontend_module.h>
00296 #endif
00297 
00298 #ifdef Uses_SCIM_SERVER_MODULE
00299     #include <scim_server_module.h>
00300 #endif
00301 
00302 #ifdef Uses_SCIM_CONFIG_MODULE
00303     #include <scim_config_module.h>
00304 #endif
00305 
00306 #ifdef Uses_SCIM_CONFIG_PATH
00307     #include <scim_config_path.h>
00308 #endif
00309 
00310 #ifdef Uses_SCIM_SOCKET
00311     #include <scim_socket.h>
00312 #endif
00313 
00314 #ifdef Uses_SCIM_SOCKET_TRANSACTION
00315     #include <scim_socket_transaction.h>
00316 #endif
00317 
00318 #ifdef Uses_SCIM_PANEL
00319     #include <scim_panel.h>
00320 #endif
00321 
00322 /*
00323 vi:ts=4:nowrap:ai:expandtab
00324 */

Generated on Fri May 7 17:27:25 2004 for scim by doxygen 1.3.6