NetSurf
|
Data Fields | |
treeview * | tree |
struct treeview_field_desc | fields [HL_N_FIELDS] |
bool | built |
struct hotlist_folder * | default_folder |
char * | save_path |
bool | save_scheduled |
bool hotlist_ctx::built |
Definition at line 63 of file hotlist.c.
Referenced by hotlist_add_folder_internal(), hotlist_entry_insert(), hotlist_fini(), hotlist_has_url(), hotlist_init(), hotlist_remove_url(), and hotlist_update_url().
struct hotlist_folder* hotlist_ctx::default_folder |
Definition at line 64 of file hotlist.c.
Referenced by hotlist_add_url(), hotlist_export_enter_cb(), hotlist_init(), hotlist_load_directory_cb(), and hotlist_tree_node_folder_cb().
struct treeview_field_desc hotlist_ctx::fields[HL_N_FIELDS] |
Definition at line 62 of file hotlist.c.
Referenced by hotlist_add_folder_internal(), hotlist_create_treeview_field_data(), hotlist_create_treeview_field_visits_data(), hotlist_fini(), hotlist_init(), hotlist_initialise_entry_fields(), hotlist_tree_node_entry_cb(), and hotlist_tree_node_folder_cb().
char* hotlist_ctx::save_path |
Definition at line 65 of file hotlist.c.
Referenced by hotlist_fini(), hotlist_init(), hotlist_schedule_save(), and hotlist_schedule_save_cb().
bool hotlist_ctx::save_scheduled |
Definition at line 66 of file hotlist.c.
Referenced by hotlist_fini(), hotlist_schedule_save(), and hotlist_schedule_save_cb().
treeview* hotlist_ctx::tree |
Definition at line 61 of file hotlist.c.
Referenced by hotlist_add_entry(), hotlist_add_folder(), hotlist_add_folder_internal(), hotlist_add_url(), hotlist_contract(), hotlist_edit_selection(), hotlist_entry_insert(), hotlist_expand(), hotlist_export(), hotlist_fini(), hotlist_get_selection(), hotlist_has_selection(), hotlist_has_url(), hotlist_init(), hotlist_iterate(), hotlist_keypress(), hotlist_load(), hotlist_manager_fini(), hotlist_manager_init(), hotlist_mouse_action(), hotlist_redraw(), hotlist_remove_url(), hotlist_remove_url_walk_cb(), hotlist_tree_node_entry_cb(), hotlist_tree_node_folder_cb(), hotlist_update_url(), and hotlist_update_url_walk_cb().