NetSurf
Data Structures | Functions | Variables
cookies.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  atari_cookie_manager_s
 

Functions

void atari_cookie_manager_init (void)
 
void atari_cookie_manager_open (void)
 
void atari_cookie_manager_close (void)
 
void atari_cookie_manager_destroy (void)
 
void atari_cookie_manager_redraw (void)
 

Variables

struct atari_cookie_manager_s atari_cookie_manager
 

Function Documentation

◆ atari_cookie_manager_close()

void atari_cookie_manager_close ( void  )

Definition at line 193 of file cookies.c.

References atari_cookie_manager, atari_treeview_close(), and atari_cookie_manager_s::tv.

Referenced by atari_cookie_manager_destroy(), and handle_event().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ atari_cookie_manager_destroy()

void atari_cookie_manager_destroy ( void  )

Definition at line 199 of file cookies.c.

References atari_cookie_manager, atari_cookie_manager_close(), atari_treeview_delete(), atari_treeview_is_open(), atari_cookie_manager_s::init, NSLOG, atari_cookie_manager_s::tv, and atari_cookie_manager_s::window.

Referenced by gui_quit().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ atari_cookie_manager_init()

void atari_cookie_manager_init ( void  )

Definition at line 132 of file cookies.c.

References atari_cookie_manager, atari_cookie_manager_treeview_callbacks, atari_treeview_create(), ATARI_TREEVIEW_WIDGETS, desk_area, atari_cookie_manager_s::init, messages_get(), NSLOG, atari_cookie_manager_s::tv, and atari_cookie_manager_s::window.

Referenced by gui_init().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ atari_cookie_manager_open()

void atari_cookie_manager_open ( void  )

Definition at line 173 of file cookies.c.

References atari_cookie_manager, atari_treeview_is_open(), atari_treeview_open(), desk_area, atari_cookie_manager_s::init, atari_cookie_manager_s::tv, and atari_cookie_manager_s::window.

Referenced by menu_cookies().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ atari_cookie_manager_redraw()

void atari_cookie_manager_redraw ( void  )

Definition at line 218 of file cookies.c.

References atari_cookie_manager, atari_treeview_redraw(), and atari_cookie_manager_s::tv.

Here is the call graph for this function:

Variable Documentation

◆ atari_cookie_manager

struct atari_cookie_manager_s atari_cookie_manager
extern