24 struct object_func *func; \
attr_type
Definition attr_type_def.h:11
static struct command_table commands[]
Definition binding_dbus.c:2191
static char * description(struct search_param *search, GtkTreeIter *iter)
Definition destination.c:55
struct tcoord center
Definition garmin_img.c:2
char type[3]
Definition garmin_img.c:2
void navit_update_current_layout(struct navit *this_, struct layout *layout)
Set the current layout.
Definition navit.c:3044
void navit_disable_suspend(void)
Definition navit.c:3761
void navit_set_timeout(struct navit *this_)
Definition navit.c:577
struct transformation * navit_get_trans(struct navit *this_)
Definition navit.c:3495
struct gui * main_loop_gui
Definition navit.c:187
int navit_add_attr(struct navit *this_, struct attr *attr)
Definition navit.c:3108
void navit_ignore_graphics_events(struct navit *this_, int ignore)
Definition navit.c:538
void navit_textfile_debug_log(struct navit *this_, const char *fmt,...)
Definition navit.c:1868
void navit_set_center(struct navit *this_, struct pcoord *center, int set_timeout)
Definition navit.c:2320
int navit_handle_button(struct navit *this_, int pressed, int button, struct point *p, struct callback *popup_callback)
Definition navit.c:584
void navit_zoom_out_cursor(struct navit *this_, int factor)
Definition navit.c:846
int navit_get_height(struct navit *this_)
Definition navit.c:506
int navit_ignore_button(struct navit *this_)
Sets a flag indicating that the current button event should be ignored by subsequent handlers.
Definition navit.c:531
void navit_set_center_screen(struct navit *this_, struct point *p, int set_timeout)
Definition navit.c:2538
int navit_init(struct navit *this_)
Definition navit.c:2081
void navit_zoom_to_route(struct navit *this_, int orientation)
Definition navit.c:2272
void navit_command_add_table(struct navit *this_, struct command_table *commands, int count)
Definition navit.c:1454
void navit_set_center_cursor(struct navit *this_, int autozoom, int keep_orientation)
Recalculates the map view so that the vehicle cursor is visible.
Definition navit.c:2473
void navit_add_mapset(struct navit *this_, struct mapset *ms)
Definition navit.c:213
struct mapset * navit_get_mapset(struct navit *this_)
Get the current mapset.
Definition navit.c:224
int navit_populate_search_results_map(struct navit *navit, GList *search_results, struct coord_rect *r)
Populate a map containing one or more search result points.
Definition navit.c:302
struct tracking * navit_get_tracking(struct navit *this_)
Definition navit.c:358
void navit_attr_iter_destroy(struct attr_iter *iter)
Definition navit.c:3191
void navit_destroy(struct navit *this_)
Definition navit.c:3807
struct navigation * navit_get_navigation(struct navit *this_)
Definition navit.c:3503
GList * navit_get_vehicleprofiles(struct navit *this_)
Definition navit.c:1568
void navit_textfile_debug_log_at(struct navit *this_, struct pcoord *pc, const char *fmt,...)
Definition navit.c:1883
int navit_get_destination_count(struct navit *this_)
Get the destinations count for the route.
Definition navit.c:1730
struct map * navit_get_search_results_map(struct navit *this_)
Get the search result map (and create it if it does not exist)
Definition navit.c:240
void navit_handle_resize(struct navit *this_, int w, int h)
Definition navit.c:455
struct graphics * navit_get_graphics(struct navit *this_)
Definition navit.c:1560
char * navit_get_user_data_directory(int create)
Get the user data directory.
Definition navit.c:372
struct gui * navit_get_gui(struct navit *this_)
Definition navit.c:3491
int navit_set_vehicleprofile_name(struct navit *this_, char *name)
Definition navit.c:3410
int navit_get_ready(struct navit *this_)
Definition navit.c:401
void navit_zoom_to_rect(struct navit *this_, struct coord_rect *r)
Definition navit.c:2245
void navit_zoom_in(struct navit *this_, int factor, struct point *p)
Definition navit.c:811
void navit_zoom_out(struct navit *this_, int factor, struct point *p)
Definition navit.c:829
int navit_check_route(struct navit *this_)
Checks if a route is calculated.
Definition navit.c:1770
char * navit_get_destination_description(struct navit *this_, int n)
Definition navit.c:1736
int navit_set_vehicle_by_name(struct navit *n, const char *name)
Definition navit.c:3707
void navit_remove_waypoint(struct navit *this_)
Definition navit.c:1752
struct displaylist * navit_get_displaylist(struct navit *this_)
Definition navit.c:3507
void navit_drag_map(struct navit *this_, struct point *origin, struct point *destination)
Drags (moves) the map.
Definition navit.c:2501
void navit_set_destinations(struct navit *this_, struct pcoord *c, int count, const char *description, int async)
Definition navit.c:1682
struct message * navit_get_messages(struct navit *this_)
Definition navit.c:1541
void navit_remove_nth_waypoint(struct navit *this_, int n)
Definition navit.c:1742
struct route * navit_get_route(struct navit *this_)
Definition navit.c:3499
void navit_remove_callback(struct navit *this_, struct callback *cb)
Definition navit.c:3199
struct attr_iter * navit_attr_iter_new(void *unused)
Definition navit.c:3187
void navit_add_message(struct navit *this_, const char *message)
Definition navit.c:1537
void navit_set_destination(struct navit *this_, struct pcoord *c, const char *description, int async)
Definition navit.c:1605
void navit_window_roadbook_new(struct navit *this_)
Definition navit.c:2069
int navit_get_blocked(struct navit *this_)
Returns whether redraw operations are currently blocked.
Definition navit.c:3803
struct navit * navit_new(struct attr *parent, struct attr **attrs)
Definition navit.c:1458
struct layout * navit_get_layout_by_name(struct navit *this_, const char *layout_name)
Select the default layout by name.
Definition navit.c:3017
void navit_add_callback(struct navit *this_, struct callback *cb)
Definition navit.c:3195
void navit_speak(struct navit *this_)
Definition navit.c:1937
void navit_zoom_in_cursor(struct navit *this_, int factor)
Definition navit.c:837
void navit_handle_motion(struct navit *this_, struct point *p)
Definition navit.c:690
void navit_draw_async(struct navit *this_, int async)
Definition navit.c:385
int navit_set_attr(struct navit *this_, struct attr *attr)
Definition navit.c:2789
int navit_get_destinations(struct navit *this_, struct pcoord *pc, int count)
Retrieves destinations from the route.
Definition navit.c:1718
int navit_get_width(struct navit *this_)
Definition navit.c:502
int navit_set_layout_by_name(struct navit *n, const char *name)
Definition navit.c:3729
int navit_get_attr(struct navit *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter)
Definition navit.c:2793
struct vehicleprofile * navit_get_vehicleprofile(struct navit *this_)
Definition navit.c:1564
void navit_draw(struct navit *this_)
Definition navit.c:396
void navit_add_destination_description(struct navit *this_, struct pcoord *c, const char *description)
Definition navit.c:1662
void navit_draw_displaylist(struct navit *this_)
Definition navit.c:405
void navit_set_center_cursor_draw(struct navit *this_)
Recenters the map so that the vehicle cursor is visible.
Definition navit.c:2519
int navit_block(struct navit *this_, int block)
Blocks or unblocks redraw operations.
Definition navit.c:3784
void navit_say(struct navit *this_, const char *text)
Definition navit.c:1897
void navit_layout_switch(struct navit *n)
Definition navit.c:3511
void navit_set_position(struct navit *this_, struct pcoord *c)
Definition navit.c:3392
void navit_window_roadbook_destroy(struct navit *this_)
Definition navit.c:2062
int navit_remove_attr(struct navit *this_, struct attr *attr)
Definition navit.c:3171
struct map * read_former_destinations_from_file(void)
Definition navit.c:1798
unsigned char p[5]
Definition mg.h:2
void navit_unref(struct navit *this_)
struct navit * navit_ref(struct navit *this_)
int navit_speech_estimate(struct navit *this_, char *str)
char * navit_get_coord_description(struct navit *this_, struct pcoord *c)
int orientation
Definition pedestrian.c:71
struct navit struct traffic_methods struct attr ** attrs
Definition plugin_def.h:36
char name[0]
Definition street.c:3
void * iter
Definition config_.c:46
Definition graphics.c:122
graphics object A graphics object serves as the target for drawing operations. It encapsulates variou...
Definition graphics.c:78
Represents an object on a map.
Definition item.h:122
Definition navigation.c:167
Definition gpx2navit_txt.h:50
A complete route.
Definition route.c:206
Definition vehicleprofile.h:27