diff options
author | joye <joye> | 2014-03-28 14:33:16 (GMT) |
---|---|---|
committer | joye <joye> | 2014-03-28 14:33:16 (GMT) |
commit | e8752647d6547dfbbe39ec22f1643e4782c6358b (patch) | |
tree | 0a3730a8771c6a3d606203a8e71a8e832a1ce2ce /bltGrMarkerBitmap.h | |
parent | bb72885d88f69002a911d7ffdc54ad2f86430671 (diff) | |
download | blt-e8752647d6547dfbbe39ec22f1643e4782c6358b.zip blt-e8752647d6547dfbbe39ec22f1643e4782c6358b.tar.gz blt-e8752647d6547dfbbe39ec22f1643e4782c6358b.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'bltGrMarkerBitmap.h')
-rw-r--r-- | bltGrMarkerBitmap.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bltGrMarkerBitmap.h b/bltGrMarkerBitmap.h index dc8dedb..7f56f4f 100644 --- a/bltGrMarkerBitmap.h +++ b/bltGrMarkerBitmap.h @@ -64,6 +64,10 @@ class BitmapMarker : public Marker { private: int configure(); void draw(Drawable); + void map(); + int pointIn(Point2d*); + int regionIn(Region2d*, int); + void postscript(Blt_Ps); public: BitmapMarker(Graph*, const char*); |