|
gwenhywfar
5.3.0
|
#include <gwenhywfar/gwenhywfar.h>#include <gwenhywfar/debug.h>#include <gwenhywfar/xml.h>#include <gwenhywfar/syncio_file.h>#include <stdio.h>#include <stdlib.h>#include <errno.h>#include <string.h>#include <unistd.h>#include <fcntl.h>#include "htmlctx_l.h"#include "htmlprops_be.h"#include "htmlfont_be.h"
Go to the source code of this file.
Functions | |
| void | dumpObject (HTML_OBJECT *o, FILE *f, int indent) |
| int | main (int argc, char **argv) |
| int | test1 (int argc, char **argv) |
| void dumpObject | ( | HTML_OBJECT * | o, |
| FILE * | f, | ||
| int | indent | ||
| ) |
Definition at line 23 of file src/html/libtest.c.
References HtmlFont_GetFontFlags(), HtmlFont_GetFontName(), HtmlFont_GetFontSize(), HtmlObject_GetFlags(), HtmlObject_GetObjectType(), HtmlObject_GetProperties(), HtmlObject_GetText(), HtmlProps_GetBackgroundColor(), HtmlProps_GetFont(), and HtmlProps_GetForegroundColor().
Referenced by test1().


| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 120 of file src/html/libtest.c.
References test1().

| int test1 | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 60 of file src/html/libtest.c.
References DBG_ERROR, DBG_INFO, dumpObject(), GWEN_LOGDOMAIN, GWEN_SyncIo_AddFlags(), GWEN_SyncIo_Connect(), GWEN_SyncIo_Disconnect(), GWEN_SyncIo_File_CreationMode_OpenExisting, GWEN_SYNCIO_FILE_FLAGS_READ, GWEN_SyncIo_File_new(), GWEN_SyncIo_free(), GWEN_XMLContext_ReadFromIo(), GWEN_XmlCtx_free(), HtmlCtx_GetFont(), HtmlCtx_GetObjects(), HtmlCtx_new(), HtmlCtx_SetStandardProps(), HtmlFont_free(), HtmlProps_free(), HtmlProps_new(), and HtmlProps_SetFont().
Referenced by main().


1.8.14