Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_panels.h>
Public Attributes | |
RzPanelPos | pos |
RzPanelPos | prevPos |
int | sx |
int | sy |
int | curpos |
bool | refresh |
int | edge |
Definition at line 57 of file rz_panels.h.
int rz_panel_view_t::curpos |
Definition at line 62 of file rz_panels.h.
Referenced by __cursor_del_breakpoints(), __direction_panels_cursor_cb(), __handle_cursor_mode(), __jmp_to_cursor_addr(), __set_curnode(), and __update_panel_contents().
int rz_panel_view_t::edge |
Definition at line 64 of file rz_panels.h.
Referenced by __check_edge(), and __do_panels_resize().
RzPanelPos rz_panel_view_t::pos |
Definition at line 58 of file rz_panels.h.
Referenced by __add_cmd_panel(), __add_cmdf_panel(), __add_help_panel(), __check_edge(), __check_if_mouse_x_on_edge(), __check_if_mouse_y_on_edge(), __del_invalid_panels(), __direction_hexdump_cb(), __direction_panels_cursor_cb(), __dismantle_panel(), __do_panels_resize(), __handle_mouse_on_panel(), __handle_mouse_on_X(), __layout_default(), __maximize_panel_size(), __menu_panel_print(), __move_panel_to_down(), __move_panel_to_left(), __move_panel_to_right(), __move_panel_to_up(), __move_to_direction(), __open_menu_cb(), __panel_all_clear(), __panel_print(), __panels_process(), __print_disassembly_cb(), __resize_panel_down(), __resize_panel_left(), __resize_panel_right(), __resize_panel_up(), __restore_panel_pos(), __save_panel_pos(), __split_panel_horizontal(), __split_panel_vertical(), __update_disassembly_or_open(), __update_edge_x(), __update_edge_y(), __update_help_contents(), __update_help_title(), __update_panel_contents(), __update_panel_title(), cmd_descs_generate.CmdDesc::_validate(), and rz_save_panels_layout().
RzPanelPos rz_panel_view_t::prevPos |
Definition at line 59 of file rz_panels.h.
Referenced by __restore_panel_pos(), and __save_panel_pos().
bool rz_panel_view_t::refresh |
Definition at line 63 of file rz_panels.h.
Referenced by __activate_cursor(), __del_menu(), __direction_default_cb(), __direction_disassembly_cb(), __direction_graph_cb(), __direction_hexdump_cb(), __direction_panels_cursor_cb(), __direction_register_cb(), __direction_stack_cb(), __handle_console(), __handle_cursor_mode(), __handle_menu(), __handle_mouse_on_menu(), __handle_tab_key(), __insert_value(), __maximize_panel_size(), __open_menu_cb(), __panel_breakpoint(), __panel_print(), __panels_process(), __panels_refresh(), __reset_filter(), __resize_panel_down(), __resize_panel_left(), __resize_panel_right(), __resize_panel_up(), __save_layout_cb(), __set_breakpoints_on_cursor(), __set_filter(), and __set_refresh_all().
int rz_panel_view_t::sx |
Definition at line 60 of file rz_panels.h.
Referenced by __direction_default_cb(), __direction_disassembly_cb(), __direction_graph_cb(), __direction_panels_cursor_cb(), __direction_register_cb(), __direction_stack_cb(), __panel_print(), __update_help_contents(), and __update_panel_contents().
int rz_panel_view_t::sy |
Definition at line 61 of file rz_panels.h.
Referenced by __direction_default_cb(), __direction_graph_cb(), __direction_hexdump_cb(), __direction_panels_cursor_cb(), __handle_cursor_mode(), __panel_print(), __set_curnode(), __update_help_contents(), and __update_panel_contents().