![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <map_locations.h>
Collaboration diagram for dt_map_location_data_t:Data Fields | |
| double | lon |
| double | lat |
| double | delta1 |
| double | delta2 |
| double | ratio |
| int | shape |
| GList * | polygons |
| int | plg_pts |
Definition at line 45 of file map_locations.h.
| double dt_map_location_data_t::delta1 |
Definition at line 47 of file map_locations.h.
Referenced by _draw_location(), _view_map_add_location(), and _view_map_scroll_event().
| double dt_map_location_data_t::delta2 |
Definition at line 47 of file map_locations.h.
Referenced by _drag_and_drop_received(), _draw_location(), _view_map_add_location(), and _view_map_scroll_event().
| double dt_map_location_data_t::lat |
Definition at line 47 of file map_locations.h.
Referenced by _drag_and_drop_received(), _draw_location(), _view_map_add_location(), and _view_map_draw_location().
| double dt_map_location_data_t::lon |
Definition at line 47 of file map_locations.h.
Referenced by _drag_and_drop_received(), _draw_location(), _view_map_add_location(), and _view_map_draw_location().
| int dt_map_location_data_t::plg_pts |
Definition at line 50 of file map_locations.h.
Referenced by _map_location_find_images(), _view_map_add_location(), _view_map_draw_location(), _view_map_draw_other_locations(), dt_map_location_free_polygons(), and dt_map_location_get_polygons().
| GList* dt_map_location_data_t::polygons |
Definition at line 49 of file map_locations.h.
Referenced by _map_location_find_images(), _view_map_add_location(), _view_map_draw_location(), _view_map_draw_other_locations(), dt_map_location_free_polygons(), and dt_map_location_get_polygons().
| double dt_map_location_data_t::ratio |
Definition at line 47 of file map_locations.h.
Referenced by _drag_and_drop_received(), _draw_location(), and _view_map_add_location().
| int dt_map_location_data_t::shape |
Definition at line 48 of file map_locations.h.
Referenced by _draw_location(), _map_location_find_images(), _name_editing_done(), _view_map_add_location(), _view_map_button_press_callback(), _view_map_draw_location(), _view_map_remove_location(), dt_map_location_free_polygons(), and dt_map_location_get_polygons().