IDA C++ SDK 9.2
|
Visit all nodes and edges in a graph. More...
#include <graph.hpp>
Public Member Functions | |
virtual | ~graph_visitor_t () |
Protected Member Functions | |
virtual int idaapi | visit_node (int n, rect_t &r)=0 |
virtual int idaapi | visit_edge (edge_t e, edge_info_t *ei)=0 |
Protected Attributes | |
drawable_graph_t * | g |
Friends | |
int idaapi | drawable_graph_t::for_all_nodes_edges (graph_visitor_t &nev, bool visit_nodes) |
Visit all nodes and edges in a graph.
|
inlinevirtual |
|
protectedpure virtual |
|
protectedpure virtual |
|
friend |
|
protected |