#include <qofreference.h>
For use by any session that deals with partial QofBooks. It is used by the entity copy functions and by the QSF backend. Creates a GList stored in the Book hashtable to contain repeated references for a single entity.
Definition at line 105 of file qofreference.h.
Data Fields | |
QofIdType | choice_type |
QofIdType | type |
GUID * | ref_guid |
const QofParam * | param |
const GUID * | ent_guid |
Used when the reference is a QOF_TYPE_CHOICE type
Definition at line 107 of file qofreference.h.
The type of the original entity - use the param->param_type to obtain the type of the reference entity. For a QOF_TYPE_COLLECT, obtain the collection and get the type from that.
Definition at line 109 of file qofreference.h.
The GUID of the REFERENCE entity
Definition at line 112 of file qofreference.h.
The parameter of the original entity to use to get or set the reference.
Definition at line 113 of file qofreference.h.
const GUID* qof_entity_reference::ent_guid |
The GUID of the original entity.
Definition at line 115 of file qofreference.h.