DOM::HTMLMapElement Class Reference
#include <html_image.h>
Inheritance diagram for DOM::HTMLMapElement:

Detailed Description
Client-side image map.See the MAP element definition in HTML 4.0.
Definition at line 393 of file html_image.h.
Public Member Functions | |
HTMLMapElement () | |
HTMLMapElement (const HTMLMapElement &other) | |
HTMLMapElement (const Node &other) | |
HTMLMapElement & | operator= (const HTMLMapElement &other) |
HTMLMapElement & | operator= (const Node &other) |
~HTMLMapElement () | |
HTMLCollection | areas () const |
DOMString | name () const |
void | setName (const DOMString &) |
Protected Member Functions | |
HTMLMapElement (HTMLMapElementImpl *impl) |
Member Function Documentation
HTMLCollection HTMLMapElement::areas | ( | ) | const |
DOMString HTMLMapElement::name | ( | ) | const |
Names the map (for use with usemap
).
See the name attribute definition in HTML 4.0.
Definition at line 403 of file html_image.cpp.
void HTMLMapElement::setName | ( | const DOMString & | ) |
The documentation for this class was generated from the following files: