qsf_metadata Struct Reference

#include <qsf-xml.h>


Detailed Description

QSF Parameters.

This struct is a catch-all for all parameters required for various stages of the process. There are lots of elements here that will finally be removed.

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

Data Fields

qsf_type file_type
qsf_objectsobject_set
int count
GList * qsf_object_list
GSList * qsf_sequence
GList * referenceList
GHashTable * qsf_parameter_hash
GHashTable * qsf_calculate_hash
GHashTable * qsf_default_hash
GHashTable * qsf_define_hash
GSList * supported_types
xmlDocPtr input_doc
xmlDocPtr output_doc
xmlNodePtr child_node
xmlNodePtr cur_node
xmlNodePtr param_node
xmlNodePtr output_node
xmlNodePtr output_root
xmlNodePtr book_node
xmlNodePtr lister
xmlNsPtr qsf_ns
xmlNsPtr map_ns
const char * qof_type
QofIdType qof_obj_type
QofEntityqsf_ent
QofBackendbe
gboolean knowntype
QofParamqof_param
QofBookbook
int boolean_calculation_done
char * filepath


Field Documentation

QofBackend* qsf_metadata::be
 

the current QofBackend for this operation.

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

QofBook* qsf_metadata::book
 

the current QofBook.

Theoretically, QSF can handle multiple QofBooks - currently limited to 1.

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

int qsf_metadata::boolean_calculation_done
 

simple trip once this boolean is complete.

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

xmlNodePtr qsf_metadata::child_node
 

Todo:
Review the list of xml nodes in qsf_param and rationalise.

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

int qsf_metadata::count
 

sequential counter for each object in the book

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

qsf_type qsf_metadata::file_type
 

what type of file is being handled

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

char* qsf_metadata::filepath
 

Path to the QSF file.

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

gboolean qsf_metadata::knowntype
 

detect references by comparing with known QOF types.

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

xmlNsPtr qsf_metadata::map_ns
 

Separate namespaces for QSF objects and QSF maps.

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

qsf_objects* qsf_metadata::object_set
 

current object set for qsf_object_list.

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

xmlDocPtr qsf_metadata::output_doc
 

Pointers to the input and output xml document(s).

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

QofIdType qsf_metadata::qof_obj_type
 

current QofObject type (e_type) for the parameters.

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

QofParam* qsf_metadata::qof_param
 

used by kvp to handle the frame hash table

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

const char* qsf_metadata::qof_type
 

Holds details of the QOF_TYPE

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

QofEntity* qsf_metadata::qsf_ent
 

Current entity in the book.

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

GList* qsf_metadata::qsf_object_list
 

list of qsf_objects

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

GHashTable* qsf_metadata::qsf_parameter_hash
 

Hashtable of parameters for each object

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

GSList* qsf_metadata::qsf_sequence
 

Parameter list sorted into QSF order

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

GList* qsf_metadata::referenceList
 

Table of references, QofEntityReference.

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

GSList* qsf_metadata::supported_types
 

The partial list of QOF types currently supported, in QSF order.

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


The documentation for this struct was generated from the following file:
Generated on Fri Oct 21 15:49:57 2005 for QOF by  doxygen 1.4.5