Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

MapRegion Class Reference

Interface for regions of an imagemap. More...

#include <imgmap.h>

Inheritance diagram for MapRegion:

Inheritance graph
[legend]
List of all members.

Public Methods

virtual bool contains (float x, float y) const=0
 Determines whether the MapRegion contains the given point.

virtual bool hover ()

Detailed Description

Interface for regions of an imagemap.


Member Function Documentation

virtual bool MapRegion::contains float    x,
float    y
const [pure virtual]
 

Determines whether the MapRegion contains the given point.

Parameters:
x  The x coordinate
y  The y coordinate

Implemented in EntryRect.

virtual bool MapRegion::hover   [inline, virtual]
 

Reimplemented in EntryRect.

00090    {
00091       return false;
00092    }


The documentation for this class was generated from the following file:
Generated on Mon Apr 7 19:43:23 2003 for DuTree by doxygen1.2.18