gwenhywfar 5.14.1
o_gridentry.c File Reference
#include "o_gridentry_p.h"
#include "o_box_l.h"
Include dependency graph for o_gridentry.c:

Go to the source code of this file.

Macros

#define DISABLE_DEBUGLOG

Functions

 GWEN_INHERIT (HTML_OBJECT, OBJECT_GRIDENTRY)
void GWENHYWFAR_CB HtmlObject_GridEntry_FreeData (GWEN_UNUSED void *bp, void *p)
int HtmlObject_GridEntry_GetColumn (const HTML_OBJECT *o)
int HtmlObject_GridEntry_GetIsHeader (const HTML_OBJECT *o)
int HtmlObject_GridEntry_GetRow (const HTML_OBJECT *o)
HTML_OBJECTHtmlObject_GridEntry_new (GWEN_XML_CONTEXT *ctx)
void HtmlObject_GridEntry_SetColumn (HTML_OBJECT *o, int i)
void HtmlObject_GridEntry_SetIsHeader (HTML_OBJECT *o, int i)
void HtmlObject_GridEntry_SetRow (HTML_OBJECT *o, int i)

Macro Definition Documentation

◆ DISABLE_DEBUGLOG

#define DISABLE_DEBUGLOG

Definition at line 14 of file o_gridentry.c.

Function Documentation

◆ GWEN_INHERIT()

GWEN_INHERIT ( HTML_OBJECT ,
OBJECT_GRIDENTRY  )

◆ HtmlObject_GridEntry_FreeData()

void GWENHYWFAR_CB HtmlObject_GridEntry_FreeData ( GWEN_UNUSED void * bp,
void * p )

Definition at line 44 of file o_gridentry.c.

References GWEN_FREE_OBJECT, GWEN_UNUSED, and GWENHYWFAR_CB.

Referenced by HtmlObject_GridEntry_new().

Here is the caller graph for this function:

◆ HtmlObject_GridEntry_GetColumn()

int HtmlObject_GridEntry_GetColumn ( const HTML_OBJECT * o)

Definition at line 81 of file o_gridentry.c.

References GWEN_INHERIT_GETDATA.

Referenced by HtmlObject_Grid_Layout().

Here is the caller graph for this function:

◆ HtmlObject_GridEntry_GetIsHeader()

int HtmlObject_GridEntry_GetIsHeader ( const HTML_OBJECT * o)

Definition at line 107 of file o_gridentry.c.

References GWEN_INHERIT_GETDATA.

◆ HtmlObject_GridEntry_GetRow()

int HtmlObject_GridEntry_GetRow ( const HTML_OBJECT * o)

Definition at line 55 of file o_gridentry.c.

References GWEN_INHERIT_GETDATA.

Referenced by HtmlObject_Grid_Layout().

Here is the caller graph for this function:

◆ HtmlObject_GridEntry_new()

HTML_OBJECT * HtmlObject_GridEntry_new ( GWEN_XML_CONTEXT * ctx)

Definition at line 27 of file o_gridentry.c.

References GWEN_INHERIT_SETDATA, GWEN_NEW_OBJECT, HtmlObject_Box_new(), HtmlObject_GridEntry_FreeData(), HtmlObject_SetObjectType(), and HtmlObjectType_GridEntry.

Referenced by HtmlGroup_TableRow_StartTag(), and HtmlGroup_UnorderedList_StartTag().

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

◆ HtmlObject_GridEntry_SetColumn()

void HtmlObject_GridEntry_SetColumn ( HTML_OBJECT * o,
int i )

Definition at line 94 of file o_gridentry.c.

References GWEN_INHERIT_GETDATA.

Referenced by HtmlGroup_TableRow_StartTag(), and HtmlGroup_UnorderedList_StartTag().

Here is the caller graph for this function:

◆ HtmlObject_GridEntry_SetIsHeader()

void HtmlObject_GridEntry_SetIsHeader ( HTML_OBJECT * o,
int i )

Definition at line 120 of file o_gridentry.c.

References GWEN_INHERIT_GETDATA.

Referenced by HtmlGroup_TableRow_StartTag().

Here is the caller graph for this function:

◆ HtmlObject_GridEntry_SetRow()

void HtmlObject_GridEntry_SetRow ( HTML_OBJECT * o,
int i )

Definition at line 68 of file o_gridentry.c.

References GWEN_INHERIT_GETDATA.

Referenced by HtmlGroup_TableRow_StartTag(), and HtmlGroup_UnorderedList_StartTag().

Here is the caller graph for this function: