|
gwenhywfar 5.14.1
|


Go to the source code of this file.
Functions | |
| HTML_FONT * | HtmlCtx_FindFont (const GWEN_XML_CONTEXT *ctx, const char *fontName, int fontSize, uint32_t fontFlags) |
| uint32_t | HtmlCtx_GetColorFromName (const GWEN_XML_CONTEXT *ctx, const char *name) |
| GWEN_DB_NODE * | HtmlCtx_GetCurrentAttributes (const GWEN_XML_CONTEXT *ctx) |
| HTML_GROUP * | HtmlCtx_GetCurrentGroup (const GWEN_XML_CONTEXT *ctx) |
| const char * | HtmlCtx_GetCurrentTagName (const GWEN_XML_CONTEXT *ctx) |
| HTML_OBJECT_TREE * | HtmlCtx_GetObjects (const GWEN_XML_CONTEXT *ctx) |
| int | HtmlCtx_GetTextHeight (GWEN_XML_CONTEXT *ctx, HTML_FONT *fnt, const char *s) |
| int | HtmlCtx_GetTextWidth (GWEN_XML_CONTEXT *ctx, HTML_FONT *fnt, const char *s) |
| int | HtmlCtx_SanitizeData (GWEN_XML_CONTEXT *ctx, const char *data, GWEN_BUFFER *buf) |
| void | HtmlCtx_SetCurrentGroup (GWEN_XML_CONTEXT *ctx, HTML_GROUP *g) |
| void | HtmlCtx_SetCurrentTagName (GWEN_XML_CONTEXT *ctx, const char *s) |
| HTML_OBJECT_TREE * | HtmlCtx_TakeObjects (const GWEN_XML_CONTEXT *ctx) |
| HTML_FONT * HtmlCtx_FindFont | ( | const GWEN_XML_CONTEXT * | ctx, |
| const char * | fontName, | ||
| int | fontSize, | ||
| uint32_t | fontFlags ) |
| uint32_t HtmlCtx_GetColorFromName | ( | const GWEN_XML_CONTEXT * | ctx, |
| const char * | name ) |
Definition at line 621 of file htmlctx.c.
References GWEN_INHERIT_GETDATA.
Referenced by HtmlGroup_Box_StartTag().

| GWEN_DB_NODE * HtmlCtx_GetCurrentAttributes | ( | const GWEN_XML_CONTEXT * | ctx | ) |
Definition at line 244 of file htmlctx.c.
References GWEN_INHERIT_GETDATA.
Referenced by HtmlGroup_Box_StartTag(), and HtmlGroup_TableRow_StartTag().

| HTML_GROUP * HtmlCtx_GetCurrentGroup | ( | const GWEN_XML_CONTEXT * | ctx | ) |
Definition at line 188 of file htmlctx.c.
References GWEN_INHERIT_GETDATA.
| const char * HtmlCtx_GetCurrentTagName | ( | const GWEN_XML_CONTEXT * | ctx | ) |
Definition at line 214 of file htmlctx.c.
References GWEN_INHERIT_GETDATA.
| HTML_OBJECT_TREE * HtmlCtx_GetObjects | ( | const GWEN_XML_CONTEXT * | ctx | ) |
Definition at line 257 of file htmlctx.c.
References GWEN_INHERIT_GETDATA.
| int HtmlCtx_GetTextHeight | ( | GWEN_XML_CONTEXT * | ctx, |
| HTML_FONT * | fnt, | ||
| const char * | s ) |
Definition at line 603 of file htmlctx.c.
References GWEN_INHERIT_GETDATA.
Referenced by HtmlObject_Box_Layout(), and HtmlObject_Word_Layout().

| int HtmlCtx_GetTextWidth | ( | GWEN_XML_CONTEXT * | ctx, |
| HTML_FONT * | fnt, | ||
| const char * | s ) |
Definition at line 585 of file htmlctx.c.
References GWEN_INHERIT_GETDATA.
Referenced by HtmlObject_Word_Layout().

| int HtmlCtx_SanitizeData | ( | GWEN_XML_CONTEXT * | ctx, |
| const char * | data, | ||
| GWEN_BUFFER * | buf ) |
| void HtmlCtx_SetCurrentGroup | ( | GWEN_XML_CONTEXT * | ctx, |
| HTML_GROUP * | g ) |
Definition at line 201 of file htmlctx.c.
References GWEN_INHERIT_GETDATA.
Referenced by HtmlCtx_new(), HtmlCtx_SetText(), HtmlGroup_Box_StartTag(), HtmlGroup_Table_StartTag(), HtmlGroup_TableRow_StartTag(), and HtmlGroup_UnorderedList_StartTag().

| void HtmlCtx_SetCurrentTagName | ( | GWEN_XML_CONTEXT * | ctx, |
| const char * | s ) |
Definition at line 227 of file htmlctx.c.
References GWEN_INHERIT_GETDATA, and NULL.
Referenced by HtmlCtx_StartTag().

| HTML_OBJECT_TREE * HtmlCtx_TakeObjects | ( | const GWEN_XML_CONTEXT * | ctx | ) |
Definition at line 270 of file htmlctx.c.
References GWEN_INHERIT_GETDATA, and NULL.