summaryrefslogtreecommitdiffstats
path: root/bltGrMarkerBitmap.h
diff options
context:
space:
mode:
authorjoye <joye>2014-03-28 14:33:16 (GMT)
committerjoye <joye>2014-03-28 14:33:16 (GMT)
commite8752647d6547dfbbe39ec22f1643e4782c6358b (patch)
tree0a3730a8771c6a3d606203a8e71a8e832a1ce2ce /bltGrMarkerBitmap.h
parentbb72885d88f69002a911d7ffdc54ad2f86430671 (diff)
downloadblt-e8752647d6547dfbbe39ec22f1643e4782c6358b.zip
blt-e8752647d6547dfbbe39ec22f1643e4782c6358b.tar.gz
blt-e8752647d6547dfbbe39ec22f1643e4782c6358b.tar.bz2
*** empty log message ***
Diffstat (limited to 'bltGrMarkerBitmap.h')
-rw-r--r--bltGrMarkerBitmap.h4
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*);