|
PTLib
Version 2.14.3
|
#include <html.h>


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 |
Protected Member Functions inherited from PHTML::ImageElement | |
| ImageElement (const char *nam, const char *attr, ElementInSet elmt, ElementInSet req, OptionalCRLF opt, const char *image) | |
| virtual | ~ImageElement () |
Protected Member Functions inherited from PHTML::Element | |
| Element (const char *nam, const char *att, ElementInSet elmt, ElementInSet req, OptionalCRLF opt) | |
| virtual void | Output (PHTML &html) const |
Additional Inherited Members | |
Protected Types inherited from PHTML::Element | |
| enum | OptionalCRLF { NoCRLF, OpenCRLF, CloseCRLF, BothCRLF } |
Protected Attributes inherited from PHTML::ImageElement | |
| const char * | srcString |
| 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 |
||
| ) |
|
inlinevirtual |
|
protectedvirtual |
Reimplemented from PHTML::ImageElement.