Cursor position in the output text (pseudocode).
More...
#include <hexrays.hpp>
|
| 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).
◆ ctext_position_t()
| ctext_position_t::ctext_position_t |
( |
int | _lnnum = -1, |
|
|
int | _x = 0, |
|
|
int | _y = 0 ) |
|
inline |
◆ in_ctree()
| bool ctext_position_t::in_ctree |
( |
int | hdrlines | ) |
const |
|
inline |
Is the cursor in the variable/type declaration area?
- Parameters
-
| hdrlines | Number of lines of the declaration area |
◆ DECLARE_COMPARISONS()
◆ lnnum
| int ctext_position_t::lnnum |
x coordinate of the cursor within the window
y coordinate of the cursor within the window
The documentation for this struct was generated from the following file: