|
NetSurf
|
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 [] |
| 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().
|
static |
Definition at line 37 of file help.c.
References AMI_HELP_MAIN, AmigaGuideClass, AmigaGuideObject, context_nodes, and NewObject().
Referenced by ami_help_open().
| void ami_help_new_screen | ( | struct Screen * | screen | ) |
Definition at line 66 of file help.c.
References AmigaGuideObject.
Referenced by ami_openscreen().
| 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().
| 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().
| ULONG ami_help_signal | ( | void | ) |
Definition at line 72 of file help.c.
References AmigaGuideObject.
Referenced by ami_get_msg().
|
static |
Definition at line 26 of file help.c.
Referenced by ami_help_free(), and ami_help_init().
|
static |
Definition at line 27 of file help.c.
Referenced by ami_help_free(), ami_help_init(), ami_help_new_screen(), ami_help_open(), ami_help_process(), and ami_help_signal().
| CONST_STRPTR context_nodes[] |
Definition at line 30 of file help.c.
Referenced by ami_help_init().