IDAPython 8.4
Loading...
Searching...
No Matches
qflow_chart_t Class Reference

Proxy of C++ qflow_chart_t class.

Inheritance diagram for qflow_chart_t:
cancellable_graph_t gdl_graph_t

Public Member Functions

 __init__ (self, *args)
 init(self) -> qflow_chart_t init(self, _title, _pfn, _ea1, _ea2, _flags) -> qflow_chart_t
 
"void" create (self, *args)
 create(self, _title, _pfn, _ea1, _ea2, _flags)
 
"void" append_to_flowchart (self, *args)
 append_to_flowchart(self, ea1, ea2)
 
"void" refresh (self, *args)
 refresh(self)
 
"fc_block_type_t" calc_block_type (self, *args)
 calc_block_type(self, blknum) -> fc_block_type_t
 
"bool" is_ret_block (self, *args)
 is_ret_block(self, blknum) -> bool
 
"bool" is_noret_block (self, *args)
 is_noret_block(self, blknum) -> bool
 
"void" print_node_attributes (self, *args)
 print_node_attributes(self, fp, n)
 
"int" nsucc (self, *args)
 nsucc(self, node) -> int
 
"int" npred (self, *args)
 npred(self, node) -> int
 
"int" succ (self, *args)
 succ(self, node, i) -> int
 
"int" pred (self, *args)
 pred(self, node, i) -> int
 
"char *" get_node_label (self, *args)
 get_node_label(self, n) -> char *
 
"int" size (self, *args)
 size(self) -> int
 
"bool" print_names (self, *args)
 print_names(self) -> bool
 
"qbasic_block_t *" __getitem__ (self, *args)
 getitem(self, n) -> qbasic_block_t
 
- Public Member Functions inherited from cancellable_graph_t
 __disown__ (self)
 
- Public Member Functions inherited from gdl_graph_t
"void" print_graph_attributes (self, *args)
 print_graph_attributes(self, fp)
 
"bool" print_node (self, *args)
 print_node(self, fp, n) -> bool
 
"bool" print_edge (self, *args)
 print_edge(self, fp, i, j) -> bool
 
"int" node_qty (self, *args)
 node_qty(self) -> int
 
"bool" exists (self, *args)
 exists(self, node) -> bool
 
"int" entry (self, *args)
 entry(self) -> int
 
"int" exit (self, *args)
 exit(self) -> int
 
"bool" empty (self, *args)
 empty(self) -> bool
 
"bgcolor_t" get_node_color (self, *args)
 get_node_color(self, n) -> bgcolor_t
 
"bgcolor_t" get_edge_color (self, *args)
 get_edge_color(self, i, j) -> bgcolor_t
 
"size_t" nedge (self, *args)
 nedge(self, node, ispred) -> size_t
 
"int" edge (self, *args)
 edge(self, node, i, ispred) -> int
 
"int" front (self, *args)
 front(self) -> int
 
"node_iterator" begin (self, *args)
 begin(self) -> node_iterator
 
"node_iterator" end (self, *args)
 end(self) -> node_iterator
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 title = property(_ida_gdl.qflow_chart_t_title_get, _ida_gdl.qflow_chart_t_title_set, doc=)
 
 bounds = property(_ida_gdl.qflow_chart_t_bounds_get, _ida_gdl.qflow_chart_t_bounds_set, doc=)
 
 pfn = property(_ida_gdl.qflow_chart_t_pfn_get, _ida_gdl.qflow_chart_t_pfn_set, doc=)
 
 flags = property(_ida_gdl.qflow_chart_t_flags_get, _ida_gdl.qflow_chart_t_flags_set, doc=)
 
 nproper = property(_ida_gdl.qflow_chart_t_nproper_get, _ida_gdl.qflow_chart_t_nproper_set, doc=!)
 
- Properties inherited from cancellable_graph_t
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 cancelled = property(_ida_gdl.cancellable_graph_t_cancelled_get, _ida_gdl.cancellable_graph_t_cancelled_set, doc=)
 
- Properties inherited from gdl_graph_t
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
_titlechar const *
_pfnfunc_t *
_ea1ea_t
_ea2ea_t
_flagsint

Reimplemented from cancellable_graph_t.

Member Function Documentation

◆ __getitem__()

"qbasic_block_t *" __getitem__ ( self,
* args )
Parameters
nint

◆ append_to_flowchart()

"void" append_to_flowchart ( self,
* args )
Parameters
ea1ea_t
ea2ea_t

◆ calc_block_type()

"fc_block_type_t" calc_block_type ( self,
* args )
Parameters
blknumsize_t

◆ create()

"void" create ( self,
* args )
Parameters
_titlechar const *
_pfnfunc_t *
_ea1ea_t
_ea2ea_t
_flagsint

create(self, _title, ranges, _flags)

Parameters
_titlechar const *
rangesrangevec_t const &
_flagsint

◆ get_node_label()

"char *" get_node_label ( self,
* args )
Parameters
nint

Reimplemented from gdl_graph_t.

◆ is_noret_block()

"bool" is_noret_block ( self,
* args )
Parameters
blknumsize_t

◆ is_ret_block()

"bool" is_ret_block ( self,
* args )
Parameters
blknumsize_t

◆ npred()

"int" npred ( self,
* args )
Parameters
nodeint

Reimplemented from gdl_graph_t.

◆ nsucc()

"int" nsucc ( self,
* args )
Parameters
nodeint

Reimplemented from gdl_graph_t.

◆ pred()

"int" pred ( self,
* args )
Parameters
nodeint
iint

Reimplemented from gdl_graph_t.

◆ print_names()

"bool" print_names ( self,
* args )

◆ print_node_attributes()

"void" print_node_attributes ( self,
* args )
Parameters
fpFILE *
nint

Reimplemented from gdl_graph_t.

◆ refresh()

"void" refresh ( self,
* args )

◆ size()

"int" size ( self,
* args )

Reimplemented from gdl_graph_t.

◆ succ()

"int" succ ( self,
* args )
Parameters
nodeint
iint

Reimplemented from gdl_graph_t.

Property Documentation

◆ bounds

bounds = property(_ida_gdl.qflow_chart_t_bounds_get, _ida_gdl.qflow_chart_t_bounds_set, doc=)
static

◆ flags

flags = property(_ida_gdl.qflow_chart_t_flags_get, _ida_gdl.qflow_chart_t_flags_set, doc=)
static

◆ nproper

nproper = property(_ida_gdl.qflow_chart_t_nproper_get, _ida_gdl.qflow_chart_t_nproper_set, doc=!)
static

◆ pfn

pfn = property(_ida_gdl.qflow_chart_t_pfn_get, _ida_gdl.qflow_chart_t_pfn_set, doc=)
static

◆ thisown

thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

◆ title

title = property(_ida_gdl.qflow_chart_t_title_get, _ida_gdl.qflow_chart_t_title_set, doc=)
static

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