Module ida_hexrays :: Class ctext_position_t
[frames] | no frames]

Class ctext_position_t

object --+
         |
        ctext_position_t
Known Subclasses:

Proxy of C++ ctext_position_t class.

Instance Methods
bool
__eq__(self, r)
bool
__ge__(self, r)
bool
__gt__(self, r)
ctext_position_t
__init__(self, _lnnum=-1, _x=0, _y=0)
x.__init__(...) initializes x; see help(type(x)) for signature
bool
__le__(self, r)
bool
__lt__(self, r)
bool
__ne__(self, r)
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
int
compare(self, r)
bool
in_ctree(self, hdrlines)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  lnnum
ctext_position_t_lnnum_get(self) -> int
  thisown
The membership flag
  x
ctext_position_t_x_get(self) -> int
  y
ctext_position_t_y_get(self) -> int

Inherited from object: __class__

Method Details

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

 

x.__init__(...) initializes x; see help(type(x)) for signature

Returns: ctext_position_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

lnnum

ctext_position_t_lnnum_get(self) -> int

Get Method:
unreachable.ctext_position_t_lnnum_get(self)
Set Method:
unreachable.ctext_position_t_lnnum_set(self, lnnum)

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)

x

ctext_position_t_x_get(self) -> int

Get Method:
unreachable.ctext_position_t_x_get(self)
Set Method:
unreachable.ctext_position_t_x_set(self, x)

y

ctext_position_t_y_get(self) -> int

Get Method:
unreachable.ctext_position_t_y_get(self)
Set Method:
unreachable.ctext_position_t_y_set(self, y)