|
gwenhywfar 5.12.0
|
#include "g_unorderedlist_p.h"#include "g_box_l.h"#include "g_generic_l.h"#include "htmlctx_l.h"#include "o_box_l.h"#include "o_grid_l.h"#include "o_gridentry_l.h"#include "o_word_l.h"#include <gwenhywfar/debug.h>
Go to the source code of this file.
Macros | |
| #define | DISABLE_DEBUGLOG |
Functions | |
| void GWENHYWFAR_CB | HtmlGroup_UnorderedList_FreeData (GWEN_UNUSED void *bp, void *p) |
| HTML_GROUP * | HtmlGroup_UnorderedList_new (const char *groupName, HTML_GROUP *parent, GWEN_XML_CONTEXT *ctx) |
| int | HtmlGroup_UnorderedList_StartTag (HTML_GROUP *g, const char *tagName) |
| #define DISABLE_DEBUGLOG |
Definition at line 14 of file g_unorderedlist.c.
| void GWENHYWFAR_CB HtmlGroup_UnorderedList_FreeData | ( | GWEN_UNUSED void * | bp, |
| void * | p ) |
Definition at line 57 of file g_unorderedlist.c.
References GWEN_FREE_OBJECT, GWEN_UNUSED, and GWENHYWFAR_CB.
Referenced by HtmlGroup_UnorderedList_new().

| HTML_GROUP * HtmlGroup_UnorderedList_new | ( | const char * | groupName, |
| HTML_GROUP * | parent, | ||
| GWEN_XML_CONTEXT * | ctx ) |
Definition at line 33 of file g_unorderedlist.c.
References GWEN_INHERIT_SETDATA, GWEN_NEW_OBJECT, HtmlGroup_Generic_new(), HtmlGroup_SetStartTagFn(), HtmlGroup_UnorderedList_FreeData(), HtmlGroup_UnorderedList_new(), and HtmlGroup_UnorderedList_StartTag().
Referenced by HtmlGroup_Box_StartTag(), and HtmlGroup_UnorderedList_new().


| int HtmlGroup_UnorderedList_StartTag | ( | HTML_GROUP * | g, |
| const char * | tagName ) |
Definition at line 67 of file g_unorderedlist.c.
References DBG_ERROR, GWEN_ERROR_BAD_DATA, GWEN_INHERIT_GETDATA, GWEN_LOGDOMAIN, GWEN_XmlCtx_IncDepth(), HtmlCtx_SetCurrentGroup(), HtmlGroup_Box_new(), HtmlGroup_GetObject(), HtmlGroup_GetProperties(), HtmlGroup_GetXmlContext(), HtmlGroup_SetObject(), HtmlGroup_SetProperties(), HtmlObject_GetObjectType(), HtmlObject_Grid_GetRows(), HtmlObject_Grid_SetRows(), HtmlObject_GridEntry_new(), HtmlObject_GridEntry_SetColumn(), HtmlObject_GridEntry_SetRow(), HtmlObject_SetProperties(), HtmlObject_Word_new(), HtmlObjectType_Grid, and NULL.
Referenced by HtmlGroup_UnorderedList_new().

