Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_cons.h>
Public Attributes | |
const char ** | options |
int | options_len |
int | selection |
int | w |
int | h |
int | scroll |
bool | complete_common |
bool | direction |
bool rz_selection_widget_t::direction |
Definition at line 1008 of file rz_cons.h.
Referenced by selection_widget_down(), selection_widget_draw(), and selection_widget_up().
int rz_selection_widget_t::h |
Definition at line 1005 of file rz_cons.h.
Referenced by selection_widget_down(), selection_widget_draw(), and selection_widget_up().
const char** rz_selection_widget_t::options |
Definition at line 1002 of file rz_cons.h.
Referenced by cmd_descs_generate.CmdDesc::__str__(), selection_widget_draw(), and selection_widget_select().
int rz_selection_widget_t::options_len |
Definition at line 1003 of file rz_cons.h.
Referenced by selection_widget_down(), selection_widget_draw(), selection_widget_erase(), selection_widget_select(), and selection_widget_up().
int rz_selection_widget_t::scroll |
Definition at line 1006 of file rz_cons.h.
Referenced by selection_widget_down(), selection_widget_draw(), and selection_widget_up().
int rz_selection_widget_t::selection |
Definition at line 1004 of file rz_cons.h.
Referenced by selection_widget_down(), selection_widget_draw(), selection_widget_erase(), selection_widget_select(), and selection_widget_up().
int rz_selection_widget_t::w |
Definition at line 1005 of file rz_cons.h.
Referenced by selection_widget_draw().