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(*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(*args)
append_to_flowchart(self, ea_t ea1, ea_t ea2)
 
refresh(self)
 
calc_block_type(*args)
calc_block_type(self, size_t blknum) -> fc_block_type_t
 
is_ret_block(*args)
is_ret_block(self, size_t blknum) -> bool
 
is_noret_block(*args)
is_noret_block(self, size_t blknum) -> bool
 
print_node_attributes(*args)
print_node_attributes(self, FILE ?, int ?)
 
nsucc(*args)
nsucc(self, int node) -> int
 
npred(*args)
npred(self, int node) -> int
 
succ(*args)
succ(self, int node, int i) -> int
 
pred(*args)
pred(self, int node, int i) -> int
bool
print_names(self)
 
get_node_label(*args)
get_node_label(self, int ?, char ?, int ?) -> char
int
size(self)
 
__swig_destroy__(...)
delete_qflow_chart_t(qflow_chart_t self)
 
__del__(self)

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__

Properties
  thisown
The membership flag
  title
qflow_chart_t_title_get(qflow_chart_t self) -> qstring
  bounds
qflow_chart_t_bounds_get(qflow_chart_t self) -> area_t
  pfn
qflow_chart_t_pfn_get(qflow_chart_t self) -> func_t
  flags
qflow_chart_t_flags_get(qflow_chart_t self) -> int
  blocks
qflow_chart_t_blocks_get(qflow_chart_t self) -> blocks_t
  nproper
qflow_chart_t_nproper_get(qflow_chart_t self) -> int

Inherited from cancellable_graph_t: cancelled

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(*args)

 

print_node_attributes(self, FILE ?, int ?)

Overrides: gdl_graph_t.print_node_attributes

nsucc(*args)

 

nsucc(self, int node) -> int

Overrides: gdl_graph_t.nsucc

npred(*args)

 

npred(self, int node) -> int

Overrides: gdl_graph_t.npred

succ(*args)

 

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

Overrides: gdl_graph_t.succ

pred(*args)

 

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

Overrides: gdl_graph_t.pred

get_node_label(*args)

 

get_node_label(self, int ?, char ?, int ?) -> char

Overrides: gdl_graph_t.get_node_label

size(self)

 
Returns: int
Overrides: gdl_graph_t.size

__swig_destroy__(...)

 

delete_qflow_chart_t(qflow_chart_t self)

Overrides: gdl_graph_t.__swig_destroy__

__del__(self)
(Destructor)

 
Overrides: gdl_graph_t.__del__

Property Details

thisown

The membership flag

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

title

qflow_chart_t_title_get(qflow_chart_t self) -> qstring

Get Method:
unreachable.qflow_chart_t_title_get(...) - qflow_chart_t_title_get(qflow_chart_t self) -> qstring
Set Method:
unreachable.qflow_chart_t_title_set(...) - qflow_chart_t_title_set(qflow_chart_t self, qstring title)

bounds

qflow_chart_t_bounds_get(qflow_chart_t self) -> area_t

Get Method:
unreachable.qflow_chart_t_bounds_get(...) - qflow_chart_t_bounds_get(qflow_chart_t self) -> area_t
Set Method:
unreachable.qflow_chart_t_bounds_set(...) - qflow_chart_t_bounds_set(qflow_chart_t self, area_t bounds)

pfn

qflow_chart_t_pfn_get(qflow_chart_t self) -> func_t

Get Method:
unreachable.qflow_chart_t_pfn_get(...) - qflow_chart_t_pfn_get(qflow_chart_t self) -> func_t
Set Method:
unreachable.qflow_chart_t_pfn_set(...) - qflow_chart_t_pfn_set(qflow_chart_t self, func_t pfn)

flags

qflow_chart_t_flags_get(qflow_chart_t self) -> int

Get Method:
unreachable.qflow_chart_t_flags_get(...) - qflow_chart_t_flags_get(qflow_chart_t self) -> int
Set Method:
unreachable.qflow_chart_t_flags_set(...) - qflow_chart_t_flags_set(qflow_chart_t self, int flags)

blocks

qflow_chart_t_blocks_get(qflow_chart_t self) -> blocks_t

Get Method:
unreachable.qflow_chart_t_blocks_get(...) - qflow_chart_t_blocks_get(qflow_chart_t self) -> blocks_t
Set Method:
unreachable.qflow_chart_t_blocks_set(...) - qflow_chart_t_blocks_set(qflow_chart_t self, blocks_t blocks)

nproper

qflow_chart_t_nproper_get(qflow_chart_t self) -> int

Get Method:
unreachable.qflow_chart_t_nproper_get(...) - qflow_chart_t_nproper_get(qflow_chart_t self) -> int
Set Method:
unreachable.qflow_chart_t_nproper_set(...) - qflow_chart_t_nproper_set(qflow_chart_t self, int nproper)