NetSurf
Functions | Variables
help.c File Reference
#include "amiga/os3support.h"
#include "amiga/help.h"
#include "amiga/agclass/amigaguide_class.h"
Include dependency graph for help.c:

Go to the source code of this file.

Functions

static void ami_help_init (struct Screen *screen)
 
void ami_help_open (ULONG node, struct Screen *screen)
 
void ami_help_free (void)
 
void ami_help_new_screen (struct Screen *screen)
 
ULONG ami_help_signal (void)
 
void ami_help_process (void)
 

Variables

static Class * AmigaGuideClass = NULL
 
static Object * AmigaGuideObject = NULL
 
CONST_STRPTR context_nodes []
 

Function Documentation

◆ ami_help_free()

void ami_help_free ( void  )

Definition at line 57 of file help.c.

References AmigaGuideClass, and AmigaGuideObject.

Referenced by ami_help_process(), and gui_quit().

Here is the caller graph for this function:

◆ ami_help_init()

static void ami_help_init ( struct Screen *  screen)
static

Definition at line 37 of file help.c.

References AMI_HELP_MAIN, AmigaGuideClass, AmigaGuideObject, context_nodes, and NewObject().

Referenced by ami_help_open().

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

◆ ami_help_new_screen()

void ami_help_new_screen ( struct Screen *  screen)

Definition at line 66 of file help.c.

References AmigaGuideObject.

Referenced by ami_openscreen().

Here is the caller graph for this function:

◆ ami_help_open()

void ami_help_open ( ULONG  node,
struct Screen *  screen 
)

Definition at line 50 of file help.c.

References ami_help_init(), AmigaGuideObject, and IDoMethod.

Referenced by ami_gui_event(), and ami_gui_opts_event().

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

◆ ami_help_process()

void ami_help_process ( void  )

Definition at line 80 of file help.c.

References ami_help_free(), AmigaGuideObject, and IDoMethod.

Referenced by ami_get_msg().

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

◆ ami_help_signal()

ULONG ami_help_signal ( void  )

Definition at line 72 of file help.c.

References AmigaGuideObject.

Referenced by ami_get_msg().

Here is the caller graph for this function:

Variable Documentation

◆ AmigaGuideClass

Class* AmigaGuideClass = NULL
static

Definition at line 26 of file help.c.

Referenced by ami_help_free(), and ami_help_init().

◆ AmigaGuideObject

Object* AmigaGuideObject = NULL
static

◆ context_nodes

CONST_STRPTR context_nodes[]
Initial value:
= {
"Main",
"GUI",
"Prefs",
NULL
}

Definition at line 30 of file help.c.

Referenced by ami_help_init().