Proxy of C++ selection_item_t class.
|
| | __init__ (self, *args) |
| | init(self) -> selection_item_t init(self, n) -> selection_item_t
|
| |
| "int" | compare (self, "selection_item_t" r) |
| | compare(self, r) -> int
|
| |
| "bool" | __eq__ (self, "selection_item_t" r) |
| | eq(self, r) -> bool
|
| |
| "bool" | __ne__ (self, "selection_item_t" r) |
| | ne(self, r) -> bool
|
| |
| "bool" | __lt__ (self, "selection_item_t" r) |
| | lt(self, r) -> bool
|
| |
|
| str | is_node = property(_ida_graph.selection_item_t_is_node_get, _ida_graph.selection_item_t_is_node_set, doc=) |
| |
| str | node = property(_ida_graph.selection_item_t_node_get, _ida_graph.selection_item_t_node_set, doc=) |
| |
| str | elp = property(_ida_graph.selection_item_t_elp_get, _ida_graph.selection_item_t_elp_set, doc=) |
| |
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
◆ __init__()
| __init__ |
( |
| self, |
|
|
* | args ) |
◆ __eq__()
| "bool" __eq__ |
( |
| self, |
|
|
"selection_item_t" | r ) |
◆ __lt__()
| "bool" __lt__ |
( |
| self, |
|
|
"selection_item_t" | r ) |
◆ __ne__()
| "bool" __ne__ |
( |
| self, |
|
|
"selection_item_t" | r ) |
◆ compare()
| "int" compare |
( |
| self, |
|
|
"selection_item_t" | r ) |
◆ elp
| str elp = property(_ida_graph.selection_item_t_elp_get, _ida_graph.selection_item_t_elp_set, doc=) |
|
static |
◆ is_node
| str is_node = property(_ida_graph.selection_item_t_is_node_get, _ida_graph.selection_item_t_is_node_set, doc=) |
|
static |
◆ node
| str node = property(_ida_graph.selection_item_t_node_get, _ida_graph.selection_item_t_node_set, doc=) |
|
static |
◆ thisown
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: