Data Fields | |
struct board * | bd_dialed |
struct board * | bd_edit |
struct board * | bd_msg |
struct drag_info | drag |
SDL_Surface * | font |
SDL_Rect | font_rects [96] |
enum kb_output | kb_output |
SDL_Surface * | keypad |
struct keypad_entry * | kp |
SDL_Rect | kp_dialed [2] |
SDL_Rect | kp_edit [2] |
SDL_Rect | kp_msg [2] |
SDL_Rect | kp_rect |
int | kp_size |
int | kp_used |
int | outfd |
SDL_Surface * | screen |
struct thumb_bd | thumb_bd_array [MAX_VIDEO_SOURCES] |
struct display_window | win [WIN_MAX] |
Definition at line 142 of file console_gui.c.
struct board* bd_dialed |
Definition at line 167 of file console_gui.c.
Referenced by cleanup_sdl(), handle_mousedown(), keypad_pick_up(), and sdl_setup().
struct board* bd_edit |
Definition at line 164 of file console_gui.c.
struct board* bd_msg |
Definition at line 161 of file console_gui.c.
Referenced by cleanup_sdl(), eventhandler(), handle_keyboard_input(), handle_mousedown(), keypad_pick_up(), and sdl_setup().
struct drag_info drag |
Definition at line 144 of file console_gui.c.
Referenced by eventhandler(), gui_init(), and handle_mousedown().
SDL_Surface* font |
Definition at line 151 of file console_gui.c.
Referenced by cleanup_sdl(), gui_init(), init_board(), and sdl_setup().
SDL_Rect font_rects[96] |
Definition at line 152 of file console_gui.c.
Referenced by gui_init(), init_board(), and sdl_setup().
Definition at line 143 of file console_gui.c.
Referenced by gui_init(), and handle_keyboard_input().
SDL_Surface* keypad |
Definition at line 149 of file console_gui.c.
Referenced by cleanup_sdl(), gui_init(), handle_mousedown(), keypad_setup(), and sdl_setup().
struct keypad_entry* kp |
Definition at line 177 of file console_gui.c.
Referenced by cleanup_sdl(), handle_mousedown(), and keypad_cfg_read().
SDL_Rect kp_dialed[2] |
Definition at line 166 of file console_gui.c.
Referenced by keypad_cfg_read(), and sdl_setup().
SDL_Rect kp_edit[2] |
Definition at line 163 of file console_gui.c.
Referenced by keypad_cfg_read().
SDL_Rect kp_msg[2] |
Definition at line 160 of file console_gui.c.
Referenced by keypad_cfg_read(), and sdl_setup().
SDL_Rect kp_rect |
Definition at line 150 of file console_gui.c.
Referenced by keypad_cfg_read(), and sdl_setup().
int kp_size |
Definition at line 176 of file console_gui.c.
Referenced by handle_mousedown(), and keypad_cfg_read().
int kp_used |
Definition at line 176 of file console_gui.c.
Referenced by handle_mousedown(), and keypad_cfg_read().
int outfd |
Definition at line 148 of file console_gui.c.
Referenced by cleanup_sdl(), eventhandler(), gui_init(), handle_mousedown(), and keypad_pick_up().
SDL_Surface* screen |
Definition at line 146 of file console_gui.c.
Referenced by init_board(), and sdl_setup().
struct thumb_bd thumb_bd_array[MAX_VIDEO_SOURCES] |
Definition at line 173 of file console_gui.c.
Referenced by cleanup_sdl(), and sdl_setup().
struct display_window win[WIN_MAX] |
Definition at line 179 of file console_gui.c.
Referenced by cleanup_sdl(), sdl_setup(), set_drag(), and show_frame().