![]() |
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 |
Definition at line 101 of file piwigo.c.
Referenced by _piwigo_account_changed(), and gui_init().
| GList* dt_storage_piwigo_gui_data_t::accounts |
Definition at line 104 of file piwigo.c.
Referenced by _piwigo_get_account(), _piwigo_load_account(), and gui_init().
| GtkWidget* dt_storage_piwigo_gui_data_t::album_list |
Definition at line 100 of file piwigo.c.
Referenced by _piwigo_album_changed(), _piwigo_authenticate(), _piwigo_entry_changed(), _piwigo_refresh_albums(), _piwigo_server_entry_changed(), get_params(), and gui_init().
| GList* dt_storage_piwigo_gui_data_t::albums |
Definition at line 103 of file piwigo.c.
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
Definition at line 107 of file piwigo.c.
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 |
Definition at line 98 of file piwigo.c.
Referenced by _piwigo_album_changed(), and gui_init().
| GtkEntry * dt_storage_piwigo_gui_data_t::new_album_entry |
Definition at line 97 of file piwigo.c.
Referenced by get_params(), and gui_init().
| GtkWidget * dt_storage_piwigo_gui_data_t::parent_album_list |
Definition at line 100 of file piwigo.c.
Referenced by _piwigo_refresh_albums(), get_params(), and gui_init().
| GtkWidget* dt_storage_piwigo_gui_data_t::permission_list |
Definition at line 99 of file piwigo.c.
Referenced by get_params(), and gui_init().
| GtkEntry * dt_storage_piwigo_gui_data_t::pwd_entry |
Definition at line 97 of file piwigo.c.
Referenced by _piwigo_account_changed(), _piwigo_authenticate(), _piwigo_set_account(), and gui_init().
| GtkEntry* dt_storage_piwigo_gui_data_t::server_entry |
Definition at line 96 of file piwigo.c.
Referenced by _piwigo_account_changed(), _piwigo_authenticate(), _piwigo_set_account(), and gui_init().
| GtkLabel* dt_storage_piwigo_gui_data_t::status_label |
Definition at line 95 of file piwigo.c.
Referenced by _piwigo_set_status(), and gui_init().
| GtkEntry* dt_storage_piwigo_gui_data_t::user_entry |
Definition at line 97 of file piwigo.c.
Referenced by _piwigo_account_changed(), _piwigo_authenticate(), _piwigo_set_account(), and gui_init().