Module idaapi :: Class qflow_chart_t
[frames] | no frames]

Class qflow_chart_t

     object --+        
              |        
    gdl_graph_t --+    
                  |    
cancellable_graph_t --+
                      |
                     qflow_chart_t

Proxy of C++ qflow_chart_t class

Instance Methods
 
__repr__(self)
repr(x)
qflow_chart_t
__init__(self)
__init__(self, char _title, func_t _pfn, ea_t _ea1, ea_t _ea2, int _flags) -> qflow_chart_t
 
create(self, *args)
create(self, char _title, func_t _pfn, ea_t _ea1, ea_t _ea2, int _flags) create(self, char _title, areavec_t ranges, int _flags)
 
append_to_flowchart(self, *args)
append_to_flowchart(self, ea_t ea1, ea_t ea2)
 
refresh(self)
 
calc_block_type(self, *args)
calc_block_type(self, size_t blknum) -> fc_block_type_t
 
is_ret_block(self, *args)
is_ret_block(self, size_t blknum) -> bool
 
is_noret_block(self, *args)
is_noret_block(self, size_t blknum) -> bool
 
print_node_attributes(self, *args)
print_node_attributes(self, FILE arg0, int arg1)
 
nsucc(self, *args)
nsucc(self, int node) -> int
 
npred(self, *args)
npred(self, int node) -> int
 
succ(self, *args)
succ(self, int node, int i) -> int
 
pred(self, *args)
pred(self, int node, int i) -> int
bool
print_names(self)
 
get_node_label(self, *args)
get_node_label(self, int arg0, char arg1, int arg2) -> char
int
size(self)
 
__getitem__(self, *args)
__getitem__(self, int n) -> qbasic_block_t

Inherited from gdl_graph_t: begin, edge, empty, end, entry, exists, exit, front, get_edge_color, get_node_color, nedge, node_qty, print_edge, print_graph_attributes, print_node

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables
  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: ...
  title = _swig_property(_idaapi.qflow_chart_t_title_get, _idaap...
  bounds = _swig_property(_idaapi.qflow_chart_t_bounds_get, _ida...
  pfn = _swig_property(_idaapi.qflow_chart_t_pfn_get, _idaapi.qf...
  flags = _swig_property(_idaapi.qflow_chart_t_flags_get, _idaap...
  nproper = _swig_property(_idaapi.qflow_chart_t_nproper_get, _i...
  __swig_destroy__ = _idaapi.delete_qflow_chart_t
  __del__ = lambda self:

Inherited from cancellable_graph_t: cancelled, padding

Properties

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self)
(Constructor)

 

__init__(self, char _title, func_t _pfn, ea_t _ea1, ea_t _ea2, int _flags) -> qflow_chart_t

Returns: qflow_chart_t
Overrides: object.__init__

print_node_attributes(self, *args)

 

print_node_attributes(self, FILE arg0, int arg1)

Overrides: gdl_graph_t.print_node_attributes

nsucc(self, *args)

 

nsucc(self, int node) -> int

Overrides: gdl_graph_t.nsucc

npred(self, *args)

 

npred(self, int node) -> int

Overrides: gdl_graph_t.npred

succ(self, *args)

 

succ(self, int node, int i) -> int

Overrides: gdl_graph_t.succ

pred(self, *args)

 

pred(self, int node, int i) -> int

Overrides: gdl_graph_t.pred

get_node_label(self, *args)

 

get_node_label(self, int arg0, char arg1, int arg2) -> char

Overrides: gdl_graph_t.get_node_label

size(self)

 
Returns: int
Overrides: gdl_graph_t.size

Class Variable Details

thisown

Value:
_swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc\
= 'The membership flag')

title

Value:
_swig_property(_idaapi.qflow_chart_t_title_get, _idaapi.qflow_chart_t_\
title_set)

bounds

Value:
_swig_property(_idaapi.qflow_chart_t_bounds_get, _idaapi.qflow_chart_t\
_bounds_set)

pfn

Value:
_swig_property(_idaapi.qflow_chart_t_pfn_get, _idaapi.qflow_chart_t_pf\
n_set)

flags

Value:
_swig_property(_idaapi.qflow_chart_t_flags_get, _idaapi.qflow_chart_t_\
flags_set)

nproper

Value:
_swig_property(_idaapi.qflow_chart_t_nproper_get, _idaapi.qflow_chart_\
t_nproper_set)