![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_lib_location_t:Data Fields | |
| GtkEntry * | search |
| GtkWidget * | result |
| GList * | callback_params |
| GList * | places |
| gchar * | response |
| size_t | response_size |
| GObject * | marker |
| dt_geo_map_display_t | marker_type |
| _lib_location_result_t * | selected_location |
| GList * | marker_points |
Definition at line 74 of file location.c.
| GList* dt_lib_location_t::callback_params |
Definition at line 78 of file location.c.
Referenced by _lib_location_place_widget_new(), and clear_search().
| GObject* dt_lib_location_t::marker |
Definition at line 87 of file location.c.
Referenced by _clear_markers(), and _show_location().
| GList* dt_lib_location_t::marker_points |
Definition at line 94 of file location.c.
Referenced by __attribute__().
| dt_geo_map_display_t dt_lib_location_t::marker_type |
Definition at line 88 of file location.c.
Referenced by _clear_markers(), and _show_location().
| GList* dt_lib_location_t::places |
Definition at line 80 of file location.c.
Referenced by __attribute__(), _lib_location_search(), _lib_location_search_finish(), clear_search(), and set_params().
| gchar* dt_lib_location_t::response |
Definition at line 83 of file location.c.
Referenced by _lib_location_curl_write_data(), _lib_location_search(), and clear_search().
| size_t dt_lib_location_t::response_size |
Definition at line 84 of file location.c.
Referenced by _lib_location_curl_write_data(), _lib_location_search(), and clear_search().
| GtkWidget* dt_lib_location_t::result |
Definition at line 77 of file location.c.
Referenced by _lib_location_place_widget_new(), _lib_location_search_finish(), clear_search(), and gui_init().
| GtkEntry* dt_lib_location_t::search |
Definition at line 76 of file location.c.
Referenced by _lib_location_entry_activated(), _lib_location_search(), gui_init(), gui_reset(), and set_params().
| _lib_location_result_t* dt_lib_location_t::selected_location |
Definition at line 91 of file location.c.
Referenced by _show_location(), clear_search(), and get_params().