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) |
| DwiQofParseCtxt * | qof_parser_new (DuiParser *par) |
| void | qof_parser_destroy (DwiQofParseCtxt *ctx) |
| typedef struct DwiQofParseCtxt_s DwiQofParseCtxt |
The Qof XML Parse context
Definition at line 38 of file parse-qof.h.
| 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.
1.5.5