GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
qof.h
1 /********************************************************************\
2  * qof.h -- Master QOF public include file *
3  * This program is free software; you can redistribute it and/or *
4  * modify it under the terms of the GNU General Public License as *
5  * published by the Free Software Foundation; either version 2 of *
6  * the License, or (at your option) any later version. *
7  * *
8  * This program is distributed in the hope that it will be useful, *
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
11  * GNU General Public License for more details. *
12  * *
13  * You should have received a copy of the GNU General Public License*
14  * along with this program; if not, contact: *
15  * *
16  * Free Software Foundation Voice: +1-617-542-5942 *
17  * 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652 *
18  * Boston, MA 02110-1301, USA [email protected] *
19  * *
20 \********************************************************************/
21 
22 #ifndef QOF_H_
23 #define QOF_H_
24 
75 #include <glib.h>
76 #include "qofid.h"
77 #include "qoflog.h"
78 #include "gnc-date.h"
79 #include "gnc-numeric.h"
80 #include "qofutil.h"
81 #include "guid.h"
82 #include "kvp_frame.h"
83 #include "kvp-util.h"
84 #include "kvp-util-p.h"
85 #include "qofbackend.h"
86 #include "qofid-p.h"
87 #include "qofbook.h"
88 #include "qofclass.h"
89 #include "qofevent.h"
90 #include "qofobject.h"
91 #include "qofquery.h"
92 #include "qofquerycore.h"
93 #include "qofsession.h"
94 #include "qofchoice.h"
95 #include "qof-string-cache.h"
96 
97 #endif /* QOF_H_ */
Encapsulates a connection to a backend (persistent store)
QOF KVP utility functions.
API for data storage Backend.
QOF event handling interface.
Date and Time handling routines.
A key-value frame system.
the Core Object Registration/Lookup Interface
An exact-rational-number library for gnucash. (to be renamed qofnumeric.h in libqof2) ...
globally unique ID User API
QOF entity type identification system.
find objects that match a certain expression.
API for providing core Query data types.
misc odd-job kvp utils engine-private routines
Encapsulate all the information about a dataset.
API for registering paramters on objects.
Linking one entity to other entities of many possible types.
QOF String cache functions.
QOF utility functions.