GnuCash  5.6-150-g038405b370+
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 gnu@gnu.org *
19  * *
20 \********************************************************************/
21 
22 #ifndef QOF_H_
23 #define QOF_H_
24 
71 #include <glib.h>
72 
73 #include "qofid.h"
74 #include "qoflog.h"
75 #include "gnc-date.h"
76 #include "gnc-numeric.h"
77 #include "qofutil.h"
78 #include "guid.h"
79 #include "qofbackend.h"
80 #include "qofid-p.h"
81 #include "qofbook.h"
82 #include "qofclass.h"
83 #include "qofevent.h"
84 #include "qofobject.h"
85 #include "qofquery.h"
86 #include "qofquerycore.h"
87 #include "qofsession.h"
88 #include "qof-string-cache.h"
89 
90 #endif /* QOF_H_ */
Encapsulates a connection to a backend (persistent store)
API for data storage Backend.
QOF event handling interface.
Date and Time handling routines.
the Core Object Registration/Lookup Interface
An exact-rational-number library for gnucash.
globally unique ID User API
QOF entity type identification system.
find objects that match a certain expression.
API for providing core Query data types.
Encapsulate all the information about a dataset.
API for registering parameters on objects.
QOF String cache functions.
QOF utility functions.