![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for _lib_location_result_t:Data Fields | |
| int32_t | relevance |
| _lib_location_type_t | type |
| float | lon |
| float | lat |
| dt_map_box_t | bbox |
| dt_geo_map_display_t | marker_type |
| GList * | marker_points |
| gchar * | name |
Definition at line 62 of file location.c.
| dt_map_box_t _lib_location_result_t::bbox |
Definition at line 68 of file location.c.
Referenced by __attribute__(), get_params(), and set_params().
| float _lib_location_result_t::lat |
Definition at line 67 of file location.c.
Referenced by __attribute__(), _lib_location_place_widget_new(), get_params(), and set_params().
| float _lib_location_result_t::lon |
Definition at line 66 of file location.c.
Referenced by __attribute__(), _lib_location_place_widget_new(), get_params(), and set_params().
| GList* _lib_location_result_t::marker_points |
Definition at line 70 of file location.c.
Referenced by __attribute__(), free_location(), get_params(), and set_params().
| dt_geo_map_display_t _lib_location_result_t::marker_type |
Definition at line 69 of file location.c.
Referenced by __attribute__(), get_params(), and set_params().
| gchar* _lib_location_result_t::name |
Definition at line 71 of file location.c.
Referenced by __attribute__(), _lib_location_place_widget_new(), free_location(), get_params(), and set_params().
| int32_t _lib_location_result_t::relevance |
Definition at line 64 of file location.c.
Referenced by get_params(), and set_params().
| _lib_location_type_t _lib_location_result_t::type |
Definition at line 65 of file location.c.
Referenced by __attribute__(), _lib_location_place_get_zoom(), get_params(), and set_params().