| 
    IDA SDK
    
   | 
 
Element of a graph selection - could be a node or edge layout point.
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)  | |
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 |