Proxy of C++ bookmarks_t class.  
|  | 
|  | __init__ (self, *args, **kwargs) | 
|  | 
|  | __init__ (self, w) | 
|  | 
|  | __iter__ (self) | 
|  | Iterate on bookmarks present for the widget. 
 | 
|  | 
|  | __len__ (self) | 
|  | Get the number of bookmarks for the widget. 
 | 
|  | 
|  | __getitem__ (self, idx) | 
|  | Get the n-th bookmark for the widget. 
 | 
|  | 
|  | 
| "uint32" | mark (*args) | 
|  | mark(e, index, title, desc, ud) -> uint32 
 | 
|  | 
| "qstring *" | get_desc (*args) | 
|  | get_desc(e, index, ud) -> bool 
 | 
|  | 
| "uint32" | find_index (*args) | 
|  | find_index(e, ud) -> uint32 
 | 
|  | 
| "uint32" | size (*args) | 
|  | size(e, ud) -> uint32 
 | 
|  | 
| "bool" | erase (*args) | 
|  | erase(e, index, ud) -> bool 
 | 
|  | 
| "dirtree_id_t" | get_dirtree_id (*args) | 
|  | get_dirtree_id(e, ud) -> dirtree_id_t 
 | 
|  | 
| "PyObject *" | get (*args) | 
|  | get(out, _index, ud) -> PyObject * 
 | 
|  | 
|  | 
|  | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|  | 
◆ __init__() [1/2]
      
        
          | __init__ | ( |  | self, | 
        
          |  |  | * | args, | 
        
          |  |  | ** | kwargs ) | 
      
 
 
◆ __init__() [2/2]
Build an object suitable for iterating bookmarks
associated with the specified widget.
Note: all ea_t-based widgets (e.g., "IDA View-*",
"Pseudocode-*", "Hex View-*", ...) share a common storage,
so bookmarks can be re-used interchangeably between them
 
 
 
◆ __getitem__()
      
        
          | __getitem__ | ( |  | self, | 
        
          |  |  |  | idx ) | 
      
 
 
◆ __iter__()
◆ __len__()
◆ erase()
◆ find_index()
  
  | 
        
          | "uint32" find_index | ( | * | args | ) |  |  | static | 
 
 
◆ get()
  
  | 
        
          | "PyObject *" get | ( | * | args | ) |  |  | static | 
 
 
◆ get_desc()
  
  | 
        
          | "qstring *" get_desc | ( | * | args | ) |  |  | static | 
 
 
◆ get_dirtree_id()
  
  | 
        
          | "dirtree_id_t" get_dirtree_id | ( | * | args | ) |  |  | static | 
 
 
◆ mark()
- Parameters
- 
  
    | e | lochist_entry_t const & |  | index | uint32 |  | title | char const * |  | desc | char const * |  | ud | void * |  
 
 
 
◆ size()
◆ template
◆ userdata
◆ widget
◆ 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: