Module ida_hexrays :: Class simple_graph_t
[frames] | no frames]

Class simple_graph_t

object --+
         |
        simple_graph_t
Known Subclasses:

Proxy of C++ simple_graph_t class.

Instance Methods
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__repr__(self)
repr(x)

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

Properties
  colored_gdl_edges
simple_graph_t_colored_gdl_edges_get(self) -> bool
  thisown
The membership flag
  title
simple_graph_t_title_get(self) -> qstring *

Inherited from object: __class__

Method Details

__init__(self, *args, **kwargs)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

colored_gdl_edges

simple_graph_t_colored_gdl_edges_get(self) -> bool

Get Method:
unreachable.simple_graph_t_colored_gdl_edges_get(self)
Set Method:
unreachable.simple_graph_t_colored_gdl_edges_set(self, colored_gdl_edges)

thisown

The membership flag

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

title

simple_graph_t_title_get(self) -> qstring *

Get Method:
unreachable.simple_graph_t_title_get(self)
Set Method:
unreachable.simple_graph_t_title_set(self, title)