![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_map_t:Data Fields | ||
| gboolean | entering | |
| OsmGpsMap * | map | |
| OsmGpsMapSource_t | map_source | |
| OsmGpsMapLayer * | osd | |
| GSList * | images | |
| dt_geo_position_t * | points | |
| int | nb_points | |
| GdkPixbuf * | image_pin | |
| GdkPixbuf * | place_pin | |
| GList * | incoming_selection | |
| GList * | selected_images | |
| gboolean | start_drag | |
| int | start_drag_x | |
| int | start_drag_y | |
| int | start_drag_offset_x | |
| int | start_drag_offset_y | |
| float | thumb_lat_angle | |
| float | thumb_lon_angle | |
| sqlite3_stmt * | main_query | |
| gboolean | drop_filmstrip_activated | |
| gboolean | filter_images_drawn | |
| int | max_images_drawn | |
| dt_map_box_t | bbox | |
| int | time_out | |
| int | timeout_event_source | |
| int | thumbnail | |
| dt_map_image_t * | last_hovered_entry | |
| struct { | ||
| dt_location_draw_t main | ||
| gboolean drag | ||
| int time_out | ||
| GList * others | ||
| } | loc | |
| dt_map_box_t dt_map_t::bbox |
Definition at line 109 of file map.c.
Referenced by _view_map_add_location(), _view_map_changed_callback_delayed(), and _view_map_location_action().
| gboolean dt_map_t::drag |
Definition at line 117 of file map.c.
Referenced by _view_map_button_press_callback(), _view_map_button_release_callback(), _view_map_motion_notify_callback(), and enter().
| gboolean dt_map_t::drop_filmstrip_activated |
| gboolean dt_map_t::entering |
| GdkPixbuf* dt_map_t::image_pin |
Definition at line 98 of file map.c.
Referenced by _draw_image(), _draw_transient_image(), cleanup(), and init().
| GSList* dt_map_t::images |
Definition at line 95 of file map.c.
Referenced by _view_map_changed_callback_delayed(), _view_map_draw_images(), _view_map_get_entry_at_pos(), _view_map_get_imgs_at_pos(), _view_map_motion_notify_callback(), and cleanup().
| GList* dt_map_t::incoming_selection |
Definition at line 99 of file map.c.
Referenced by enter(), expose(), and try_enter().
| dt_map_image_t* dt_map_t::last_hovered_entry |
Definition at line 113 of file map.c.
Referenced by _view_map_motion_notify_callback(), and init().
| struct { ... } dt_map_t::loc |
Referenced by _drag_and_drop_received(), _others_location_draw(), _view_map_button_press_callback(), _view_map_button_release_callback(), _view_map_changed_callback_delayed(), _view_map_collection_changed(), _view_map_delete_other_location(), _view_map_dnd_get_callback(), _view_map_draw_location(), _view_map_draw_main_location(), _view_map_draw_other_locations(), _view_map_location_action(), _view_map_motion_notify_callback(), _view_map_scroll_event(), _view_map_signal_change_delayed(), _view_map_signal_change_wait(), _view_map_update_location_geotag(), cleanup(), enter(), and init().
| dt_location_draw_t dt_map_t::main |
Definition at line 116 of file map.c.
Referenced by _drag_and_drop_received(), _view_map_button_press_callback(), _view_map_changed_callback_delayed(), _view_map_collection_changed(), _view_map_dnd_get_callback(), _view_map_draw_location(), _view_map_draw_main_location(), _view_map_draw_other_locations(), _view_map_location_action(), _view_map_motion_notify_callback(), _view_map_scroll_event(), _view_map_update_location_geotag(), cleanup(), and init().
| sqlite3_stmt* dt_map_t::main_query |
Definition at line 105 of file map.c.
Referenced by _view_map_changed_callback_delayed(), cleanup(), and init().
| OsmGpsMap* dt_map_t::map |
Definition at line 92 of file map.c.
Referenced by _display_next_image(), _drag_and_drop_received(), _draw_image(), _view_map_add_location(), _view_map_add_pin(), _view_map_add_track(), _view_map_angles(), _view_map_angles_to_pixels(), _view_map_button_press_callback(), _view_map_center_on_bbox(), _view_map_center_on_image(), _view_map_center_on_location(), _view_map_changed_callback_delayed(), _view_map_check_preference_changed(), _view_map_collection_changed(), _view_map_display_selected(), _view_map_drag_motion_callback(), _view_map_draw_image(), _view_map_draw_location(), _view_map_draw_single_image(), _view_map_geotag_changed(), _view_map_get_angles_ratio(), _view_map_get_bounding_box(), _view_map_get_entry_at_pos(), _view_map_get_imgs_at_pos(), _view_map_motion_notify_callback(), _view_map_redraw(), _view_map_remove_location(), _view_map_remove_marker(), _view_map_remove_pin(), _view_map_remove_track(), _view_map_scroll_event(), _view_map_selection_changed(), _view_map_set_map_source_g_object(), _view_map_show_osd(), _zoom_and_center(), cleanup(), enter(), init(), and leave().
| OsmGpsMapSource_t dt_map_t::map_source |
Definition at line 93 of file map.c.
Referenced by _view_map_set_map_source(), enter(), and init().
| int dt_map_t::max_images_drawn |
Definition at line 108 of file map.c.
Referenced by _view_map_draw_images().
| int dt_map_t::nb_points |
Definition at line 97 of file map.c.
Referenced by _display_next_image(), _view_map_changed_callback_delayed(), and _view_map_get_imgs_at_pos().
| OsmGpsMapLayer* dt_map_t::osd |
Definition at line 94 of file map.c.
Referenced by _view_map_show_osd(), cleanup(), and init().
| GList* dt_map_t::others |
Definition at line 119 of file map.c.
Referenced by _others_location_draw(), _view_map_button_press_callback(), _view_map_delete_other_location(), _view_map_draw_main_location(), _view_map_draw_other_locations(), _view_map_location_action(), cleanup(), and init().
| GdkPixbuf * dt_map_t::place_pin |
Definition at line 98 of file map.c.
Referenced by _view_map_add_pin(), cleanup(), and init().
| dt_geo_position_t* dt_map_t::points |
Definition at line 96 of file map.c.
Referenced by _display_next_image(), _view_map_changed_callback_delayed(), _view_map_get_imgs_at_pos(), and cleanup().
| GList* dt_map_t::selected_images |
Definition at line 100 of file map.c.
Referenced by _view_map_button_press_callback(), _view_map_dnd_get_callback(), _view_map_motion_notify_callback(), enter(), and leave().
| gboolean dt_map_t::start_drag |
Definition at line 101 of file map.c.
Referenced by _view_map_button_press_callback(), _view_map_button_release_callback(), _view_map_motion_notify_callback(), and enter().
| int dt_map_t::start_drag_offset_x |
Definition at line 103 of file map.c.
Referenced by _drag_and_drop_received(), _view_map_button_press_callback(), _view_map_button_release_callback(), _view_map_drag_set_icon(), and enter().
| int dt_map_t::start_drag_offset_y |
Definition at line 103 of file map.c.
Referenced by _drag_and_drop_received(), _view_map_button_press_callback(), _view_map_button_release_callback(), _view_map_drag_set_icon(), and enter().
| int dt_map_t::start_drag_x |
Definition at line 102 of file map.c.
Referenced by _view_map_button_press_callback(), and _view_map_motion_notify_callback().
| int dt_map_t::start_drag_y |
Definition at line 102 of file map.c.
Referenced by _view_map_button_press_callback(), and _view_map_motion_notify_callback().
| float dt_map_t::thumb_lat_angle |
Definition at line 104 of file map.c.
Referenced by _view_map_center_on_image_list(), _view_map_thumb_angles(), and init().
| float dt_map_t::thumb_lon_angle |
Definition at line 104 of file map.c.
Referenced by _view_map_center_on_image_list(), _view_map_thumb_angles(), and init().
| int dt_map_t::thumbnail |
Definition at line 112 of file map.c.
Referenced by _view_map_changed_callback_delayed(), _view_map_drag_set_icon(), _view_map_draw_images(), and _view_map_motion_notify_callback().
| int dt_map_t::time_out |
Definition at line 110 of file map.c.
Referenced by _view_map_changed_callback(), _view_map_changed_callback_wait(), _view_map_signal_change_delayed(), _view_map_signal_change_wait(), and init().
| int dt_map_t::timeout_event_source |
Definition at line 111 of file map.c.
Referenced by _view_map_changed_callback_delayed(), _view_map_draw_images(), and init().