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


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