Query Object Framework support
[Estron support library]


Typedefs

typedef struct DwiQofParseCtxt_s DwiQofParseCtxt

Functions

void dui_field_set_qof (DuiField *ft, const char *qof_obj_type, const char *prop)
void dui_field_set_qof_match (DuiField *ft, const char *qof_obj_type, const char *prop)
void dui_field_resolve_qof (DuiField *fld, gpointer)
DwiQofParseCtxtqof_parser_new (DuiParser *par)
void qof_parser_destroy (DwiQofParseCtxt *ctx)


Typedef Documentation

typedef struct DwiQofParseCtxt_s DwiQofParseCtxt

The Qof XML Parse context

Definition at line 38 of file parse-qof.h.


Function Documentation

void dui_field_set_qof ( DuiField *  ft,
const char *  qof_obj_type,
const char *  prop 
)

qof_obj_type is the QOF type of the object. prop is a param on a QOF Object. Note that this is not enough to specify a specific instance/entity.

void dui_field_set_qof_match ( DuiField *  ft,
const char *  qof_obj_type,
const char *  prop 
)

Used to resolve a particular instance. This will attempt to find the instance whose property 'prop' has the indicated value.

DwiQofParseCtxt* qof_parser_new ( DuiParser *  par  ) 

Add a parsing context to the parser that is capable of understanding the Qof fields.


Generated on Tue Apr 29 21:27:54 2008 for estron by  doxygen 1.5.5