QOF  0.8.7
qof.h
1 /********************************************************************\
2  * qof.h -- Master QOF public include file *
3  * *
4  * Copyright (c) 2000,2001,2004 Linas Vepstas <linas@linas.org> *
5  * Copyright (c) 2005-2008 Neil Williams <linux@codehelp.co.uk> *
6  * *
7  * This program is free software; you can redistribute it and/or *
8  * modify it under the terms of the GNU General Public License as *
9  * published by the Free Software Foundation; either version 2 of *
10  * the License, or (at your option) any later version. *
11  * *
12  * This program is distributed in the hope that it will be useful, *
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
15  * GNU General Public License for more details. *
16  * *
17  * You should have received a copy of the GNU General Public License*
18  * along with this program; if not, contact: *
19  * *
20  * Free Software Foundation Voice: +1-617-542-5942 *
21  * 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652 *
22  * Boston, MA 02110-1301, USA gnu@gnu.org *
23  * *
24 \********************************************************************/
25 
26 #ifndef QOF_H_
27 #define QOF_H_
28 
67 #include <glib.h>
68 #include "qofid.h"
69 #include "qoflog.h"
70 #include "qofdate.h"
71 #include "qoftime.h"
72 #include "qofnumeric.h"
73 #include "qofutil.h"
74 #include "guid.h"
75 #include "kvpframe.h"
76 #include "kvputil.h"
77 #include "qofbackend.h"
78 #include "qofid-p.h"
79 #include "qofinstance-p.h"
80 #include "qofbook.h"
81 #include "qofclass.h"
82 #include "qofevent.h"
83 #include "qofobject.h"
84 #include "qofquery.h"
85 #include "qofquerycore.h"
86 #include "qoferror.h"
87 #include "qofsession.h"
88 #include "qofsql.h"
89 #include "qofchoice.h"
90 #include "qofbookmerge.h"
91 #include "qofreference.h"
92 #include "qofundo.h"
93 //#include "deprecated.h"
94 
96 #define QOF_MOD_QSF "qof-backend-qsf"
97 
98 #define QSF_BACKEND_LIB "libqof-backend-qsf"
99 
100 #define QSF_MODULE_INIT "qsf_provider_init"
101 
103 #define QOF_MOD_GDA "qof-backend-gda"
104 
106 #define QOF_MOD_SQLITE "qof-sqlite-module"
107 
108 #endif /* QOF_H_ */
Encapsulates a connection to a backend (persistent store)
API for data storage Backend.
QOF event handling interface.
the Core Object Description Interface
An exact-rational-number library for QOF.
globally unique ID User API
API for merging two QofBook structures with collision handling.
QOF client-side SQL parser, interfacing with libgda.
QOF entity type identification system.
A key-value frame system.
QOF undo handling.
find objects that match a certain expression.
QOF error logging and tracing facility.
API for providing core Query data types.
64bit Date handling routines
QOF KVP utility functions.
64bit UTC Time handling routines
Encapsulate all the information about a dataset.
API for registering parameters on objects.
Dealing with relationships between entities in partial books.
Linking one entity to other entities of many possible types.
Extensible error handling.
QOF utility functions.