gwenhywfar  5.10.1
Macros | Functions
g_table.c File Reference
#include "g_table_p.h"
#include "g_generic_l.h"
#include "htmlctx_l.h"
#include "o_grid_l.h"
#include "g_tablerow_l.h"
#include <gwenhywfar/debug.h>
Include dependency graph for g_table.c:

Go to the source code of this file.

Macros

#define DISABLE_DEBUGLOG
 

Functions

int HtmlGroup_Table_EndSubGroup (HTML_GROUP *g, HTML_GROUP *sg)
 
HTML_GROUPHtmlGroup_Table_new (const char *groupName, HTML_GROUP *parent, GWEN_XML_CONTEXT *ctx)
 
int HtmlGroup_Table_StartTag (HTML_GROUP *g, const char *tagName)
 

Macro Definition Documentation

◆ DISABLE_DEBUGLOG

#define DISABLE_DEBUGLOG

Definition at line 14 of file g_table.c.

Function Documentation

◆ HtmlGroup_Table_EndSubGroup()

int HtmlGroup_Table_EndSubGroup ( HTML_GROUP g,
HTML_GROUP sg 
)

Definition at line 86 of file g_table.c.

References HtmlGroup_GetGroupName(), HtmlGroup_GetObject(), HtmlGroup_TableRow_GetColumns(), HtmlObject_Grid_GetColumns(), and HtmlObject_Grid_SetColumns().

Referenced by HtmlGroup_Table_new().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HtmlGroup_Table_new()

HTML_GROUP* HtmlGroup_Table_new ( const char *  groupName,
HTML_GROUP parent,
GWEN_XML_CONTEXT ctx 
)

Definition at line 27 of file g_table.c.

References HtmlGroup_Generic_new(), HtmlGroup_SetEndSubGroupFn(), HtmlGroup_SetStartTagFn(), HtmlGroup_Table_EndSubGroup(), and HtmlGroup_Table_StartTag().

Referenced by HtmlGroup_Box_StartTag().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HtmlGroup_Table_StartTag()

int HtmlGroup_Table_StartTag ( HTML_GROUP g,
const char *  tagName 
)