#include <mappolygons.h>
Inheritance diagram for PolygonPainterSquareCoordinate:

Public Member Functions | |
| void | setspecificpoint (int x, int y) |
| bool | paintPolygon (const Poly_gon &poly) |
Protected Member Functions | |
| virtual void | setpoint (int x, int y) |
| virtual void | setpointabs (int x, int y)=0 |
Definition at line 46 of file mappolygons.h.
| void PolygonPainterSquareCoordinate::setpoint | ( | int | x, | |
| int | y | |||
| ) | [protected, virtual] |
Implements PolygonPainter< Poly_gon >.
Definition at line 36 of file mappolygons.cpp.
References setpointabs().
| virtual void PolygonPainterSquareCoordinate::setpointabs | ( | int | x, | |
| int | y | |||
| ) | [protected, pure virtual] |
Implemented in ShowPolygonUsingTemps, and FieldAddressing.
Referenced by setpoint(), and setspecificpoint().
| void PolygonPainterSquareCoordinate::setspecificpoint | ( | int | x, | |
| int | y | |||
| ) | [inline] |
| bool PolygonPainterSquareCoordinate::paintPolygon | ( | const Poly_gon & | poly | ) |
Reimplemented from PolygonPainter< Poly_gon >.
Reimplemented in ShowPolygonUsingTemps.
Definition at line 42 of file mappolygons.cpp.
References PolygonPainter< Poly >::paintPolygon(), and Poly_gon::vertex.
Referenced by FieldAddressing::operate(), and ShowPolygonUsingTemps::paintPolygon().
1.5.1