SX-book.h File Reference


Detailed Description

Anchor Scheduled Transaction info in a book. See src/doc/books.txt for design overview.

Author:
Copyright (c) 2003 Linas Vepstas <linas@linas.org>

Copyright (c) 2006 Joshua Sled <jsled@asynchronous.org>

XXX currently, this is crufty, it should be modified to use entities a bit more whole-heartedly than it does.

Definition in file SX-book.h.

#include <glib.h>
#include "SchedXaction.h"
#include "qof.h"

Go to the source code of this file.

Data Structures

struct  xaccSchedXactionsDef
struct  _SchedXactionsClass

Defines

#define GNC_TYPE_SCHEDXACTIONS   (gnc_schedxactions_get_type ())
#define GNC_SCHEDXACTIONS(o)   (G_TYPE_CHECK_INSTANCE_CAST ((o), GNC_TYPE_SCHEDXACTIONS, SchedXactions))
#define GNC_SCHEDXACTIONS_CLASS(k)   (G_TYPE_CHECK_CLASS_CAST((k), GNC_TYPE_SCHEDXACTIONS, SchedXactionsClass))
#define GNC_IS_SCHEDXACTIONS(o)   (G_TYPE_CHECK_INSTANCE_TYPE ((o), GNC_TYPE_SCHEDXACTIONS))
#define GNC_IS_SCHEDXACTIONS_CLASS(k)   (G_TYPE_CHECK_CLASS_TYPE ((k), GNC_TYPE_SCHEDXACTIONS))
#define GNC_SCHEDXACTIONS_GET_CLASS(o)   (G_TYPE_INSTANCE_GET_CLASS ((o), GNC_TYPE_SCHEDXACTIONS, SchedXactionsClass))
#define GNC_IS_SXES(obj)   GNC_IS_SCHEDXACTIONS(obj)
#define GNC_SXES(obj)   GNC_SCHEDXACTIONS(obj)

Typedefs

typedef xaccSchedXactionsDef SchedXactions
typedef _SchedXactionsClass SchedXactionsClass

Functions

GType gnc_schedxactions_get_type (void)
SchedXactionsgnc_book_get_schedxactions (QofBook *book)
void gnc_sxes_add_sx (SchedXactions *sxes, SchedXaction *sx)
void gnc_sxes_del_sx (SchedXactions *sxes, SchedXaction *sx)
Accountgnc_book_get_template_root (const QofBook *book)
GList * gnc_sx_get_sxes_referencing_account (QofBook *book, Account *acct)


Generated on Sun Oct 12 05:07:51 2008 for GnuCash by  doxygen 1.5.2