Rizin
unix-like reverse engineering framework and cli tools
rz_panel_model_t Struct Reference

#include <rz_panels.h>

Public Attributes

RzPanelDirectionCallback directionCb
 
RzPanelRotateCallback rotateCb
 
RzPanelPrintCallback print_cb
 
RzPanelType type
 
char * cmd
 
char * title
 
ut64 baseAddr
 
ut64 addr
 
bool cache
 
char * cmdStrCache
 
char * readOnly
 
char * funcName
 
char ** filter
 
int n_filter
 
int rotate
 

Detailed Description

Definition at line 39 of file rz_panels.h.

Member Data Documentation

◆ addr

◆ baseAddr

ut64 rz_panel_model_t::baseAddr

Definition at line 46 of file rz_panels.h.

Referenced by __panels_check_stackbase().

◆ cache

◆ cmd

◆ cmdStrCache

◆ directionCb

RzPanelDirectionCallback rz_panel_model_t::directionCb

Definition at line 40 of file rz_panels.h.

Referenced by __panels_process().

◆ filter

char** rz_panel_model_t::filter

Definition at line 52 of file rz_panels.h.

Referenced by __apply_filter_cmd(), __renew_filter(), __reset_filter(), and __set_filter().

◆ funcName

char* rz_panel_model_t::funcName

Definition at line 51 of file rz_panels.h.

Referenced by __handle_tab_new_with_cur_panel().

◆ n_filter

int rz_panel_model_t::n_filter

Definition at line 53 of file rz_panels.h.

Referenced by __apply_filter_cmd(), __renew_filter(), and __set_filter().

◆ print_cb

RzPanelPrintCallback rz_panel_model_t::print_cb

Definition at line 42 of file rz_panels.h.

Referenced by __default_panel_print().

◆ readOnly

char* rz_panel_model_t::readOnly

Definition at line 50 of file rz_panels.h.

Referenced by __default_panel_print(), __free_panel_model(), and __update_help_contents().

◆ rotate

int rz_panel_model_t::rotate

Definition at line 54 of file rz_panels.h.

Referenced by __print_hexdump_cb().

◆ rotateCb

RzPanelRotateCallback rz_panel_model_t::rotateCb

Definition at line 41 of file rz_panels.h.

Referenced by __panels_process().

◆ title

◆ type


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