summaryrefslogtreecommitdiffstats
path: root/src/bltGrMarkerPolygon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGrMarkerPolygon.h')
-rw-r--r--src/bltGrMarkerPolygon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bltGrMarkerPolygon.h b/src/bltGrMarkerPolygon.h
index 96ab2c5..f9bd6f4 100644
--- a/src/bltGrMarkerPolygon.h
+++ b/src/bltGrMarkerPolygon.h
@@ -71,6 +71,10 @@ class PolygonMarker : public Marker {
private:
int configure();
void draw(Drawable);
+ void map();
+ int pointIn(Point2d*);
+ int regionIn(Region2d*, int);
+ void postscript(Blt_Ps);
public:
PolygonMarker(Graph*, const char*);