gwenhywfar 5.12.0
g_tablerow_l.h File Reference
#include "htmlgroup_l.h"
Include dependency graph for g_tablerow_l.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int HtmlGroup_TableRow_GetColumns (const HTML_GROUP *g)
HTML_GROUPHtmlGroup_TableRow_new (const char *groupName, HTML_GROUP *parent, GWEN_XML_CONTEXT *ctx)
void HtmlGroup_TableRow_SetRow (HTML_GROUP *g, int row)

Function Documentation

◆ HtmlGroup_TableRow_GetColumns()

int HtmlGroup_TableRow_GetColumns ( const HTML_GROUP * g)

Definition at line 64 of file g_tablerow.c.

References GWEN_INHERIT_GETDATA.

Referenced by HtmlGroup_Table_EndSubGroup().

Here is the caller graph for this function:

◆ HtmlGroup_TableRow_new()

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

Definition at line 32 of file g_tablerow.c.

References GWEN_INHERIT_SETDATA, GWEN_NEW_OBJECT, HtmlGroup_Generic_new(), HtmlGroup_SetStartTagFn(), HtmlGroup_TableRow_FreeData(), HtmlGroup_TableRow_new(), and HtmlGroup_TableRow_StartTag().

Referenced by HtmlGroup_Table_StartTag(), and HtmlGroup_TableRow_new().

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

◆ HtmlGroup_TableRow_SetRow()

void HtmlGroup_TableRow_SetRow ( HTML_GROUP * g,
int row )

Definition at line 175 of file g_tablerow.c.

References GWEN_INHERIT_GETDATA.

Referenced by HtmlGroup_Table_StartTag().

Here is the caller graph for this function: