|
PTLib
Version 2.10.4
|
#include <html.h>
Public Member Functions | |
| InputImage (const char *fname, const char *src=NULL, DisableCodes disabled=Enabled, const char *attr=NULL) | |
| virtual | ~InputImage () |
Protected Member Functions | |
| InputImage (const char *type, const char *fname, const char *src, DisableCodes disabled, const char *attr) | |
| virtual void | AddAttr (PHTML &html) const |
| PHTML::InputImage::InputImage | ( | const char * | fname, |
| const char * | src = NULL, |
||
| DisableCodes | disabled = Enabled, |
||
| const char * | attr = NULL |
||
| ) |
| virtual PHTML::InputImage::~InputImage | ( | ) | [inline, virtual] |
| PHTML::InputImage::InputImage | ( | const char * | type, |
| const char * | fname, | ||
| const char * | src, | ||
| DisableCodes | disabled, | ||
| const char * | attr | ||
| ) | [protected] |
| virtual void PHTML::InputImage::AddAttr | ( | PHTML & | html | ) | const [protected, virtual] |
Reimplemented from PHTML::InputField.
Reimplemented in PHTML::ResetButton.