NetSurf
|
#include <assert.h>
#include "netsurf/inttypes.h"
#include "utils/log.h"
#include "utils/messages.h"
#include "netsurf/mouse.h"
#include "netsurf/plotters.h"
#include "desktop/cookie_manager.h"
#include "atari/treeview.h"
#include "atari/cookies.h"
#include "atari/gemtk/gemtk.h"
#include "atari/res/netsurf.rsh"
Go to the source code of this file.
Functions | |
static nserror | atari_cookie_manager_init_phase2 (struct core_window *cw) |
static void | atari_cookie_manager_finish (struct core_window *cw) |
static void | atari_cookie_manager_keypress (struct core_window *cw, uint32_t ucs4) |
static void | atari_cookie_manager_mouse_action (struct core_window *cw, browser_mouse_state mouse, int x, int y) |
static void | atari_cookie_manager_draw (struct core_window *cw, int x, int y, struct rect *clip, const struct redraw_context *ctx) |
static short | handle_event (GUIWIN *win, EVMULT_OUT *ev_out, short msg[8]) |
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 | |
GRECT | desk_area |
struct atari_cookie_manager_s | atari_cookie_manager |
static struct atari_treeview_callbacks | atari_cookie_manager_treeview_callbacks |
void atari_cookie_manager_close | ( | void | ) |
Definition at line 191 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().
void atari_cookie_manager_destroy | ( | void | ) |
Definition at line 197 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().
|
static |
Definition at line 78 of file cookies.c.
References clip(), and cookie_manager_redraw().
|
static |
Definition at line 70 of file cookies.c.
References cookie_manager_fini(), and NSLOG.
void atari_cookie_manager_init | ( | void | ) |
Definition at line 130 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().
|
static |
Definition at line 62 of file cookies.c.
References cookie_manager_init(), and NSLOG.
|
static |
Definition at line 88 of file cookies.c.
References cookie_manager_keypress(), and NSLOG.
|
static |
Definition at line 96 of file cookies.c.
References cookie_manager_mouse_action().
void atari_cookie_manager_open | ( | void | ) |
Definition at line 171 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().
void atari_cookie_manager_redraw | ( | void | ) |
Definition at line 216 of file cookies.c.
References atari_cookie_manager, atari_treeview_redraw(), and atari_cookie_manager_s::tv.
|
static |
Definition at line 105 of file cookies.c.
References atari_cookie_manager_close(), and NSLOG.
struct atari_cookie_manager_s atari_cookie_manager |
Definition at line 35 of file cookies.c.
Referenced by atari_cookie_manager_close(), atari_cookie_manager_destroy(), atari_cookie_manager_init(), atari_cookie_manager_open(), and atari_cookie_manager_redraw().
|
static |
Definition at line 51 of file cookies.c.
Referenced by atari_cookie_manager_init().
|
extern |
Definition at line 79 of file gui.c.
Referenced by atari_cookie_manager_init(), and atari_cookie_manager_open().