IDAPython 9.0
Loading...
Searching...
No Matches
ctext_position_t Class Reference

Proxy of C++ ctext_position_t class.

Inheritance diagram for ctext_position_t:
history_item_t

Public Member Functions

"bool" in_ctree (self, "int" hdrlines)
 in_ctree(self, hdrlines) -> bool Is the cursor in the variable/type declaration area?
 
"bool" __eq__ (self, "ctext_position_t" r)
 eq(self, r) -> bool
 
"bool" __ne__ (self, "ctext_position_t" r)
 ne(self, r) -> bool
 
"bool" __lt__ (self, "ctext_position_t" r)
 lt(self, r) -> bool
 
"bool" __gt__ (self, "ctext_position_t" r)
 gt(self, r) -> bool
 
"bool" __le__ (self, "ctext_position_t" r)
 le(self, r) -> bool
 
"bool" __ge__ (self, "ctext_position_t" r)
 ge(self, r) -> bool
 
"int" compare (self, "ctext_position_t" r)
 compare(self, r) -> int
 
 __init__ (self, "int" _lnnum=-1, "int" _x=0, "int" _y=0)
 init(self, _lnnum=-1, _x=0, _y=0) -> ctext_position_t
 

Static Public Attributes

str lnnum = property(_ida_hexrays.ctext_position_t_lnnum_get, _ida_hexrays.ctext_position_t_lnnum_set, doc=)
 
str x = property(_ida_hexrays.ctext_position_t_x_get, _ida_hexrays.ctext_position_t_x_set, doc=)
 
str y = property(_ida_hexrays.ctext_position_t_y_get, _ida_hexrays.ctext_position_t_y_set, doc=)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
"int" _lnnum = -1,
"int" _x = 0,
"int" _y = 0 )
Parameters
_lnnumint
_xint
_yint

Reimplemented in history_item_t.

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
"ctext_position_t" r )
Parameters
rctext_position_t const &

◆ __ge__()

"bool" __ge__ ( self,
"ctext_position_t" r )
Parameters
rctext_position_t const &

◆ __gt__()

"bool" __gt__ ( self,
"ctext_position_t" r )
Parameters
rctext_position_t const &

◆ __le__()

"bool" __le__ ( self,
"ctext_position_t" r )
Parameters
rctext_position_t const &

◆ __lt__()

"bool" __lt__ ( self,
"ctext_position_t" r )
Parameters
rctext_position_t const &

◆ __ne__()

"bool" __ne__ ( self,
"ctext_position_t" r )
Parameters
rctext_position_t const &

◆ compare()

"int" compare ( self,
"ctext_position_t" r )
Parameters
rctext_position_t const &

◆ in_ctree()

"bool" in_ctree ( self,
"int" hdrlines )
Parameters
hdrlines(C++: int) Number of lines of the declaration area

Member Data Documentation

◆ lnnum

str lnnum = property(_ida_hexrays.ctext_position_t_lnnum_get, _ida_hexrays.ctext_position_t_lnnum_set, doc=)
static

◆ x

str x = property(_ida_hexrays.ctext_position_t_x_get, _ida_hexrays.ctext_position_t_x_set, doc=)
static

◆ y

str y = property(_ida_hexrays.ctext_position_t_y_get, _ida_hexrays.ctext_position_t_y_set, doc=)
static

Property Documentation

◆ thisown

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

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