gwenhywfar 5.10.1
Functions
o_gridentry_l.h File Reference
#include "htmlobject_be.h"
Include dependency graph for o_gridentry_l.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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)
 

Function Documentation

◆ 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: