gwenhywfar 5.10.1
Macros | Functions
htmlimage.c File Reference
#include "htmlimage_p.h"
Include dependency graph for htmlimage.c:

Go to the source code of this file.

Macros

#define DISABLE_DEBUGLOG
 

Functions

void HtmlImage_Attach (HTML_IMAGE *img)
 
void HtmlImage_free (HTML_IMAGE *img)
 
int HtmlImage_GetHeight (const HTML_IMAGE *img)
 
const char * HtmlImage_GetImageName (const HTML_IMAGE *img)
 
int HtmlImage_GetWidth (const HTML_IMAGE *img)
 
HTML_IMAGEHtmlImage_new (void)
 
void HtmlImage_SetHeight (HTML_IMAGE *img, int i)
 
void HtmlImage_SetImageName (HTML_IMAGE *img, const char *s)
 
void HtmlImage_SetWidth (HTML_IMAGE *img, int i)
 

Macro Definition Documentation

◆ DISABLE_DEBUGLOG

#define DISABLE_DEBUGLOG

Definition at line 14 of file htmlimage.c.

Function Documentation

◆ HtmlImage_Attach()

void HtmlImage_Attach ( HTML_IMAGE img)

Definition at line 58 of file htmlimage.c.

Referenced by HtmlObject_Image_SetImage().

Here is the caller graph for this function:

◆ HtmlImage_free()

void HtmlImage_free ( HTML_IMAGE img)

Definition at line 39 of file htmlimage.c.

References GWEN_FREE_OBJECT, GWEN_INHERIT_FINI, and GWEN_LIST_FINI.

Referenced by HtmlObject_Image_FreeData(), and HtmlObject_Image_SetImage().

Here is the caller graph for this function:

◆ HtmlImage_GetHeight()

int HtmlImage_GetHeight ( const HTML_IMAGE img)

Definition at line 107 of file htmlimage.c.

Referenced by HtmlGroup_Box_StartTag().

Here is the caller graph for this function:

◆ HtmlImage_GetImageName()

const char * HtmlImage_GetImageName ( const HTML_IMAGE img)

Definition at line 67 of file htmlimage.c.

◆ HtmlImage_GetWidth()

int HtmlImage_GetWidth ( const HTML_IMAGE img)

Definition at line 89 of file htmlimage.c.

Referenced by HtmlGroup_Box_StartTag().

Here is the caller graph for this function:

◆ HtmlImage_new()

HTML_IMAGE * HtmlImage_new ( void  )

Definition at line 25 of file htmlimage.c.

References GWEN_INHERIT_INIT, GWEN_LIST_INIT, and GWEN_NEW_OBJECT.

Referenced by FOX16_HtmlCtx::getImage().

Here is the caller graph for this function:

◆ HtmlImage_SetHeight()

void HtmlImage_SetHeight ( HTML_IMAGE img,
int  i 
)

Definition at line 116 of file htmlimage.c.

Referenced by FOX16_HtmlCtx::getImage().

Here is the caller graph for this function:

◆ HtmlImage_SetImageName()

void HtmlImage_SetImageName ( HTML_IMAGE img,
const char *  s 
)

Definition at line 76 of file htmlimage.c.

References NULL.

Referenced by FOX16_HtmlCtx::getImage().

Here is the caller graph for this function:

◆ HtmlImage_SetWidth()

void HtmlImage_SetWidth ( HTML_IMAGE img,
int  i 
)

Definition at line 98 of file htmlimage.c.

Referenced by FOX16_HtmlCtx::getImage().

Here is the caller graph for this function: