qsf_validates Struct Reference

#include <qsf-xml.h>


Detailed Description

Validation metadata.

The validation is a separate parse with separate data. This is used to determine which backend should load the data.

Definition at line 423 of file qsf-xml.h.

Data Fields

QofBackendError error_state
const gchar * object_path
const gchar * map_path
GHashTable * object_table
GHashTable * map_table
gint valid_object_count
gint map_calculated_count
gint qof_registered_count
gint incoming_count


Field Documentation

gint qsf_validates::incoming_count

Number of unique objects in the incoming QSF file. Used to ensure all incoming objects are used.

Definition at line 439 of file qsf-xml.h.

gint qsf_validates::map_calculated_count

Number of objects that can be calculated by this map. MAP_OBJECT_TAG.

Definition at line 435 of file qsf-xml.h.

GHashTable* qsf_validates::map_table

Names of all defined objects (from the define tag) and status (presence of a calculation.)

Definition at line 430 of file qsf-xml.h.

GHashTable* qsf_validates::object_table

Names of all incoming objects (from the object_type) and status (QOF registration).

Definition at line 428 of file qsf-xml.h.

gint qsf_validates::qof_registered_count

Number of objects (in either the QSF or the map) that are registered with QofObject.

Definition at line 437 of file qsf-xml.h.

gint qsf_validates::valid_object_count

Number of unique incoming objects as defined in QSF_OBJECT_TAG tags in the QSF.

Definition at line 433 of file qsf-xml.h.


The documentation for this struct was generated from the following file:
Generated on Fri Sep 1 15:09:04 2006 for QOF by  doxygen 1.4.7