Cursor position in the output text (pseudocode). More...
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. | |
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).
Definition at line 2687 of file hexrays.hpp.
| bool ctext_position_t::in_ctree | ( | int | hdrlines | ) | const |
Is the cursor in the variable/type declaration area?
| hdrlines | Number of lines of the declaration area |
Definition at line 2694 of file hexrays.hpp.
References lnnum.
Referenced by vdui_t::in_ctree().