IDAPython 8.4
Loading...
Searching...
No Matches
screen_graph_selection_t Class Reference

Proxy of C++ screen_graph_selection_t class.

Inheritance diagram for screen_graph_selection_t:
screen_graph_selection_base_t

Public Member Functions

"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
 
- Public Member Functions inherited from screen_graph_selection_base_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)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
- Properties inherited from screen_graph_selection_base_t
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Additional Inherited Members

- Static Public Attributes inherited from screen_graph_selection_base_t
 front = ida_idaapi._qvector_front
 
 back = ida_idaapi._qvector_back
 
- Protected Member Functions inherited from screen_graph_selection_base_t
"bool" _del (self, *args)
 _del(self, x) -> bool
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Reimplemented from screen_graph_selection_base_t.

Member Function Documentation

◆ add()

"void" add ( self,
* args )
Parameters
sscreen_graph_selection_t const &

◆ add_node()

"void" add_node ( self,
* args )
Parameters
nodeint

◆ add_point()

"void" add_point ( self,
* args )
Parameters
eedge_t
idxint

◆ del_node()

"void" del_node ( self,
* args )
Parameters
nodeint

◆ del_point()

"void" del_point ( self,
* args )
Parameters
eedge_t
idxint

◆ has()

"bool" has ( self,
* args )
Parameters
itemselection_item_t const &

Reimplemented from screen_graph_selection_base_t.

◆ items_count()

"size_t" items_count ( self,
* args )
Parameters
look_for_nodesbool

◆ nodes_count()

"size_t" nodes_count ( self,
* args )

◆ points_count()

"size_t" points_count ( self,
* args )

◆ sub()

"void" sub ( self,
* args )
Parameters
sscreen_graph_selection_t const &

Property Documentation

◆ 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: