|
navit
0.5.3-trunk
|
Represents a search on a map. This struct represents a search on a map; it is created when starting a search, and is used for retrieving results. More...
Data Fields | |
| struct map_priv * | map |
| struct map_rect_priv * | mr |
| struct map_rect_priv * | mr_item |
| struct item * | item |
| struct attr | search |
| struct map_selection | ms |
| GList * | boundaries |
| int | partial |
| int | mode |
| struct coord_rect | rect_new |
| char * | parent_name |
| GHashTable * | search_results |
Represents a search on a map. This struct represents a search on a map; it is created when starting a search, and is used for retrieving results.
| GList* map_search_priv::boundaries |
Referenced by binmap_search_destroy(), and binmap_search_new().
| struct item* map_search_priv::item |
Referenced by binmap_search_new().
| struct map_priv* map_search_priv::map |
Map to search in.
Referenced by binmap_search_new().
| int map_search_priv::mode |
Referenced by binmap_search_new().
| struct map_rect_priv * map_search_priv::mr |
Map rectangle to search inside.
Referenced by binmap_search_destroy(), and binmap_search_new().
| struct map_rect_priv* map_search_priv::mr_item |
Referenced by binmap_search_destroy(), and binmap_search_new().
| struct map_selection map_search_priv::ms |
Referenced by binmap_search_new().
| char* map_search_priv::parent_name |
Referenced by binmap_search_destroy(), and binmap_search_new().
| int map_search_priv::partial |
Find partial matches?
Referenced by binmap_search_new().
| struct coord_rect map_search_priv::rect_new |
Referenced by binmap_search_new().
| struct attr map_search_priv::search |
Attribute specifying what to search for.
Referenced by binmap_search_destroy(), binmap_search_new(), and map_parse_country_binfile().
| GHashTable* map_search_priv::search_results |
Referenced by binmap_search_destroy(), duplicate_insert(), and duplicate_test().