Proxy of C++ dirtree_selection_t class.  
|  | 
|  | __init__ (self, *args) | 
|  | init(self) -> dirtree_selection_t 
 | 
|  | 
| "dirtree_cursor_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 
 | 
|  | 
| "dirtree_cursor_t const &" | at (self, *args) | 
|  | at(self, _idx) -> dirtree_cursor_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=dirtree_cursor_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) 
 | 
|  | 
| "dirtree_cursor_t *" | extract (self, *args) | 
|  | extract(self) -> dirtree_cursor_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< dirtree_cursor_t >::const_iterator" | begin (self, *args) | 
|  | begin(self) -> dirtree_cursor_t 
 | 
|  | 
| "qvector< dirtree_cursor_t >::const_iterator" | end (self, *args) | 
|  | end(self) -> dirtree_cursor_t 
 | 
|  | 
| "qvector< dirtree_cursor_t >::iterator" | insert (self, *args) | 
|  | insert(self, it, x) -> dirtree_cursor_t 
 | 
|  | 
| "qvector< dirtree_cursor_t >::iterator" | erase (self, *args) | 
|  | erase(self, it) -> dirtree_cursor_t 
 | 
|  | 
| "qvector< dirtree_cursor_t >::const_iterator" | find (self, *args) | 
|  | find(self, x) -> dirtree_cursor_t 
 | 
|  | 
| "bool" | has (self, *args) | 
|  | has(self, x) -> bool 
 | 
|  | 
| "bool" | add_unique (self, *args) | 
|  | add_unique(self, x) -> bool 
 | 
|  | 
| "size_t" | __len__ (self, *args) | 
|  | len(self) -> size_t 
 | 
|  | 
| "dirtree_cursor_t const &" | __getitem__ (self, *args) | 
|  | getitem(self, i) -> dirtree_cursor_t 
 | 
|  | 
| "void" | __setitem__ (self, *args) | 
|  | setitem(self, i, v) 
 | 
|  | 
|  | 
|  | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|  | 
|  | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|  | 
◆ __init__()
      
        
          | __init__ | ( |  | self, | 
        
          |  |  | * | args ) | 
      
 
 
◆ 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: