|
"bool" | has (self, "selection_item_t" item) |
| has(self, item) -> bool
|
|
"void" | add (self, "screen_graph_selection_t" s) |
| add(self, s)
|
|
"void" | sub (self, "screen_graph_selection_t" s) |
| sub(self, s)
|
|
"void" | add_node (self, "int" node) |
| add_node(self, node)
|
|
"void" | del_node (self, "int" node) |
| del_node(self, node)
|
|
"void" | add_point (self, "edge_t" e, "int" idx) |
| add_point(self, e, idx)
|
|
"void" | del_point (self, "edge_t" e, "int" idx) |
| del_point(self, e, idx)
|
|
"size_t" | nodes_count (self) |
| nodes_count(self) -> size_t
|
|
"size_t" | points_count (self) |
| points_count(self) -> size_t
|
|
"size_t" | items_count (self, "bool" look_for_nodes) |
| items_count(self, look_for_nodes) -> size_t
|
|
| __init__ (self) |
| init(self) -> screen_graph_selection_t
|
|
"selection_item_t &" | push_back (self, *args) |
| push_back(self, x)
|
|
"void" | pop_back (self) |
| pop_back(self)
|
|
"size_t" | size (self) |
| size(self) -> size_t
|
|
"bool" | empty (self) |
| empty(self) -> bool
|
|
"selection_item_t const &" | at (self, "size_t" _idx) |
| at(self, _idx) -> selection_item_t
|
|
"void" | qclear (self) |
| qclear(self)
|
|
"void" | clear (self) |
| clear(self)
|
|
"void" | resize (self, *args) |
| resize(self, _newsize, x)
|
|
"void" | grow (self, *args) |
| grow(self, x=selection_item_t())
|
|
"size_t" | capacity (self) |
| capacity(self) -> size_t
|
|
"void" | reserve (self, "size_t" cnt) |
| reserve(self, cnt)
|
|
"void" | truncate (self) |
| truncate(self)
|
|
"void" | swap (self, "screen_graph_selection_base_t" r) |
| swap(self, r)
|
|
"selection_item_t *" | extract (self) |
| extract(self) -> selection_item_t
|
|
"void" | inject (self, "selection_item_t" s, "size_t" len) |
| inject(self, s, len)
|
|
"bool" | __eq__ (self, "screen_graph_selection_base_t" r) |
| eq(self, r) -> bool
|
|
"bool" | __ne__ (self, "screen_graph_selection_base_t" r) |
| ne(self, r) -> bool
|
|
"qvector< selection_item_t >::const_iterator" | begin (self, *args) |
| begin(self) -> selection_item_t
|
|
"qvector< selection_item_t >::const_iterator" | end (self, *args) |
| end(self) -> selection_item_t
|
|
"qvector< selection_item_t >::iterator" | insert (self, "selection_item_t" it, "selection_item_t" x) |
| insert(self, it, x) -> selection_item_t
|
|
"qvector< selection_item_t >::iterator" | erase (self, *args) |
| erase(self, it) -> selection_item_t
|
|
"qvector< selection_item_t >::const_iterator" | find (self, *args) |
| find(self, x) -> selection_item_t
|
|
"bool" | add_unique (self, "selection_item_t" x) |
| add_unique(self, x) -> bool
|
|
"size_t" | __len__ (self) |
| len(self) -> size_t
|
|
"selection_item_t const &" | __getitem__ (self, "size_t" i) |
| getitem(self, i) -> selection_item_t
|
|
"void" | __setitem__ (self, "size_t" i, "selection_item_t" v) |
| setitem(self, i, v)
|
|
"void" | append (self, "selection_item_t" x) |
| append(self, x)
|
|
"void" | extend (self, "screen_graph_selection_base_t" x) |
| extend(self, x)
|
|