IDA SDK
|
Information about a position relative to the renderer.
Public Attributes | |
int | node |
the node, or -1 if the current renderer is not a graph renderer. More... | |
short | cx |
the X coords of the character in the current line. More... | |
short | cy |
the Y coords of the character. More... | |
short | sx |
the number of chars that are scrolled (flat mode only) | |
Public Member Functions | |
renderer_pos_info_t () | |
Constructor. | |
bool | operator== (const renderer_pos_info_t &r) const |
bool | operator!= (const renderer_pos_info_t &r) const |
int renderer_pos_info_t::node |
the node, or -1 if the current renderer is not a graph renderer.
short renderer_pos_info_t::cx |
the X coords of the character in the current line.
When in graph mode: X coords of the character in 'node'.
When in flat mode: X coords of the character in the line, w/o
taking scrolling into consideration.
short renderer_pos_info_t::cy |
the Y coords of the character.
When in graph mode: Y coords of the character in 'node'.
When in flat mode: Line number, starting from the top.