SYMBOL INDEX (404 symbols across 22 files) FILE: GuiLite.h type T_TIME (line 21) | typedef struct function class (line 48) | class c_fifo function class (line 61) | class c_rect function set_rect (line 69) | void set_rect(int left, int top, int width, int height) function pt_in_rect (line 77) | bool pt_in_rect(int x, int y) const function operator (line 81) | int operator==(const c_rect& rect) const type BITMAP_INFO (line 93) | typedef struct struct_bitmap_info type LATTICE (line 101) | typedef struct struct_lattice type LATTICE_FONT_INFO (line 107) | typedef struct struct_lattice_font_info type FONT_LIST (line 114) | enum FONT_LIST type IMAGE_LIST (line 126) | enum IMAGE_LIST type COLOR_LIST (line 136) | enum COLOR_LIST function class (line 151) | class c_theme type Z_ORDER_LEVEL (line 221) | typedef enum type DISPLAY_DRIVER (line 228) | struct DISPLAY_DRIVER function class (line 234) | class c_display { function snap_shot (line 262) | int snap_shot(const char* file_name) function virtual (line 302) | virtual void fill_rect(int x0, int y0, int x1, int y1, unsigned int rgb) function virtual (line 354) | virtual int flush_screen(int left, int top, int right, int bottom, void*... type DISPLAY_DRIVER (line 378) | struct DISPLAY_DRIVER function class (line 386) | class c_layer function class (line 394) | class c_surface { function get_pixel (line 402) | unsigned int get_pixel(int x, int y, unsigned int z_order) function virtual (line 423) | virtual void draw_pixel(int x, int y, unsigned int rgb, unsigned int z_o... function virtual (line 474) | virtual void fill_rect(int x0, int y0, int x1, int y1, unsigned int rgb,... function draw_hline (line 513) | void draw_hline(int x0, int x1, int y, unsigned int rgb, unsigned int z_... function draw_vline (line 520) | void draw_vline(int x, int y0, int y1, unsigned int rgb, unsigned int z_... function draw_line (line 527) | void draw_line(int x1, int y1, int x2, int y2, unsigned int rgb, unsigne... function draw_rect (line 568) | void draw_rect(c_rect rect, unsigned int rgb, unsigned int size, unsigne... function fill_rect (line 572) | void fill_rect(c_rect rect, unsigned int rgb, unsigned int z_order) function flush_screen (line 576) | int flush_screen(int left, int top, int right, int bottom) function is_active (line 591) | bool is_active() { return m_is_active; } function c_display (line 592) | c_display* get_display() { return m_display; } function activate_layer (line 593) | void activate_layer(c_rect active_rect, unsigned int active_z_order)//em... function set_active (line 619) | void set_active(bool flag) { m_is_active = flag; } function virtual (line 655) | virtual void draw_pixel_low_level(int x, int y, unsigned int rgb) function attach_display (line 665) | void attach_display(c_display* display) function set_surface (line 671) | void set_surface(Z_ORDER_LEVEL max_z_order, c_rect layer_rect) function c_surface (line 714) | inline c_surface* c_display::alloc_surface(Z_ORDER_LEVEL max_zorder, c_r... function swipe_surface (line 720) | inline int c_display::swipe_surface(c_surface* s0, c_surface* s1, int x0... function class (line 795) | class c_font_operator function class (line 858) | class c_lattice_font_op : public c_font_operator function class (line 1078) | class c_word function class (line 1106) | class c_image_operator function class (line 1112) | class c_bitmap_operator : public c_image_operator function virtual (line 1154) | virtual void draw_image(c_surface* surface, int z_order, const void* ima... function class (line 1197) | class c_image type WND_ATTRIBUTION (line 1213) | typedef enum type WND_STATUS (line 1219) | typedef enum type NAVIGATION_KEY (line 1226) | typedef enum type TOUCH_ACTION (line 1232) | typedef enum type WND_TREE (line 1237) | typedef struct struct_wnd_tree function class (line 1249) | class c_wnd function disconnect (line 1293) | void disconnect() function virtual (line 1313) | virtual void on_init_children() {} function virtual (line 1314) | virtual void on_paint() {} function virtual (line 1315) | virtual void show_window() function get_z_order (line 1332) | int get_z_order() { return m_z_order; } function c_wnd (line 1333) | c_wnd* get_wnd_ptr(unsigned short id) const function set_str (line 1347) | void set_str(const char* str) { m_str = str; } function set_attr (line 1348) | void set_attr(WND_ATTRIBUTION attr) { m_attr = attr; } function set_font_color (line 1353) | void set_font_color(unsigned int color) { m_font_color = color; } function get_font_color (line 1354) | unsigned int get_font_color() { return m_font_color; } function set_bg_color (line 1355) | void set_bg_color(unsigned int color) { m_bg_color = color; } function get_bg_color (line 1356) | unsigned int get_bg_color() { return m_bg_color; } function set_font_type (line 1357) | void set_font_type(const LATTICE_FONT_INFO *font_type) { m_font = font_t... function get_wnd_rect (line 1359) | void get_wnd_rect(c_rect &rect) const { rect = m_wnd_rect; } function get_screen_rect (line 1360) | void get_screen_rect(c_rect &rect) const function c_wnd (line 1367) | c_wnd* set_child_focus(c_wnd *focus_child) function c_wnd (line 1386) | c_wnd* get_parent() const { return m_parent; } function c_wnd (line 1387) | c_wnd* get_last_child() const function unlink_child (line 1400) | int unlink_child(c_wnd *child) function c_wnd (line 1454) | c_wnd* get_prev_sibling() const { return m_prev_sibling; } function c_wnd (line 1455) | c_wnd* get_next_sibling() const { return m_next_sibling; } function c_wnd (line 1456) | c_wnd* search_priority_sibling(c_wnd* root) function virtual (line 1470) | virtual void on_touch(int x, int y, TOUCH_ACTION action) function virtual (line 1494) | virtual void on_navigate(NAVIGATION_KEY key) function c_surface (line 1552) | c_surface* get_surface() { return m_surface; } function set_surface (line 1553) | void set_surface(c_surface* surface) { m_surface = surface; } function add_child_2_tail (line 1556) | void add_child_2_tail(c_wnd *child) function wnd2screen (line 1578) | void wnd2screen(int &x, int &y) const function load_child_wnd (line 1592) | int load_child_wnd(WND_TREE *p_child_tree) function set_active_child (line 1608) | void set_active_child(c_wnd* child) { m_focus_child = child; } function virtual (line 1609) | virtual void on_focus() {} function virtual (line 1610) | virtual void on_kill_focus() {} function class (line 1628) | class c_button : public c_wnd type DIALOG_ARRAY (line 1719) | typedef struct function class (line 1724) | class c_dialog : public c_wnd function close_dialog (line 1751) | static int close_dialog(c_surface* surface) function c_dialog (line 1772) | static c_dialog* get_the_dialog(c_surface* surface) function virtual (line 1790) | virtual void on_paint() type KEYBOARD_STATUS (line 1846) | typedef enum type KEYBOARD_STYLE (line 1851) | typedef enum type CLICK_STATUS (line 1856) | typedef enum function class (line 1864) | class c_keyboard: public c_wnd function virtual (line 1923) | virtual void on_paint() function on_key_clicked (line 1929) | void on_key_clicked(int id, int param) function on_char_clicked (line 1950) | void on_char_clicked(int id, int param) function on_del_clicked (line 1974) | void on_del_clicked(int id, int param) function on_caps_clicked (line 1983) | void on_caps_clicked(int id, int param) function on_enter_clicked (line 1988) | void on_enter_clicked(int id, int param) function on_esc_clicked (line 1993) | void on_esc_clicked(int id, int param) function class (line 2004) | class c_keyboard_button : public c_button function class (line 2070) | class c_edit : public c_wnd function set_text (line 2075) | void set_text(const char* str) function set_keyboard_style (line 2082) | void set_keyboard_style(KEYBOARD_STYLE kb_sytle) { m_kb_style = kb_sytle; } function virtual (line 2095) | virtual void on_paint() function virtual (line 2135) | virtual void on_focus() function virtual (line 2140) | virtual void on_kill_focus() function virtual (line 2145) | virtual void on_navigate(NAVIGATION_KEY key) function virtual (line 2157) | virtual void on_touch(int x, int y, TOUCH_ACTION action) function on_key_board_click (line 2161) | void on_key_board_click(int id, int param) function on_touch_up (line 2216) | void on_touch_up(int x, int y) function class (line 2241) | class c_label : public c_wnd function class (line 2266) | class c_list_box : public c_wnd function virtual (line 2307) | virtual void on_paint() function virtual (line 2353) | virtual void on_focus() function virtual (line 2358) | virtual void on_kill_focus() function virtual (line 2363) | virtual void on_navigate(NAVIGATION_KEY key) function virtual (line 2394) | virtual void on_touch(int x, int y, TOUCH_ACTION action) function show_list (line 2409) | void show_list() function on_touch_down (line 2431) | void on_touch_down(int x, int y) function on_touch_up (line 2457) | void on_touch_up(int x, int y) function class (line 2497) | class c_slide_group : public c_wnd { function disabel_all_slide (line 2576) | void disabel_all_slide() function virtual (line 2587) | virtual void on_navigate(NAVIGATION_KEY key) type TOUCH_STATE (line 2602) | typedef enum { function class (line 2607) | class c_gesture { function c_slide_group (line 2808) | inline c_slide_group::c_slide_group() function on_touch (line 2817) | inline void c_slide_group::on_touch(int x, int y, TOUCH_ACTION action) function class (line 2832) | class c_spin_button : public c_button function class (line 2838) | class c_spin_box : public c_wnd function on_touch (line 2913) | inline void c_spin_button::on_touch(int x, int y, TOUCH_ACTION action) function class (line 2923) | class c_table: public c_wnd function set_row_num (line 2927) | void set_row_num(unsigned int row_num){ m_row_num = row_num;} function set_col_num (line 2928) | void set_col_num(unsigned int col_num){ m_col_num = col_num;} function set_row_height (line 2929) | void set_row_height(unsigned int height) function set_col_width (line 2936) | void set_col_width(unsigned int width) function set_row_height (line 2943) | int set_row_height(unsigned int index, unsigned int height) function set_col_width (line 2952) | int set_col_width(unsigned int index, unsigned int width) function set_item (line 2961) | void set_item(int row, int col, char* str, unsigned int color) function get_row_num (line 2965) | unsigned int get_row_num(){ return m_row_num;} function get_col_num (line 2966) | unsigned int get_col_num(){ return m_col_num;} function c_rect (line 2967) | c_rect get_item_rect(int row, int col) function draw_item (line 3007) | void draw_item(int row, int col, const char* str, unsigned int color) function class (line 3025) | class c_wave_buffer type E_WAVE_DRAW_MODE (line 3135) | typedef enum function class (line 3141) | class c_wave_ctrl : public c_wnd function register_debug_function (line 3398) | void register_debug_function(void(*my_assert)(const char* file, int line... function _assert (line 3403) | void _assert(const char* file, int line) function log_out (line 3414) | void log_out(const char* log) type _timer_manage_t (line 3426) | typedef struct _timer_manage type _timer_manage (line 3439) | struct _timer_manage function init_mul_timer (line 3462) | static int init_mul_timer() function set_a_timer (line 3475) | static int set_a_timer(int interval, void (* timer_proc)(void* param), v... function expire_real_timer (line 3523) | static void expire_real_timer(int sigo) function start_real_timer (line 3531) | void start_real_timer(void (*func)(void* arg)) function get_cur_thread_id (line 3551) | unsigned int get_cur_thread_id() function register_timer (line 3555) | void register_timer(int milli_second,void func(void* param), void* param) function get_time_in_second (line 3559) | long get_time_in_second() function T_TIME (line 3563) | T_TIME get_time() function T_TIME (line 3578) | T_TIME second_to_day(long second) function create_thread (line 3591) | void create_thread(unsigned long* thread_id, void* attr, void *(*start_r... function thread_sleep (line 3595) | void thread_sleep(unsigned int milli_seconds) type FileHead (line 3599) | typedef struct { type Infohead (line 3606) | typedef struct{ function build_bmp (line 3622) | int build_bmp(const char *filename, unsigned int width, unsigned int hei... function read (line 3674) | int c_fifo::read(void* buf, int len) function write (line 3695) | int c_fifo::write(void* buf, int len) function register_debug_function (line 3734) | void register_debug_function(void(*my_assert)(const char* file, int line... function _assert (line 3740) | void _assert(const char* file, int line) function log_out (line 3749) | void log_out(const char* log) function get_time_in_second (line 3757) | long get_time_in_second() function T_TIME (line 3762) | T_TIME second_to_day(long second) function T_TIME (line 3768) | T_TIME get_time() function start_real_timer (line 3774) | void start_real_timer(void (*func)(void* arg)) function register_timer (line 3779) | void register_timer(int milli_second, void func(void* ptmr, void* parg)) function get_cur_thread_id (line 3784) | unsigned int get_cur_thread_id() function create_thread (line 3790) | void create_thread(unsigned long* thread_id, void* attr, void *(*start_r... function thread_sleep (line 3796) | void thread_sleep(unsigned int milli_seconds) function build_bmp (line 3801) | int build_bmp(const char *filename, unsigned int width, unsigned int hei... function read (line 3813) | int c_fifo::read(void* buf, int len) function write (line 3834) | int c_fifo::write(void* buf, int len) function register_debug_function (line 3874) | void register_debug_function(void(*my_assert)(const char* file, int line... function _assert (line 3879) | void _assert(const char* file, int line) function log_out (line 3896) | void log_out(const char* log) type _timer_manage_t (line 3909) | typedef struct _timer_manage type _timer_manage (line 3922) | struct _timer_manage function DWORD (line 3923) | DWORD WINAPI timer_routine(LPVOID lpParam) function init_mul_timer (line 3945) | static int init_mul_timer() function set_a_timer (line 3958) | static int set_a_timer(int interval, void (* timer_proc) (void* param), ... function DWORD (line 3990) | static DWORD WINAPI fire_real_timer(LPVOID lpParam) function DWORD (line 4013) | static DWORD WINAPI trigger_real_timer(LPVOID lpParam) function start_real_timer (line 4023) | void start_real_timer(void (*func)(void* arg)) function get_cur_thread_id (line 4038) | unsigned int get_cur_thread_id() function register_timer (line 4042) | void register_timer(int milli_second,void func(void* param), void* param) function get_time_in_second (line 4046) | long get_time_in_second() function T_TIME (line 4050) | T_TIME get_time() function T_TIME (line 4064) | T_TIME second_to_day(long second) function create_thread (line 4077) | void create_thread(unsigned long* thread_id, void* attr, void *(*start_r... function thread_sleep (line 4083) | void thread_sleep(unsigned int milli_seconds) type FileHead (line 4088) | typedef struct { type Infohead (line 4095) | typedef struct { function build_bmp (line 4112) | int build_bmp(const char *filename, unsigned int width, unsigned int hei... function read (line 4163) | int c_fifo::read(void* buf, int len) function write (line 4184) | int c_fifo::write(void* buf, int len) FILE: src/core/adapter/api_linux.cpp function register_debug_function (line 26) | void register_debug_function(void(*my_assert)(const char* file, int line... function _assert (line 32) | void _assert(const char* file, int line) function log_out (line 44) | void log_out(const char* log) type _timer_manage (line 57) | struct _timer_manage type _timer_info (line 59) | struct _timer_info type _timer_manage (line 71) | struct _timer_manage type _timer_info (line 59) | struct _timer_info function init_mul_timer (line 96) | static int init_mul_timer() function set_a_timer (line 110) | static int set_a_timer(int interval, void (* timer_proc)(void* param), v... function expire_real_timer (line 164) | static void expire_real_timer(int sigo) function start_real_timer (line 173) | void start_real_timer(void (*func)(void* arg)) function get_cur_thread_id (line 196) | unsigned int get_cur_thread_id() function register_timer (line 201) | void register_timer(int milli_second,void func(void* param), void* param) function get_time_in_second (line 206) | long get_time_in_second() function T_TIME (line 211) | T_TIME get_time() function T_TIME (line 228) | T_TIME second_to_day(long second) function create_thread (line 242) | void create_thread(unsigned long* thread_id, void* attr, void *(*start_r... function thread_sleep (line 247) | void thread_sleep(unsigned int milli_seconds) function build_bmp (line 277) | int build_bmp(const char *filename, unsigned int width, unsigned int hei... FILE: src/core/adapter/api_unknow.cpp function register_debug_function (line 9) | void register_debug_function(void(*my_assert)(const char* file, int line... function _assert (line 15) | void _assert(const char* file, int line) function log_out (line 24) | void log_out(const char* log) function get_time_in_second (line 32) | long get_time_in_second() function T_TIME (line 37) | T_TIME second_to_day(long second) function T_TIME (line 43) | T_TIME get_time() function start_real_timer (line 49) | void start_real_timer(void (*func)(void* arg)) function register_timer (line 54) | void register_timer(int milli_second, void func(void* ptmr, void* parg)) function get_cur_thread_id (line 59) | unsigned int get_cur_thread_id() function create_thread (line 65) | void create_thread(unsigned long* thread_id, void* attr, void *(*start_r... function thread_sleep (line 71) | void thread_sleep(unsigned int milli_seconds) function build_bmp (line 76) | int build_bmp(const char *filename, unsigned int width, unsigned int hei... FILE: src/core/adapter/api_win.cpp function register_debug_function (line 17) | void register_debug_function(void(*my_assert)(const char* file, int line... function _assert (line 23) | void _assert(const char* file, int line) function log_out (line 41) | void log_out(const char* log) type _timer_manage (line 55) | struct _timer_manage type _timer_info (line 57) | struct _timer_info type _timer_manage (line 69) | struct _timer_manage type _timer_info (line 57) | struct _timer_info function DWORD (line 71) | DWORD WINAPI timer_routine(LPVOID lpParam) function init_mul_timer (line 94) | static int init_mul_timer() function set_a_timer (line 108) | static int set_a_timer(int interval, void (* timer_proc) (void* param), ... function DWORD (line 145) | static DWORD WINAPI fire_real_timer(LPVOID lpParam) function DWORD (line 170) | static DWORD WINAPI trigger_real_timer(LPVOID lpParam) function start_real_timer (line 181) | void start_real_timer(void (*func)(void* arg)) function get_cur_thread_id (line 199) | unsigned int get_cur_thread_id() function register_timer (line 204) | void register_timer(int milli_second,void func(void* param), void* param) function get_time_in_second (line 209) | long get_time_in_second() function T_TIME (line 214) | T_TIME get_time() function T_TIME (line 229) | T_TIME second_to_day(long second) function create_thread (line 244) | void create_thread(unsigned long* thread_id, void* attr, void *(*start_r... function thread_sleep (line 251) | void thread_sleep(unsigned int milli_seconds) function build_bmp (line 283) | int build_bmp(const char *filename, unsigned int width, unsigned int hei... FILE: src/core/api.h type T_TIME (line 27) | typedef struct function class (line 59) | class c_fifo function class (line 73) | class c_rect function set_rect (line 81) | void set_rect(int left, int top, int width, int height) function pt_in_rect (line 89) | bool pt_in_rect(int x, int y) const function operator (line 93) | int operator==(const c_rect& rect) const FILE: src/core/display.h type Z_ORDER_LEVEL (line 10) | typedef enum type DISPLAY_DRIVER (line 18) | struct DISPLAY_DRIVER function class (line 25) | class c_display { function snap_shot (line 55) | int snap_shot(const char* file_name) function virtual (line 103) | virtual void fill_rect(int x0, int y0, int x1, int y1, unsigned int rgb) function virtual (line 158) | virtual int flush_screen(int left, int top, int right, int bottom, void*... type DISPLAY_DRIVER (line 186) | struct DISPLAY_DRIVER function class (line 196) | class c_layer function class (line 205) | class c_surface { function get_pixel (line 215) | unsigned int get_pixel(int x, int y, unsigned int z_order) function virtual (line 237) | virtual void draw_pixel(int x, int y, unsigned int rgb, unsigned int z_o... function virtual (line 294) | virtual void fill_rect(int x0, int y0, int x1, int y1, unsigned int rgb,... function draw_hline (line 337) | void draw_hline(int x0, int x1, int y, unsigned int rgb, unsigned int z_... function draw_vline (line 345) | void draw_vline(int x, int y0, int y1, unsigned int rgb, unsigned int z_... function draw_line (line 353) | void draw_line(int x1, int y1, int x2, int y2, unsigned int rgb, unsigne... function draw_rect (line 399) | void draw_rect(c_rect rect, unsigned int rgb, unsigned int size, unsigne... function fill_rect (line 404) | void fill_rect(c_rect rect, unsigned int rgb, unsigned int z_order) function flush_screen (line 409) | int flush_screen(int left, int top, int right, int bottom) function is_active (line 427) | bool is_active() { return m_is_active; } function c_display (line 428) | c_display* get_display() { return m_display; } function activate_layer (line 430) | void activate_layer(c_rect active_rect, unsigned int active_z_order)//em... function set_active (line 457) | void set_active(bool flag) { m_is_active = flag; } function virtual (line 495) | virtual void draw_pixel_low_level(int x, int y, unsigned int rgb) function attach_display (line 506) | void attach_display(c_display* display) function set_surface (line 513) | void set_surface(Z_ORDER_LEVEL max_z_order, c_rect layer_rect) function c_surface (line 562) | inline c_surface* c_display::alloc_surface(Z_ORDER_LEVEL max_zorder, c_r... function swipe_surface (line 569) | inline int c_display::swipe_surface(c_surface* s0, c_surface* s1, int x0... FILE: src/core/image.h function class (line 10) | class c_image_operator function class (line 17) | class c_bitmap_operator : public c_image_operator function virtual (line 60) | virtual void draw_image(c_surface* surface, int z_order, const void* ima... function class (line 105) | class c_image FILE: src/core/resource.h type BITMAP_INFO (line 4) | typedef struct struct_bitmap_info type LATTICE (line 13) | typedef struct struct_lattice type LATTICE_FONT_INFO (line 20) | typedef struct struct_lattice_font_info FILE: src/core/theme.h type FONT_LIST (line 7) | enum FONT_LIST type IMAGE_LIST (line 21) | enum IMAGE_LIST type COLOR_LIST (line 33) | enum COLOR_LIST function class (line 51) | class c_theme FILE: src/core/wnd.h type WND_ATTRIBUTION (line 10) | typedef enum type WND_STATUS (line 17) | typedef enum type NAVIGATION_KEY (line 25) | typedef enum type TOUCH_ACTION (line 32) | typedef enum type WND_TREE (line 38) | typedef struct struct_wnd_tree function class (line 52) | class c_wnd function disconnect (line 103) | void disconnect() function virtual (line 126) | virtual void on_init_children() {} function virtual (line 127) | virtual void on_paint() {} function virtual (line 128) | virtual void show_window() function get_z_order (line 146) | int get_z_order() { return m_z_order; } function c_wnd (line 147) | c_wnd* get_wnd_ptr(unsigned short id) const function set_str (line 165) | void set_str(const char* str) { m_str = str; } function set_attr (line 166) | void set_attr(WND_ATTRIBUTION attr) { m_attr = attr; } function set_font_color (line 172) | void set_font_color(unsigned int color) { m_font_color = color; } function get_font_color (line 173) | unsigned int get_font_color() { return m_font_color; } function set_bg_color (line 174) | void set_bg_color(unsigned int color) { m_bg_color = color; } function get_bg_color (line 175) | unsigned int get_bg_color() { return m_bg_color; } function set_font_type (line 176) | void set_font_type(const LATTICE_FONT_INFO *font_type) { m_font = font_t... function get_wnd_rect (line 178) | void get_wnd_rect(c_rect &rect) const { rect = m_wnd_rect; } function get_screen_rect (line 180) | void get_screen_rect(c_rect &rect) const function c_wnd (line 188) | c_wnd* set_child_focus(c_wnd *focus_child) function c_wnd (line 209) | c_wnd* get_parent() const { return m_parent; } function c_wnd (line 210) | c_wnd* get_last_child() const function unlink_child (line 226) | int unlink_child(c_wnd *child) function c_wnd (line 288) | c_wnd* get_prev_sibling() const { return m_prev_sibling; } function c_wnd (line 289) | c_wnd* get_next_sibling() const { return m_next_sibling; } function c_wnd (line 291) | c_wnd* search_priority_sibling(c_wnd* root) function virtual (line 307) | virtual void on_touch(int x, int y, TOUCH_ACTION action) function virtual (line 333) | virtual void on_navigate(NAVIGATION_KEY key) function c_surface (line 394) | c_surface* get_surface() { return m_surface; } function set_surface (line 395) | void set_surface(c_surface* surface) { m_surface = surface; } function add_child_2_tail (line 398) | void add_child_2_tail(c_wnd *child) function wnd2screen (line 422) | void wnd2screen(int &x, int &y) const function load_child_wnd (line 440) | int load_child_wnd(WND_TREE *p_child_tree) function set_active_child (line 457) | void set_active_child(c_wnd* child) { m_focus_child = child; } function virtual (line 459) | virtual void on_focus() {} function virtual (line 460) | virtual void on_kill_focus() {} FILE: src/core/word.h function class (line 12) | class c_font_operator function class (line 77) | class c_lattice_font_op : public c_font_operator function class (line 309) | class c_word FILE: src/widgets/button.h function class (line 10) | class c_button : public c_wnd FILE: src/widgets/dialog.h type DIALOG_ARRAY (line 13) | typedef struct function class (line 19) | class c_dialog : public c_wnd function close_dialog (line 50) | static int close_dialog(c_surface* surface) function c_dialog (line 75) | static c_dialog* get_the_dialog(c_surface* surface) function virtual (line 93) | virtual void on_paint() FILE: src/widgets/edit.h function class (line 16) | class c_edit : public c_wnd function set_text (line 21) | void set_text(const char* str) function set_keyboard_style (line 28) | void set_keyboard_style(KEYBOARD_STYLE kb_sytle) { m_kb_style = kb_sytle; } function virtual (line 42) | virtual void on_paint() function virtual (line 82) | virtual void on_focus() function virtual (line 87) | virtual void on_kill_focus() function virtual (line 92) | virtual void on_navigate(NAVIGATION_KEY key) function virtual (line 104) | virtual void on_touch(int x, int y, TOUCH_ACTION action) function on_key_board_click (line 108) | void on_key_board_click(int id, int param) function on_touch_up (line 164) | void on_touch_up(int x, int y) FILE: src/widgets/keyboard.h type KEYBOARD_STATUS (line 36) | typedef enum type KEYBOARD_STYLE (line 42) | typedef enum type CLICK_STATUS (line 48) | typedef enum function class (line 57) | class c_keyboard: public c_wnd function virtual (line 119) | virtual void on_paint() function on_key_clicked (line 126) | void on_key_clicked(int id, int param) function on_char_clicked (line 147) | void on_char_clicked(int id, int param) function on_del_clicked (line 172) | void on_del_clicked(int id, int param) function on_caps_clicked (line 181) | void on_caps_clicked(int id, int param) function on_enter_clicked (line 186) | void on_enter_clicked(int id, int param) function on_esc_clicked (line 191) | void on_esc_clicked(int id, int param) function class (line 203) | class c_keyboard_button : public c_button FILE: src/widgets/label.h function class (line 10) | class c_label : public c_wnd FILE: src/widgets/list_box.h function class (line 15) | class c_list_box : public c_wnd function virtual (line 58) | virtual void on_paint() function virtual (line 105) | virtual void on_focus() function virtual (line 110) | virtual void on_kill_focus() function virtual (line 115) | virtual void on_navigate(NAVIGATION_KEY key) function virtual (line 146) | virtual void on_touch(int x, int y, TOUCH_ACTION action) function show_list (line 162) | void show_list() function on_touch_down (line 185) | void on_touch_down(int x, int y) function on_touch_up (line 211) | void on_touch_up(int x, int y) FILE: src/widgets/slide_group.h function class (line 11) | class c_slide_group : public c_wnd { function disabel_all_slide (line 96) | void disabel_all_slide() function virtual (line 107) | virtual void on_navigate(NAVIGATION_KEY key) type TOUCH_STATE (line 124) | typedef enum { function class (line 130) | class c_gesture { function c_slide_group (line 339) | inline c_slide_group::c_slide_group() function on_touch (line 349) | inline void c_slide_group::on_touch(int x, int y, TOUCH_ACTION action) FILE: src/widgets/spinbox.h function class (line 15) | class c_spin_button : public c_button function class (line 22) | class c_spin_box : public c_wnd function on_touch (line 101) | inline void c_spin_button::on_touch(int x, int y, TOUCH_ACTION action) FILE: src/widgets/table.h function class (line 13) | class c_table: public c_wnd function set_row_num (line 17) | void set_row_num(unsigned int row_num){ m_row_num = row_num;} function set_col_num (line 18) | void set_col_num(unsigned int col_num){ m_col_num = col_num;} function set_row_height (line 19) | void set_row_height(unsigned int height) function set_col_width (line 26) | void set_col_width(unsigned int width) function set_row_height (line 33) | int set_row_height(unsigned int index, unsigned int height) function set_col_width (line 42) | int set_col_width(unsigned int index, unsigned int width) function set_item (line 51) | void set_item(int row, int col, char* str, unsigned int color) function get_row_num (line 56) | unsigned int get_row_num(){ return m_row_num;} function get_col_num (line 57) | unsigned int get_col_num(){ return m_col_num;} function c_rect (line 58) | c_rect get_item_rect(int row, int col) function draw_item (line 101) | void draw_item(int row, int col, const char* str, unsigned int color) FILE: src/widgets/wave_buffer.h function class (line 12) | class c_wave_buffer FILE: src/widgets/wave_ctrl.h type E_WAVE_DRAW_MODE (line 21) | typedef enum function class (line 28) | class c_wave_ctrl : public c_wnd