khtml Library API Documentation

DOM::HTMLMapElement Class Reference

Client-side image map. More...

#include <html_image.h>

Inheritance diagram for DOM::HTMLMapElement:

Inheritance graph
[legend]
Collaboration diagram for DOM::HTMLMapElement:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 HTMLMapElement (const HTMLMapElement &other)
 HTMLMapElement (const Node &other)
HTMLMapElementoperator= (const HTMLMapElement &other)
HTMLMapElementoperator= (const Node &other)
HTMLCollection areas () const
 The list of areas defined for the image map.

DOMString name () const
 Names the map (for use with usemap ).

void setName (const DOMString &)
 see name


Protected Member Functions

 HTMLMapElement (HTMLMapElementImpl *impl)

Detailed Description

Client-side image map.

See the MAP element definition in HTML 4.0.

Definition at line 387 of file html_image.h.


Member Function Documentation

HTMLCollection HTMLMapElement::areas  )  const
 

The list of areas defined for the image map.

Definition at line 379 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 385 of file html_image.cpp.

void HTMLMapElement::setName const DOMString  ) 
 

see name

Definition at line 391 of file html_image.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.5.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Jan 28 13:38:37 2004 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001