NetSurf
Data Structures | Functions | Variables
history.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_global_history_s
 

Functions

void atari_global_history_init (void)
 
void atari_global_history_open (void)
 
void atari_global_history_close (void)
 
void atari_global_history_destroy (void)
 
void atari_global_history_redraw (void)
 

Variables

struct atari_global_history_s atari_global_history
 

Function Documentation

◆ atari_global_history_close()

void atari_global_history_close ( void  )

Definition at line 75 of file history.c.

References atari_global_history, atari_treeview_close(), and atari_global_history_s::tv.

Referenced by atari_global_history_destroy(), and handle_event().

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

◆ atari_global_history_destroy()

void atari_global_history_destroy ( void  )

Definition at line 169 of file history.c.

References atari_global_history, atari_global_history_close(), atari_treeview_delete(), atari_treeview_is_open(), atari_global_history_s::init, NSLOG, atari_global_history_s::tv, and atari_global_history_s::window.

Referenced by gui_quit().

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

◆ atari_global_history_init()

void atari_global_history_init ( void  )

Definition at line 110 of file history.c.

References atari_global_history, atari_global_history_treeview_callbacks, atari_treeview_create(), ATARI_TREEVIEW_WIDGETS, desk_area, atari_global_history_s::init, messages_get(), NSLOG, atari_global_history_s::tv, and atari_global_history_s::window.

Referenced by gui_init().

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

◆ atari_global_history_open()

void atari_global_history_open ( void  )

Definition at line 146 of file history.c.

References atari_global_history, atari_treeview_is_open(), atari_treeview_open(), desk_area, atari_global_history_s::init, atari_global_history_s::tv, and atari_global_history_s::window.

Referenced by menu_ghistory().

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

◆ atari_global_history_redraw()

void atari_global_history_redraw ( void  )

Definition at line 188 of file history.c.

References atari_global_history, atari_treeview_redraw(), and atari_global_history_s::tv.

Here is the call graph for this function:

Variable Documentation

◆ atari_global_history

struct atari_global_history_s atari_global_history
extern