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

#include <rz_agraph.h>

Public Attributes

RzGraphNodegnode
 
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
 

Detailed Description

Definition at line 8 of file rz_agraph.h.

Member Data Documentation

◆ body

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

◆ difftype

int rz_ascii_node_t::difftype

Definition at line 25 of file rz_agraph.h.

Referenced by rz_agraph_add_node_with_color().

◆ gnode

◆ h

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

◆ is_dummy

◆ is_mini

bool rz_ascii_node_t::is_mini

Definition at line 26 of file rz_agraph.h.

◆ is_reversed

int rz_ascii_node_t::is_reversed

◆ klass

int rz_ascii_node_t::klass

◆ layer

◆ layer_height

int rz_ascii_node_t::layer_height

Definition at line 19 of file rz_agraph.h.

◆ layer_width

int rz_ascii_node_t::layer_width

Definition at line 20 of file rz_agraph.h.

◆ pos_in_layer

int rz_ascii_node_t::pos_in_layer

◆ title

◆ w

int rz_ascii_node_t::w

◆ x

◆ y

int rz_ascii_node_t::y

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