|
"bool" | has (self, *args) |
| has(self, item) -> bool
|
|
"void" | add (self, *args) |
| add(self, s)
|
|
"void" | sub (self, *args) |
| sub(self, s)
|
|
"void" | add_node (self, *args) |
| add_node(self, node)
|
|
"void" | del_node (self, *args) |
| del_node(self, node)
|
|
"void" | add_point (self, *args) |
| add_point(self, e, idx)
|
|
"void" | del_point (self, *args) |
| del_point(self, e, idx)
|
|
"size_t" | nodes_count (self, *args) |
| nodes_count(self) -> size_t
|
|
"size_t" | points_count (self, *args) |
| points_count(self) -> size_t
|
|
"size_t" | items_count (self, *args) |
| items_count(self, look_for_nodes) -> size_t
|
|
| __init__ (self, *args) |
| init(self) -> screen_graph_selection_t
|
|
"selection_item_t &" | push_back (self, *args) |
| push_back(self, x)
|
|
"void" | pop_back (self, *args) |
| pop_back(self)
|
|
"size_t" | size (self, *args) |
| size(self) -> size_t
|
|
"bool" | empty (self, *args) |
| empty(self) -> bool
|
|
"selection_item_t const &" | at (self, *args) |
| at(self, _idx) -> selection_item_t
|
|
"void" | qclear (self, *args) |
| qclear(self)
|
|
"void" | clear (self, *args) |
| clear(self)
|
|
"void" | resize (self, *args) |
| resize(self, _newsize, x)
|
|
"void" | grow (self, *args) |
| grow(self, x=selection_item_t())
|
|
"size_t" | capacity (self, *args) |
| capacity(self) -> size_t
|
|
"void" | reserve (self, *args) |
| reserve(self, cnt)
|
|
"void" | truncate (self, *args) |
| truncate(self)
|
|
"void" | swap (self, *args) |
| swap(self, r)
|
|
"selection_item_t *" | extract (self, *args) |
| extract(self) -> selection_item_t
|
|
"void" | inject (self, *args) |
| inject(self, s, len)
|
|
"bool" | __eq__ (self, *args) |
| eq(self, r) -> bool
|
|
"bool" | __ne__ (self, *args) |
| 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, *args) |
| 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, *args) |
| add_unique(self, x) -> bool
|
|
"size_t" | __len__ (self, *args) |
| len(self) -> size_t
|
|
"selection_item_t const &" | __getitem__ (self, *args) |
| getitem(self, i) -> selection_item_t
|
|
"void" | __setitem__ (self, *args) |
| setitem(self, i, v)
|
|