Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

palm/minimap.h

Go to the documentation of this file.
00001 
00006 #include <PalmTypes.h>
00007 #include <Rect.h>
00008 #include <sections.h>
00009 
00014 Int8 minimapGetShowing(void);
00015 
00020 void minimapSetShowing(Int8 show) MINIMAP_SECTION;
00021 
00026 Int8 minimapGetDetailed(void);
00027 
00032 void minimapSetDetailed(Int8 detailed) MINIMAP_SECTION;
00033 
00038 void minimapPlace(RectangleType *pos);
00039 
00043 void minimapPaint(void);
00044 
00051 Int8
00052 minimapIsTapped(PointType *point, PointType *percentage);
00053 
00059 void
00060 minimapIntersect(const RectangleType *other, RectangleType *dest);

Generated on Mon Aug 30 19:44:15 2004 for pocketcity by doxygen1.2.18