QOF
0.7.5
|
QSF Parameters. More...
#include <qsf-xml.h>
Data Fields | |
QsfType | file_type |
QsfObject * | object_set |
gint | count |
GList * | qsf_object_list |
GSList * | qsf_sequence |
GList * | referenceList |
GHashTable * | qsf_parameter_hash |
GHashTable * | qsf_define_hash |
GHashTable * | qsf_calculate_hash |
GHashTable * | qsf_default_hash |
GSList * | supported_types |
xmlDocPtr | input_doc |
xmlDocPtr | output_doc |
xmlNodePtr | child_node |
xmlNodePtr | convert_node |
xmlNodePtr | param_node |
xmlNodePtr | output_node |
xmlNodePtr | output_root |
xmlNodePtr | book_node |
xmlNodePtr | lister |
xmlNsPtr | qsf_ns |
xmlNsPtr | map_ns |
const gchar * | qof_type |
QofIdType | qof_obj_type |
QofIdType | qof_foreach |
gint | foreach_limit |
QofEntity * | qsf_ent |
QofBackend * | be |
gboolean | knowntype |
QofParam * | qof_param |
QofBook * | book |
gint | boolean_calculation_done |
gchar * | filepath |
gchar * | map_path |
gchar * | full_kvp_path |
gint64 | use_gz_level |
GList * | map_files |
const gchar * | encoding |
gint64 | convert |
QofErrorId | err_nomap |
QofErrorId | err_overflow |
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.
QofBackend* QsfMetadata_s::be |
QofBook* QsfMetadata_s::book |
gint QsfMetadata_s::boolean_calculation_done |
xmlNodePtr QsfMetadata_s::child_node |
gint64 QsfMetadata_s::convert |
xmlNodePtr QsfMetadata_s::convert_node |
gint QsfMetadata_s::count |
const gchar* QsfMetadata_s::encoding |
QsfType QsfMetadata_s::file_type |
gint QsfMetadata_s::foreach_limit |
gchar* QsfMetadata_s::full_kvp_path |
xmlDocPtr QsfMetadata_s::input_doc |
gboolean QsfMetadata_s::knowntype |
xmlNodePtr QsfMetadata_s::lister |
GList* QsfMetadata_s::map_files |
gchar* QsfMetadata_s::map_path |
QsfObject* QsfMetadata_s::object_set |
xmlDocPtr QsfMetadata_s::output_doc |
xmlNodePtr QsfMetadata_s::output_node |
xmlNodePtr QsfMetadata_s::output_root |
xmlNodePtr QsfMetadata_s::param_node |
QofIdType QsfMetadata_s::qof_foreach |
QofIdType QsfMetadata_s::qof_obj_type |
QofParam* QsfMetadata_s::qof_param |
const gchar* QsfMetadata_s::qof_type |
QofEntity* QsfMetadata_s::qsf_ent |
xmlNsPtr QsfMetadata_s::qsf_ns |
GHashTable* QsfMetadata_s::qsf_parameter_hash |
GSList* QsfMetadata_s::qsf_sequence |
GList* QsfMetadata_s::referenceList |
Table of references, QofEntityReference.
GSList* QsfMetadata_s::supported_types |
gint64 QsfMetadata_s::use_gz_level |