Proxy of C++ ctext_position_t class.
|
| "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
|
| |
|
| 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=) |
| |
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
◆ __init__()
| __init__ |
( |
| self, |
|
|
"int" | _lnnum = -1, |
|
|
"int" | _x = 0, |
|
|
"int" | _y = 0 ) |
◆ __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 ) |
- Parameters
-
| hdrlines | (C++: int) Number of lines of the declaration area |
◆ lnnum
| str lnnum = property(_ida_hexrays.ctext_position_t_lnnum_get, _ida_hexrays.ctext_position_t_lnnum_set, doc=) |
|
static |
| str x = property(_ida_hexrays.ctext_position_t_x_get, _ida_hexrays.ctext_position_t_x_set, doc=) |
|
static |
| str y = property(_ida_hexrays.ctext_position_t_y_get, _ida_hexrays.ctext_position_t_y_set, doc=) |
|
static |
◆ 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: