KHTML
DOM::HTMLMapElement Class Reference
Client-side image map. More...
#include <html_image.h>
Public Member Functions | |
| HTMLCollection | areas () const |
| HTMLMapElement (const Node &other) | |
| HTMLMapElement (const HTMLMapElement &other) | |
| HTMLMapElement () | |
| DOMString | name () const |
| HTMLMapElement & | operator= (const Node &other) |
| HTMLMapElement & | operator= (const HTMLMapElement &other) |
| void | setName (const DOMString &) |
| ~HTMLMapElement () | |
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.
Constructor & Destructor Documentation
| HTMLMapElement::HTMLMapElement | ( | ) |
Definition at line 359 of file html_image.cpp.
| HTMLMapElement::HTMLMapElement | ( | const HTMLMapElement & | other | ) |
Definition at line 363 of file html_image.cpp.
| DOM::HTMLMapElement::HTMLMapElement | ( | const Node & | other | ) | [inline] |
Definition at line 398 of file html_image.h.
| HTMLMapElement::HTMLMapElement | ( | HTMLMapElementImpl * | impl | ) | [protected] |
Definition at line 367 of file html_image.cpp.
| HTMLMapElement::~HTMLMapElement | ( | ) |
Definition at line 383 of file html_image.cpp.
Member Function Documentation
| HTMLCollection HTMLMapElement::areas | ( | ) | const |
The list of areas defined for the image map.
Definition at line 387 of file html_image.cpp.
| DOMString HTMLMapElement::name | ( | ) | const |
Names the map (for use with usemap ).
See the name attribute definition in HTML 4.0.
Definition at line 393 of file html_image.cpp.
| HTMLMapElement & HTMLMapElement::operator= | ( | const Node & | other | ) |
Reimplemented from DOM::HTMLElement.
Definition at line 371 of file html_image.cpp.
| HTMLMapElement & HTMLMapElement::operator= | ( | const HTMLMapElement & | other | ) |
Reimplemented from DOM::HTMLElement.
Definition at line 377 of file html_image.cpp.
| void HTMLMapElement::setName | ( | const DOMString & | value | ) |
see name
Definition at line 399 of file html_image.cpp.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference