GnuCash c935c2f+
Loading...
Searching...
No Matches
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_
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_ */
Date and Time handling routines.
An exact-rational-number library for gnucash.
globally unique ID User API
QOF String cache functions.
API for data storage Backend.
Encapsulate all the information about a dataset.
API for registering parameters on objects.
QOF event handling interface.
QOF entity type identification system.
the Core Object Registration/Lookup Interface
find objects that match a certain expression.
API for providing core Query data types.
Encapsulates a connection to a backend (persistent store)
QOF utility functions.