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

#include <rz_agraph.h>

Public Attributes

RzConsCanvascan
 
RzGraphgraph
 
const RzGraphNodecurnode
 
char * title
 
Sdbdb
 
HtPP * nodes
 
RzListdummy_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
 
RzANodeupdate_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
 
RzListback_edges
 
RzListlong_edges
 
struct layer_tlayers
 
unsigned int n_layers
 
RzListdists
 
RzListedges
 
RzAGraphHits ghits
 

Detailed Description

Definition at line 46 of file rz_agraph.h.

Member Data Documentation

◆ back_edges

RzList* rz_ascii_graph_t::back_edges

Definition at line 84 of file rz_agraph.h.

◆ can

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().

◆ curnode

const RzGraphNode* rz_ascii_graph_t::curnode

Definition at line 49 of file rz_agraph.h.

◆ db

Sdb* rz_ascii_graph_t::db

Definition at line 51 of file rz_agraph.h.

◆ dists

RzList* rz_ascii_graph_t::dists

Definition at line 88 of file rz_agraph.h.

◆ dummy

bool rz_ascii_graph_t::dummy

Definition at line 76 of file rz_agraph.h.

◆ dummy_nodes

RzList* rz_ascii_graph_t::dummy_nodes

Definition at line 53 of file rz_agraph.h.

◆ edgemode

int rz_ascii_graph_t::edgemode

Definition at line 59 of file rz_agraph.h.

◆ edges

RzList* rz_ascii_graph_t::edges

Definition at line 89 of file rz_agraph.h.

◆ force_update_seek

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().

◆ ghits

RzAGraphHits rz_ascii_graph_t::ghits

Definition at line 90 of file rz_agraph.h.

◆ graph

RzGraph* rz_ascii_graph_t::graph

Definition at line 48 of file rz_agraph.h.

◆ h

int rz_ascii_graph_t::h

Definition at line 81 of file rz_agraph.h.

◆ hints

bool rz_ascii_graph_t::hints

Definition at line 65 of file rz_agraph.h.

◆ is_callgraph

bool rz_ascii_graph_t::is_callgraph

Definition at line 61 of file rz_agraph.h.

Referenced by cmd_analysis_graph().

◆ is_dis

bool rz_ascii_graph_t::is_dis

Definition at line 58 of file rz_agraph.h.

◆ is_instep

int rz_ascii_graph_t::is_instep

Definition at line 56 of file rz_agraph.h.

◆ is_interactive

bool rz_ascii_graph_t::is_interactive

Definition at line 62 of file rz_agraph.h.

◆ is_tiny

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().

◆ layers

struct layer_t* rz_ascii_graph_t::layers

Definition at line 86 of file rz_agraph.h.

◆ layout

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().

◆ long_edges

RzList* rz_ascii_graph_t::long_edges

Definition at line 85 of file rz_agraph.h.

◆ mode

int rz_ascii_graph_t::mode

Definition at line 60 of file rz_agraph.h.

Referenced by test_group_name.GroupTest::run().

◆ movspeed

int rz_ascii_graph_t::movspeed

Definition at line 64 of file rz_agraph.h.

◆ n_layers

unsigned int rz_ascii_graph_t::n_layers

Definition at line 87 of file rz_agraph.h.

◆ need_reload_nodes

bool rz_ascii_graph_t::need_reload_nodes

◆ need_set_layout

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().

◆ need_update_dim

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().

◆ nodes

HtPP* rz_ascii_graph_t::nodes

Definition at line 52 of file rz_agraph.h.

◆ on_curnode_change

RzANodeCallback rz_ascii_graph_t::on_curnode_change

Definition at line 74 of file rz_agraph.h.

◆ on_curnode_change_data

void* rz_ascii_graph_t::on_curnode_change_data

Definition at line 75 of file rz_agraph.h.

◆ show_node_body

bool rz_ascii_graph_t::show_node_body

Definition at line 78 of file rz_agraph.h.

◆ show_node_titles

bool rz_ascii_graph_t::show_node_titles

Definition at line 77 of file rz_agraph.h.

Referenced by cmd_analysis_graph().

◆ title

char* rz_ascii_graph_t::title

Definition at line 50 of file rz_agraph.h.

◆ update_seek_on

RzANode* rz_ascii_graph_t::update_seek_on

Definition at line 67 of file rz_agraph.h.

◆ w

int rz_ascii_graph_t::w

Definition at line 81 of file rz_agraph.h.

◆ x

int rz_ascii_graph_t::x

Definition at line 80 of file rz_agraph.h.

◆ y

int rz_ascii_graph_t::y

Definition at line 80 of file rz_agraph.h.

◆ zoom

int rz_ascii_graph_t::zoom

Definition at line 63 of file rz_agraph.h.


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