Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


gui_info Struct Reference

Data Fields

struct boardbd_dialed
 
struct boardbd_edit
 
struct boardbd_msg
 
struct drag_info drag
 
SDL_Surface * font
 
SDL_Rect font_rects [96]
 
enum kb_output kb_output
 
SDL_Surface * keypad
 
struct keypad_entrykp
 
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]
 

Detailed Description

Definition at line 142 of file console_gui.c.

Field Documentation

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 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().


The documentation for this struct was generated from the following file: