IDA C++ SDK 9.2
Loading...
Searching...
No Matches
graph_item_t Class Reference

Describes a sub-item of a graph. More...

#include <graph.hpp>

Public Member Functions

bool operator== (const graph_item_t &r) const
bool is_node (void) const
bool is_edge (void) const

Public Attributes

graph_item_type_t type
 type
edge_t e
 edge source and destination
int n
 node number
int b
 button number
point_t p
 text coordinates in the node
edge_layout_point_t elp
 edge layout point

Detailed Description

Describes a sub-item of a graph.

Member Function Documentation

◆ operator==()

bool graph_item_t::operator== ( const graph_item_t & r) const

◆ is_node()

bool graph_item_t::is_node ( void ) const
inline

◆ is_edge()

bool graph_item_t::is_edge ( void ) const
inline

Member Data Documentation

◆ type

graph_item_type_t graph_item_t::type

type

◆ e

edge_t graph_item_t::e

edge source and destination

◆ n

int graph_item_t::n

node number

◆ b

int graph_item_t::b

button number

◆ p

point_t graph_item_t::p

text coordinates in the node

◆ elp

edge_layout_point_t graph_item_t::elp

edge layout point


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