IDA C++ SDK 9.2
Loading...
Searching...
No Matches
ctext_position_t Struct Reference

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

#include <hexrays.hpp>

Inheritance diagram for ctext_position_t:
history_item_t

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

Detailed Description

Cursor position in the output text (pseudocode).

Constructor & Destructor Documentation

◆ ctext_position_t()

ctext_position_t::ctext_position_t ( int _lnnum = -1,
int _x = 0,
int _y = 0 )
inline

Member Function Documentation

◆ in_ctree()

bool ctext_position_t::in_ctree ( int hdrlines) const
inline

Is the cursor in the variable/type declaration area?

Parameters
hdrlinesNumber of lines of the declaration area

◆ DECLARE_COMPARISONS()

ctext_position_t::DECLARE_COMPARISONS ( ctext_position_t )
inline

Comparison operators.

Member Data Documentation

◆ lnnum

int ctext_position_t::lnnum

Line number.

◆ x

int ctext_position_t::x

x coordinate of the cursor within the window

◆ y

int ctext_position_t::y

y coordinate of the cursor within the window


The documentation for this struct was generated from the following file: