#include <html.h>
List of all members.
Public Member Functions |
| Image (const char *src, int width=0, int height=0, const char *attr=NULL) |
| Image (const char *src, const char *alt, int width=0, int height=0, const char *attr=NULL) |
virtual | ~Image () |
Protected Member Functions |
virtual void | AddAttr (PHTML &html) const |
Constructor & Destructor Documentation
PHTML::Image::Image |
( |
const char * |
src, |
|
|
int |
width = 0 , |
|
|
int |
height = 0 , |
|
|
const char * |
attr = NULL |
|
) |
| |
PHTML::Image::Image |
( |
const char * |
src, |
|
|
const char * |
alt, |
|
|
int |
width = 0 , |
|
|
int |
height = 0 , |
|
|
const char * |
attr = NULL |
|
) |
| |
Member Function Documentation
The documentation for this class was generated from the following file: