Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
selection_item_t Struct Reference

Element of a graph selection - could be a node or edge layout point. More...

#include <graph.hpp>

Public Member Functions

idaapi selection_item_t (int n)
 
idaapi selection_item_t (edge_layout_point_t &_elp)
 
idaapi selection_item_t (edge_t e, int idx)
 
idaapi selection_item_t (class graph_item_t &)
 
int idaapi compare (const selection_item_t &r) const
 
bool idaapi operator== (const selection_item_t &r) const
 
bool idaapi operator!= (const selection_item_t &r) const
 
bool idaapi operator< (const selection_item_t &r) const
 

Public Attributes

bool is_node = false
 represents a selected node?
 
int node = -1
 node number (is_node = true)
 
edge_layout_point_t elp
 edge layout point (is_node = false)
 

Detailed Description

Element of a graph selection - could be a node or edge layout point.

See screen_graph_selection_t.


The documentation for this struct was generated from the following file: