|
'tagged_line_section_t const *' | first (self, 'color_t' tag) |
|
None | sections_at (self, 'tagged_line_sections_t' out, 'cpidx_t' x, 'color_t' tag=0) |
|
'tagged_line_section_t const *' | nearest_at (self, 'cpidx_t' x, 'color_t' tag=0) |
|
'tagged_line_section_t const *' | nearest_before (self, 'tagged_line_section_t' range, 'cpidx_t' start, 'color_t' tag=0) |
|
'tagged_line_section_t const *' | nearest_after (self, 'tagged_line_section_t' range, 'cpidx_t' start, 'color_t' tag=0) |
|
| __init__ (self) |
|
'tagged_line_section_t &' | push_back (self, *args) |
|
None | pop_back (self) |
|
'size_t' | size (self) |
|
bool | empty (self) |
|
'tagged_line_section_t const &' | at (self, 'size_t' _idx) |
|
None | qclear (self) |
|
None | clear (self) |
|
None | resize (self, *args) |
|
None | grow (self, *args) |
|
'size_t' | capacity (self) |
|
None | reserve (self, 'size_t' cnt) |
|
None | truncate (self) |
|
None | swap (self, 'tagged_line_section_vec_t' r) |
|
'tagged_line_section_t *' | extract (self) |
|
None | inject (self, 'tagged_line_section_t' s, 'size_t' len) |
|
bool | __eq__ (self, 'tagged_line_section_vec_t' r) |
|
bool | __ne__ (self, 'tagged_line_section_vec_t' r) |
|
'qvector< tagged_line_section_t >::const_iterator' | begin (self, *args) |
|
'qvector< tagged_line_section_t >::const_iterator' | end (self, *args) |
|
'qvector< tagged_line_section_t >::iterator' | insert (self, 'tagged_line_section_t' it, 'tagged_line_section_t' x) |
|
'qvector< tagged_line_section_t >::iterator' | erase (self, *args) |
|
'qvector< tagged_line_section_t >::const_iterator' | find (self, *args) |
|
bool | has (self, 'tagged_line_section_t' x) |
|
bool | add_unique (self, 'tagged_line_section_t' x) |
|
'size_t' | __len__ (self) |
|
'tagged_line_section_t const &' | __getitem__ (self, 'size_t' i) |
|
None | __setitem__ (self, 'size_t' i, 'tagged_line_section_t' v) |
|
None | append (self, 'tagged_line_section_t' x) |
|
None | extend (self, 'tagged_line_section_vec_t' x) |
|