IDAPython 9.0
Loading...
Searching...
No Matches
graph_visitor_t Class Reference

Proxy of C++ graph_visitor_t class.

Inheritance diagram for graph_visitor_t:

Public Member Functions

"int" visit_node (self, "int" arg2, "rect_t" arg3)
 visit_node(self, arg2, arg3) -> int
 
"int" visit_edge (self, "edge_t" arg2, "edge_info_t" arg3)
 visit_edge(self, arg2, arg3) -> int
 
 __init__ (self)
 init(self) -> graph_visitor_t
 
 __disown__ (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)
Parameters
selfPyObject *

Member Function Documentation

◆ __disown__()

__disown__ ( self)

◆ visit_edge()

"int" visit_edge ( self,
"edge_t" arg2,
"edge_info_t" arg3 )
Parameters
arg2edge_t
arg3edge_info_t *

◆ visit_node()

"int" visit_node ( self,
"int" arg2,
"rect_t" arg3 )
Parameters
arg2int
arg3rect_t &

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: