|
gwenhywfar 5.14.1
|
#include <gwenhywfar/list1.h>#include <gwenhywfar/inherit.h>
Go to the source code of this file.
Typedefs | |
| typedef struct HTML_IMAGE | HTML_IMAGE |
Functions | |
| GWENHYWFAR_API void | HtmlImage_Attach (HTML_IMAGE *img) |
| GWENHYWFAR_API void | HtmlImage_free (HTML_IMAGE *img) |
| GWENHYWFAR_API int | HtmlImage_GetHeight (const HTML_IMAGE *img) |
| GWENHYWFAR_API const char * | HtmlImage_GetImageName (const HTML_IMAGE *img) |
| GWENHYWFAR_API int | HtmlImage_GetWidth (const HTML_IMAGE *img) |
| GWENHYWFAR_API HTML_IMAGE * | HtmlImage_new (void) |
| GWENHYWFAR_API void | HtmlImage_SetHeight (HTML_IMAGE *img, int i) |
| GWENHYWFAR_API void | HtmlImage_SetImageName (HTML_IMAGE *img, const char *s) |
| GWENHYWFAR_API void | HtmlImage_SetWidth (HTML_IMAGE *img, int i) |
| typedef struct HTML_IMAGE HTML_IMAGE |
Definition at line 23 of file htmlimage_be.h.
| GWENHYWFAR_API void HtmlImage_Attach | ( | HTML_IMAGE * | img | ) |
Definition at line 58 of file htmlimage.c.
Referenced by HtmlObject_Image_SetImage().

| GWENHYWFAR_API 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().

| GWENHYWFAR_API int HtmlImage_GetHeight | ( | const HTML_IMAGE * | img | ) |
Definition at line 107 of file htmlimage.c.
Referenced by HtmlGroup_Box_StartTag().

| GWENHYWFAR_API const char * HtmlImage_GetImageName | ( | const HTML_IMAGE * | img | ) |
Definition at line 67 of file htmlimage.c.
| GWENHYWFAR_API int HtmlImage_GetWidth | ( | const HTML_IMAGE * | img | ) |
Definition at line 89 of file htmlimage.c.
Referenced by HtmlGroup_Box_StartTag().

| GWENHYWFAR_API HTML_IMAGE * HtmlImage_new | ( | void | ) |
Definition at line 25 of file htmlimage.c.
References GWEN_INHERIT_INIT, GWEN_LIST_INIT, GWEN_NEW_OBJECT, and HtmlImage_new().
Referenced by FOX16_HtmlCtx::getImage(), and HtmlImage_new().


| GWENHYWFAR_API void HtmlImage_SetHeight | ( | HTML_IMAGE * | img, |
| int | i ) |
Definition at line 116 of file htmlimage.c.
Referenced by FOX16_HtmlCtx::getImage().

| GWENHYWFAR_API void HtmlImage_SetImageName | ( | HTML_IMAGE * | img, |
| const char * | s ) |
Definition at line 76 of file htmlimage.c.
References NULL.
Referenced by FOX16_HtmlCtx::getImage().

| GWENHYWFAR_API void HtmlImage_SetWidth | ( | HTML_IMAGE * | img, |
| int | i ) |
Definition at line 98 of file htmlimage.c.
Referenced by FOX16_HtmlCtx::getImage().
