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

Protected Member Functions | |
HTMLMapElement (HTMLMapElementImpl *impl) | |
![]() | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
![]() | |
Element (ElementImpl *_impl) | |
Additional Inherited Members | |
![]() | |
enum | NodeType { ELEMENT_NODE = 1 , ATTRIBUTE_NODE = 2 , TEXT_NODE = 3 , CDATA_SECTION_NODE = 4 , ENTITY_REFERENCE_NODE = 5 , ENTITY_NODE = 6 , PROCESSING_INSTRUCTION_NODE = 7 , COMMENT_NODE = 8 , DOCUMENT_NODE = 9 , DOCUMENT_TYPE_NODE = 10 , DOCUMENT_FRAGMENT_NODE = 11 , NOTATION_NODE = 12 } |
![]() | |
static bool | tdehtmlValidAttrName (const DOMString &name) |
static bool | tdehtmlValidPrefix (const DOMString &name) |
static bool | tdehtmlValidQualifiedName (const DOMString &name) |
static bool | tdehtmlMalformedQualifiedName (const DOMString &name) |
static bool | tdehtmlMalformedPrefix (const DOMString &name) |
![]() | |
NodeImpl * | 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() [1/4]
HTMLMapElement::HTMLMapElement | ( | ) |
Definition at line 369 of file html_image.cpp.
◆ HTMLMapElement() [2/4]
HTMLMapElement::HTMLMapElement | ( | const HTMLMapElement & | other | ) |
Definition at line 373 of file html_image.cpp.
◆ HTMLMapElement() [3/4]
|
inline |
Definition at line 398 of file html_image.h.
◆ HTMLMapElement() [4/4]
|
protected |
Definition at line 377 of file html_image.cpp.
◆ ~HTMLMapElement()
HTMLMapElement::~HTMLMapElement | ( | ) |
Definition at line 393 of file html_image.cpp.
Member Function Documentation
◆ areas()
HTMLCollection HTMLMapElement::areas | ( | ) | const |
The list of areas defined for the image map.
Definition at line 397 of file html_image.cpp.
◆ name()
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.
◆ operator=() [1/2]
HTMLMapElement & HTMLMapElement::operator= | ( | const HTMLMapElement & | other | ) |
Definition at line 387 of file html_image.cpp.
◆ operator=() [2/2]
HTMLMapElement & HTMLMapElement::operator= | ( | const Node & | other | ) |
Definition at line 381 of file html_image.cpp.
◆ setName()
void HTMLMapElement::setName | ( | const DOMString & | value | ) |
see name
Definition at line 409 of file html_image.cpp.
The documentation for this class was generated from the following files: