Module ida_graph :: Class selection_item_t
[frames] | no frames]

Class selection_item_t

object --+
         |
        selection_item_t

Proxy of C++ selection_item_t class.

Instance Methods
bool
__eq__(self, r)
selection_item_t
__init__(self)
__init__(self, n) -> selection_item_t __init__(self, _elp) -> selection_item_t __init__(self, e, idx) -> selection_item_t
bool
__lt__(self, r)
bool
__ne__(self, r)
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
int
compare(self, r)

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

Properties
  elp
selection_item_t_elp_get(self) -> edge_layout_point_t
  is_node
selection_item_t_is_node_get(self) -> bool
  node
selection_item_t_node_get(self) -> int
  thisown
The membership flag

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

__init__(self, n) -> selection_item_t __init__(self, _elp) -> selection_item_t __init__(self, e, idx) -> selection_item_t

Returns: selection_item_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

elp

selection_item_t_elp_get(self) -> edge_layout_point_t

Get Method:
unreachable.selection_item_t_elp_get(self)
Set Method:
unreachable.selection_item_t_elp_set(self, elp)

is_node

selection_item_t_is_node_get(self) -> bool

Get Method:
unreachable.selection_item_t_is_node_get(self)
Set Method:
unreachable.selection_item_t_is_node_set(self, is_node)

node

selection_item_t_node_get(self) -> int

Get Method:
unreachable.selection_item_t_node_get(self)
Set Method:
unreachable.selection_item_t_node_set(self, node)

thisown

The membership flag

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