#include <types.hh>
Public Member Functions | |
| virtual bool | isPointWithin (int x, int y)=0 |
| virtual void | draw (core::View *view, core::style::Style *style, int x, int y)=0 |
| virtual void dw::core::Shape::draw | ( | core::View * | view, | |
| core::style::Style * | style, | |||
| int | x, | |||
| int | y | |||
| ) | [pure virtual] |
Implemented in dw::core::Rectangle, dw::core::Circle, and dw::core::Polygon.
Referenced by dw::ImageMapsList::ImageMap::draw().
| virtual bool dw::core::Shape::isPointWithin | ( | int | x, | |
| int | y | |||
| ) | [pure virtual] |
Implemented in dw::core::Rectangle, dw::core::Circle, and dw::core::Polygon.
Referenced by dw::ImageMapsList::ImageMap::link().
1.5.9