qofinstance.h File Reference


Detailed Description

Object instance holds common fields that most QofObjects use.

Author:
Copyright (C) 2003,2004 Linas Vepstas <linas@linas.org>

Definition in file qofinstance.h.

#include "guid.h"
#include "qofbook.h"
#include "qofid.h"
#include "qoftime.h"
#include "kvpframe.h"

Go to the source code of this file.

Defines

#define QOF_INSTANCE(object)   ((QofInstance *)(object))

Typedefs

typedef struct QofInstance_s QofInstance

Functions

void qof_instance_init (QofInstance *, QofIdType, QofBook *)
void qof_instance_release (QofInstance *inst)
QofBookqof_instance_get_book (QofInstance *)
const GUID * qof_instance_get_guid (QofInstance *)
KvpFrameqof_instance_get_slots (QofInstance *)
QofTimeqof_instance_get_update_time (QofInstance *inst)
gint qof_instance_version_cmp (QofInstance *left, QofInstance *right)
gboolean qof_instance_is_dirty (QofInstance *)
void qof_instance_set_dirty (QofInstance *inst)
 Set the dirty flag.
gboolean qof_instance_check_edit (QofInstance *inst)
gboolean qof_instance_do_free (QofInstance *inst)
void qof_instance_mark_free (QofInstance *inst)
QofInstance * qof_instance_create (QofIdType type, QofBook *book)
void qof_instance_gemini (QofInstance *to, QofInstance *from)
QofInstance * qof_instance_lookup_twin (QofInstance *src, QofBook *book)


Generated on Thu Jan 31 22:50:26 2008 for QOF by  doxygen 1.5.4