|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_agraph.h>
Public Attributes | |
| RzGraphNode * | gnode |
| char * | title |
| char * | body |
| int | x |
| int | y |
| int | w |
| int | h |
| int | layer |
| int | layer_height |
| int | layer_width |
| int | pos_in_layer |
| int | is_dummy |
| int | is_reversed |
| int | klass |
| int | difftype |
| bool | is_mini |
Definition at line 8 of file rz_agraph.h.
| char* rz_ascii_node_t::body |
Definition at line 11 of file rz_agraph.h.
Referenced by get_bbupdate(), rz_agraph_add_node_with_color(), and rz_agraph_print_json().
| int rz_ascii_node_t::difftype |
Definition at line 25 of file rz_agraph.h.
Referenced by rz_agraph_add_node_with_color().
| RzGraphNode* rz_ascii_node_t::gnode |
Definition at line 9 of file rz_agraph.h.
Referenced by agraph_follow_innodes(), create_dummy_nodes(), rz_agraph_add_node_with_color(), rz_agraph_del_node(), rz_agraph_print_json(), and update_graph_sizes().
| int rz_ascii_node_t::h |
Definition at line 16 of file rz_agraph.h.
Referenced by agraph_print_edges_simple(), backedge_info(), and update_graph_sizes().
| int rz_ascii_node_t::is_dummy |
Definition at line 22 of file rz_agraph.h.
Referenced by adjust_directions(), agraph_print_edges_simple(), compute_vertical_nodes(), create_dummy_nodes(), get_right_dummy(), original_traverse_l(), place_original(), and rz_agraph_add_node_with_color().
| bool rz_ascii_node_t::is_mini |
Definition at line 26 of file rz_agraph.h.
| int rz_ascii_node_t::is_reversed |
Definition at line 23 of file rz_agraph.h.
Referenced by create_dummy_nodes(), dist_nodes(), place_single(), and rz_agraph_add_node_with_color().
| int rz_ascii_node_t::klass |
Definition at line 24 of file rz_agraph.h.
Referenced by adjust_class(), compute_classes(), place_nodes(), and rz_agraph_add_node_with_color().
| int rz_ascii_node_t::layer |
Definition at line 18 of file rz_agraph.h.
Referenced by adjust_directions(), assign_layers(), create_dummy_nodes(), get_crossing_matrix(), get_right_dummy(), original_traverse_l(), and rz_agraph_add_node_with_color().
| int rz_ascii_node_t::layer_height |
Definition at line 19 of file rz_agraph.h.
| int rz_ascii_node_t::layer_width |
Definition at line 20 of file rz_agraph.h.
| int rz_ascii_node_t::pos_in_layer |
Definition at line 21 of file rz_agraph.h.
Referenced by adjust_directions(), get_crossing_matrix(), get_right_dummy(), layer_sweep(), original_traverse_l(), and rz_agraph_add_node_with_color().
| char* rz_ascii_node_t::title |
Definition at line 10 of file rz_agraph.h.
Referenced by agraph_follow_innodes(), agraph_refresh(), check_changes(), get_crossing_matrix(), rz_agraph_add_node_with_color(), rz_agraph_del_node(), and rz_agraph_print_json().
| int rz_ascii_node_t::w |
Definition at line 15 of file rz_agraph.h.
Referenced by agraph_print_edges_simple(), backedge_info(), create_dummy_nodes(), dist_nodes(), and update_graph_sizes().
| int rz_ascii_node_t::x |
Definition at line 13 of file rz_agraph.h.
Referenced by adjust_class(), agraph_print_edges_simple(), backedge_info(), collect_changes(), combine_sequences(), find_near_of(), get_cgnodes(), place_original(), place_single(), set_dist_nodes(), and update_graph_sizes().
| int rz_ascii_node_t::y |
Definition at line 14 of file rz_agraph.h.
Referenced by agraph_print_edges_simple(), backedge_info(), find_near_of(), get_cgnodes(), and update_graph_sizes().