KHTML
DOM::HTMLMapElement Class Reference
Client-side image map. More...
#include <html_image.h>
Inheritance diagram for DOM::HTMLMapElement:
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 369 of file html_image.cpp.
HTMLMapElement::HTMLMapElement | ( | const HTMLMapElement & | other | ) |
Definition at line 373 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 377 of file html_image.cpp.
HTMLMapElement::~HTMLMapElement | ( | ) |
Definition at line 393 of file html_image.cpp.
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.
HTMLMapElement & HTMLMapElement::operator= | ( | const Node & | other | ) |
HTMLMapElement & HTMLMapElement::operator= | ( | const HTMLMapElement & | other | ) |
Definition at line 387 of file html_image.cpp.
void HTMLMapElement::setName | ( | const DOMString & | value | ) |
The documentation for this class was generated from the following files: