#include <html.h>
|
| enum | OptionalCRLF { NoCRLF,
OpenCRLF,
CloseCRLF,
BothCRLF
} |
| |
| | ImageElement (const char *nam, const char *attr, ElementInSet elmt, ElementInSet req, OptionalCRLF opt, const char *image) |
| |
| virtual | ~ImageElement () |
| |
| virtual void | AddAttr (PHTML &html) const |
| |
| | Element (const char *nam, const char *att, ElementInSet elmt, ElementInSet req, OptionalCRLF opt) |
| |
| virtual void | Output (PHTML &html) const |
| |
| const char * | srcString |
| |
§ HRule()
| PHTML::HRule::HRule |
( |
const char * |
image = NULL, |
|
|
const char * |
attr = NULL |
|
) |
| |
§ ~HRule()
| virtual PHTML::HRule::~HRule |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: