yumapro
24.10-2
YumaPro SDK
|
Help command support for obj_template_t. More...
Go to the source code of this file.
Functions | |
void | obj_dump_template (obj_template_t *obj, help_mode_t mode, uint32 nestlevel, uint32 indent) |
Dump the contents of an obj_template_t struct for help text. More... | |
void | obj_dump_template_ex (obj_template_t *obj, help_mode_t mode, uint32 nestlevel, uint32 indent, boolean with_desc) |
Dump the contents of an obj_template_t struct for help text. More... | |
void | obj_dump_datadefQ (dlq_hdr_t *datadefQ, help_mode_t mode, uint32 nestlevel, uint32 indent) |
Dump the contents of a datadefQ for debugging. More... | |
status_t | obj_dump_template_buff (obj_template_t *obj, xmlChar *buff, uint32 bufflen) |
Dump the contents of an obj_template_t struct for help text Send text to a buffer instead of a screen. More... | |
const xmlChar * | obj_help_description (const obj_template_t *obj) |
Get the preferred help description for an object. More... | |
Help command support for obj_template_t.