|
IDA C++ SDK 9.2
|
Cursor position in the output text (pseudocode). More...
#include <hexrays.hpp>
Public Member Functions | |
| bool | in_ctree (int hdrlines) const |
| Is the cursor in the variable/type declaration area? | |
| DECLARE_COMPARISONS (ctext_position_t) | |
| Comparison operators. | |
| ctext_position_t (int _lnnum=-1, int _x=0, int _y=0) | |
Public Attributes | |
| int | lnnum |
| Line number. | |
| int | x |
| x coordinate of the cursor within the window | |
| int | y |
| y coordinate of the cursor within the window | |
Cursor position in the output text (pseudocode).
Is the cursor in the variable/type declaration area?
| hdrlines | Number of lines of the declaration area |
|
inline |
Comparison operators.
| int ctext_position_t::lnnum |
Line number.
| int ctext_position_t::x |
x coordinate of the cursor within the window
| int ctext_position_t::y |
y coordinate of the cursor within the window