qof.h

00001 /********************************************************************\
00002  * qof.h -- Master QOF public include file                          *
00003  *                                                                  *
00004  * Copyright (c) 2000,2001,2004 Linas Vepstas <linas@linas.org>     *
00005  * Copyright (c) 2005-2008 Neil Williams <linux@codehelp.co.uk>     *
00006  *                                                                  *
00007  * This program is free software; you can redistribute it and/or    *
00008  * modify it under the terms of the GNU General Public License as   *
00009  * published by the Free Software Foundation; either version 2 of   *
00010  * the License, or (at your option) any later version.              *
00011  *                                                                  *
00012  * This program is distributed in the hope that it will be useful,  *
00013  * but WITHOUT ANY WARRANTY; without even the implied warranty of   *
00014  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the    *
00015  * GNU General Public License for more details.                     *
00016  *                                                                  *
00017  * You should have received a copy of the GNU General Public License*
00018  * along with this program; if not, contact:                        *
00019  *                                                                  *
00020  * Free Software Foundation           Voice:  +1-617-542-5942       *
00021  * 51 Franklin Street, Fifth Floor    Fax:    +1-617-542-2652       *
00022  * Boston, MA  02110-1301,  USA       gnu@gnu.org                   *
00023  *                                                                  *
00024 \********************************************************************/
00025 
00026 #ifndef QOF_H_
00027 #define QOF_H_
00028 
00065 #include <glib.h>
00066 #include "qofid.h"
00067 #include "qoflog.h"
00068 #include "qofdate.h"
00069 #include "qoftime.h"
00070 #include "qofnumeric.h"
00071 #include "qofutil.h"
00072 #include "guid.h"
00073 #include "kvpframe.h"
00074 #include "kvputil.h"
00075 #include "kvputil-p.h"
00076 #include "qofbackend.h"
00077 #include "qofid-p.h"
00078 #include "qofinstance-p.h"
00079 #include "qofbook.h"
00080 #include "qofclass.h"
00081 #include "qofevent.h"
00082 #include "qofobject.h"
00083 #include "qofquery.h"
00084 #include "qofquerycore.h"
00085 #include "qoferror.h"
00086 #include "qofsession.h"
00087 #include "qofsql.h"
00088 #include "qofchoice.h"
00089 #include "qofbookmerge.h"
00090 #include "qofreference.h"
00091 #include "qofla-dir.h"
00092 #include "qofundo.h"
00093 #include "deprecated.h"
00094 
00096 #define QOF_MOD_QSF "qof-backend-qsf"
00097 
00098 #define QSF_BACKEND_LIB "libqof-backend-qsf"
00099 
00100 #define QSF_MODULE_INIT "qsf_provider_init"
00101 
00103 #define QOF_MOD_GDA  "qof-backend-gda"
00104 
00106 #define QOF_MOD_SQLITE "qof-sqlite-module"
00107 
00108 #endif /* QOF_H_ */

Generated on Thu Jan 31 22:50:25 2008 for QOF by  doxygen 1.5.4