ctext_position_t Struct Reference

Cursor position in the output text (pseudocode). More...

Inheritance diagram for ctext_position_t:
history_item_t

List of all members.

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

Detailed Description

Cursor position in the output text (pseudocode).

Definition at line 2687 of file hexrays.hpp.


Member Function Documentation

bool ctext_position_t::in_ctree ( int  hdrlines  )  const

Is the cursor in the variable/type declaration area?

Parameters:
hdrlines Number of lines of the declaration area

Definition at line 2694 of file hexrays.hpp.

References lnnum.

Referenced by vdui_t::in_ctree().