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

Class qflow_chart_t

object --+
         |
        qflow_chart_t

Proxy of C++ qflow_chart_t class.

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

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

Properties
  bounds
qflow_chart_t_bounds_get(self) -> range_t
  flags
qflow_chart_t_flags_get(self) -> int
  nproper
qflow_chart_t_nproper_get(self) -> int
  pfn
qflow_chart_t_pfn_get(self) -> func_t *
  thisown
The membership flag
  title
qflow_chart_t_title_get(self) -> qstring *

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

__init__(self, _title, _pfn, _ea1, _ea2, _flags) -> qflow_chart_t

Returns: qflow_chart_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

bounds

qflow_chart_t_bounds_get(self) -> range_t

Get Method:
unreachable.qflow_chart_t_bounds_get(self)
Set Method:
unreachable.qflow_chart_t_bounds_set(self, bounds)

flags

qflow_chart_t_flags_get(self) -> int

Get Method:
unreachable.qflow_chart_t_flags_get(self)
Set Method:
unreachable.qflow_chart_t_flags_set(self, flags)

nproper

qflow_chart_t_nproper_get(self) -> int

Get Method:
unreachable.qflow_chart_t_nproper_get(self)
Set Method:
unreachable.qflow_chart_t_nproper_set(self, nproper)

pfn

qflow_chart_t_pfn_get(self) -> func_t *

Get Method:
unreachable.qflow_chart_t_pfn_get(self)
Set Method:
unreachable.qflow_chart_t_pfn_set(self, pfn)

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)

title

qflow_chart_t_title_get(self) -> qstring *

Get Method:
unreachable.qflow_chart_t_title_get(self)
Set Method:
unreachable.qflow_chart_t_title_set(self, title)