Element of a graph selection - could be a node or edge layout point.
More...
#include <graph.hpp>
Element of a graph selection - could be a node or edge layout point.
See screen_graph_selection_t.
◆ selection_item_t() [1/5]
idaapi selection_item_t::selection_item_t |
( |
| ) |
|
|
inline |
◆ selection_item_t() [2/5]
idaapi selection_item_t::selection_item_t |
( |
int | n | ) |
|
|
inline |
◆ selection_item_t() [3/5]
◆ selection_item_t() [4/5]
idaapi selection_item_t::selection_item_t |
( |
edge_t | e, |
|
|
int | idx ) |
|
inline |
◆ selection_item_t() [5/5]
idaapi selection_item_t::selection_item_t |
( |
class graph_item_t & | | ) |
|
◆ compare()
◆ operator==()
◆ operator!=()
◆ operator<()
◆ is_node
bool selection_item_t::is_node = false |
represents a selected node?
◆ node
int selection_item_t::node = -1 |
node number (is_node = true)
◆ elp
edge layout point (is_node = false)
The documentation for this struct was generated from the following file: