![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_storage_piwigo_gui_data_t:Data Fields | |
| GtkLabel * | status_label |
| GtkEntry * | server_entry |
| GtkEntry * | user_entry |
| GtkEntry * | pwd_entry |
| GtkEntry * | new_album_entry |
| GtkBox * | create_box |
| GtkWidget * | permission_list |
| GtkWidget * | album_list |
| GtkWidget * | parent_album_list |
| GtkWidget * | account_list |
| GList * | albums |
| GList * | accounts |
| _piwigo_api_context_t * | api |
| GtkWidget* dt_storage_piwigo_gui_data_t::account_list |
Referenced by _piwigo_account_changed(), and gui_init().
| GList* dt_storage_piwigo_gui_data_t::accounts |
Referenced by _piwigo_get_account(), _piwigo_load_account(), and gui_init().
| GtkWidget* dt_storage_piwigo_gui_data_t::album_list |
| GList* dt_storage_piwigo_gui_data_t::albums |
Referenced by _piwigo_refresh_albums(), get_params(), and gui_init().
| _piwigo_api_context_t* dt_storage_piwigo_gui_data_t::api |
Current Piwigo context for the gui
Referenced by _piwigo_authenticate(), _piwigo_entry_changed(), _piwigo_login_clicked(), _piwigo_refresh_albums(), _piwigo_server_entry_changed(), get_params(), and gui_init().
| GtkBox* dt_storage_piwigo_gui_data_t::create_box |
Referenced by _piwigo_album_changed(), and gui_init().
| GtkEntry * dt_storage_piwigo_gui_data_t::new_album_entry |
Referenced by get_params(), and gui_init().
| GtkWidget * dt_storage_piwigo_gui_data_t::parent_album_list |
Referenced by _piwigo_refresh_albums(), get_params(), and gui_init().
| GtkWidget* dt_storage_piwigo_gui_data_t::permission_list |
Referenced by get_params(), and gui_init().
| GtkEntry * dt_storage_piwigo_gui_data_t::pwd_entry |
Referenced by _piwigo_account_changed(), _piwigo_authenticate(), _piwigo_set_account(), and gui_init().
| GtkEntry* dt_storage_piwigo_gui_data_t::server_entry |
Referenced by _piwigo_account_changed(), _piwigo_authenticate(), _piwigo_set_account(), and gui_init().
| GtkLabel* dt_storage_piwigo_gui_data_t::status_label |
Referenced by _piwigo_set_status(), and gui_init().
| GtkEntry* dt_storage_piwigo_gui_data_t::user_entry |
Referenced by _piwigo_account_changed(), _piwigo_authenticate(), _piwigo_set_account(), and gui_init().