IDAPython 9.0
Loading...
Searching...
No Matches
ctext_position_t Class Reference
Inheritance diagram for ctext_position_t:
history_item_t

Public Member Functions

bool in_ctree (self, int hdrlines)
 
bool __eq__ (self, 'ctext_position_t' r)
 
bool __ne__ (self, 'ctext_position_t' r)
 
bool __lt__ (self, 'ctext_position_t' r)
 
bool __gt__ (self, 'ctext_position_t' r)
 
bool __le__ (self, 'ctext_position_t' r)
 
bool __ge__ (self, 'ctext_position_t' r)
 
int compare (self, 'ctext_position_t' r)
 
 __init__ (self, int _lnnum=-1, int _x=0, int _y=0)
 

Static Public Attributes

str lnnum
 
str x
 
str y
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
int _lnnum = -1,
int _x = 0,
int _y = 0 )

Reimplemented in history_item_t.

Member Function Documentation

◆ __eq__()

bool __eq__ ( self,
'ctext_position_t' r )

◆ __ge__()

bool __ge__ ( self,
'ctext_position_t' r )

◆ __gt__()

bool __gt__ ( self,
'ctext_position_t' r )

◆ __le__()

bool __le__ ( self,
'ctext_position_t' r )

◆ __lt__()

bool __lt__ ( self,
'ctext_position_t' r )

◆ __ne__()

bool __ne__ ( self,
'ctext_position_t' r )

◆ compare()

int compare ( self,
'ctext_position_t' r )

◆ in_ctree()

bool in_ctree ( self,
int hdrlines )
Is the cursor in the variable/type declaration area? 

@param hdrlines: Number of lines of the declaration area

Member Data Documentation

◆ lnnum

str lnnum
static
Initial value:
= property(_ida_hexrays.ctext_position_t_lnnum_get,
_ida_hexrays.ctext_position_t_lnnum_set)

◆ x

str x
static
Initial value:
= property(_ida_hexrays.ctext_position_t_x_get, _ida_hexrays.
ctext_position_t_x_set)

◆ y

str y
static
Initial value:
= property(_ida_hexrays.ctext_position_t_y_get, _ida_hexrays.
ctext_position_t_y_set)

Property Documentation

◆ thisown

thisown
static
Initial value:
= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')

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