Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_agraph.h>
Public Attributes | |
RzConsCanvas * | can |
RzGraph * | graph |
const RzGraphNode * | curnode |
char * | title |
Sdb * | db |
HtPP * | nodes |
RzList * | dummy_nodes |
int | layout |
int | is_instep |
bool | is_tiny |
bool | is_dis |
int | edgemode |
int | mode |
bool | is_callgraph |
bool | is_interactive |
int | zoom |
int | movspeed |
bool | hints |
RzANode * | update_seek_on |
bool | need_reload_nodes |
bool | need_set_layout |
int | need_update_dim |
int | force_update_seek |
RzANodeCallback | on_curnode_change |
void * | on_curnode_change_data |
bool | dummy |
bool | show_node_titles |
bool | show_node_body |
int | x |
int | y |
int | w |
int | h |
RzList * | back_edges |
RzList * | long_edges |
struct layer_t * | layers |
unsigned int | n_layers |
RzList * | dists |
RzList * | edges |
RzAGraphHits | ghits |
Definition at line 46 of file rz_agraph.h.
RzList* rz_ascii_graph_t::back_edges |
Definition at line 84 of file rz_agraph.h.
RzConsCanvas* rz_ascii_graph_t::can |
Definition at line 47 of file rz_agraph.h.
Referenced by rz_core_agraph_print_ascii(), and rz_core_graph_print().
const RzGraphNode* rz_ascii_graph_t::curnode |
Definition at line 49 of file rz_agraph.h.
Sdb* rz_ascii_graph_t::db |
Definition at line 51 of file rz_agraph.h.
RzList* rz_ascii_graph_t::dists |
Definition at line 88 of file rz_agraph.h.
bool rz_ascii_graph_t::dummy |
Definition at line 76 of file rz_agraph.h.
RzList* rz_ascii_graph_t::dummy_nodes |
Definition at line 53 of file rz_agraph.h.
int rz_ascii_graph_t::edgemode |
Definition at line 59 of file rz_agraph.h.
RzList* rz_ascii_graph_t::edges |
Definition at line 89 of file rz_agraph.h.
int rz_ascii_graph_t::force_update_seek |
Definition at line 71 of file rz_agraph.h.
Referenced by rz_core_agraph_print_interactive(), and rz_core_graph_print().
RzAGraphHits rz_ascii_graph_t::ghits |
Definition at line 90 of file rz_agraph.h.
RzGraph* rz_ascii_graph_t::graph |
Definition at line 48 of file rz_agraph.h.
int rz_ascii_graph_t::h |
Definition at line 81 of file rz_agraph.h.
bool rz_ascii_graph_t::hints |
Definition at line 65 of file rz_agraph.h.
bool rz_ascii_graph_t::is_callgraph |
Definition at line 61 of file rz_agraph.h.
Referenced by cmd_analysis_graph().
bool rz_ascii_graph_t::is_dis |
Definition at line 58 of file rz_agraph.h.
int rz_ascii_graph_t::is_instep |
Definition at line 56 of file rz_agraph.h.
bool rz_ascii_graph_t::is_interactive |
Definition at line 62 of file rz_agraph.h.
bool rz_ascii_graph_t::is_tiny |
Definition at line 57 of file rz_agraph.h.
Referenced by rz_core_agraph_print_tiny(), and rz_core_graph_print().
struct layer_t* rz_ascii_graph_t::layers |
Definition at line 86 of file rz_agraph.h.
int rz_ascii_graph_t::layout |
Definition at line 55 of file rz_agraph.h.
Referenced by rz_core_agraph_print_interactive(), and rz_core_graph_print().
RzList* rz_ascii_graph_t::long_edges |
Definition at line 85 of file rz_agraph.h.
int rz_ascii_graph_t::mode |
Definition at line 60 of file rz_agraph.h.
Referenced by test_group_name.GroupTest::run().
int rz_ascii_graph_t::movspeed |
Definition at line 64 of file rz_agraph.h.
Definition at line 87 of file rz_agraph.h.
bool rz_ascii_graph_t::need_reload_nodes |
Definition at line 68 of file rz_agraph.h.
Referenced by agraph_set_need_reload_nodes(), create_agraph_from_graph(), and rz_core_init().
bool rz_ascii_graph_t::need_set_layout |
Definition at line 69 of file rz_agraph.h.
Referenced by rz_core_agraph_print_interactive(), and rz_core_graph_print().
int rz_ascii_graph_t::need_update_dim |
Definition at line 70 of file rz_agraph.h.
Referenced by rz_core_agraph_print_interactive(), and rz_core_graph_print().
HtPP* rz_ascii_graph_t::nodes |
Definition at line 52 of file rz_agraph.h.
RzANodeCallback rz_ascii_graph_t::on_curnode_change |
Definition at line 74 of file rz_agraph.h.
void* rz_ascii_graph_t::on_curnode_change_data |
Definition at line 75 of file rz_agraph.h.
bool rz_ascii_graph_t::show_node_body |
Definition at line 78 of file rz_agraph.h.
bool rz_ascii_graph_t::show_node_titles |
Definition at line 77 of file rz_agraph.h.
Referenced by cmd_analysis_graph().
char* rz_ascii_graph_t::title |
Definition at line 50 of file rz_agraph.h.
RzANode* rz_ascii_graph_t::update_seek_on |
Definition at line 67 of file rz_agraph.h.
int rz_ascii_graph_t::w |
Definition at line 81 of file rz_agraph.h.
int rz_ascii_graph_t::x |
Definition at line 80 of file rz_agraph.h.
int rz_ascii_graph_t::y |
Definition at line 80 of file rz_agraph.h.
int rz_ascii_graph_t::zoom |
Definition at line 63 of file rz_agraph.h.