DOM::HTMLMapElement Class Reference
Client-side image map. More...
#include <html_image.h>
Inheritance diagram for DOM::HTMLMapElement:


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

