class HTMLMapElement
|
Client-side image map. More... |
|
|
Public Methods
Protected Methods
Client-side image map. See the
MAP element definition in HTML 4.0.
HTMLMapElement ()
| HTMLMapElement |
HTMLMapElement (const HTMLMapElement &other)
| HTMLMapElement |
HTMLMapElement (const Node &other)
| HTMLMapElement |
HTMLMapElement (HTMLMapElementImpl *impl)
| HTMLMapElement |
[protected]
HTMLMapElement & operator = (const HTMLMapElement &other)
| operator = |
Reimplemented from HTMLElement.
HTMLMapElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
~HTMLMapElement ()
| ~HTMLMapElement |
HTMLCollection areas ()
| areas |
[const]
The list of areas defined for the image map.
[const]
Names the map (for use with usemap
). See the
name attribute definition in HTML 4.0.
void setName ( const DOMString & )
| setName |
see name
Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53. |