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

Class qflow_chart_t

object --+
         |
        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 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:
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__

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)