Module idaapi :: Class hidden_area_t
[frames] | no frames]

Class hidden_area_t

object --+    
         |    
    area_t --+
             |
            hidden_area_t

Proxy of C++ hidden_area_t class

Instance Methods
 
__repr__(self)
repr(x)
hidden_area_t
__init__(self)
__init__(self, ea_t ea1, ea_t ea2) -> area_t

Inherited from area_t: __eq__, __gt__, __lt__, __ne__, clear, compare, contains, empty, extend, intersect, overlaps, size

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

Class Variables
  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: ...
  description = _swig_property(_idaapi.hidden_area_t_description...
  header = _swig_property(_idaapi.hidden_area_t_header_get, _ida...
  footer = _swig_property(_idaapi.hidden_area_t_footer_get, _ida...
  visible = _swig_property(_idaapi.hidden_area_t_visible_get, _i...
  color = _swig_property(_idaapi.hidden_area_t_color_get, _idaap...
  __swig_destroy__ = _idaapi.delete_hidden_area_t
  __del__ = lambda self:

Inherited from area_t: endEA, startEA

Properties

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self)
(Constructor)

 

__init__(self, ea_t ea1, ea_t ea2) -> area_t

Returns: hidden_area_t
Overrides: object.__init__

Class Variable Details

thisown

Value:
_swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc\
= 'The membership flag')

description

Value:
_swig_property(_idaapi.hidden_area_t_description_get, _idaapi.hidden_a\
rea_t_description_set)

header

Value:
_swig_property(_idaapi.hidden_area_t_header_get, _idaapi.hidden_area_t\
_header_set)

footer

Value:
_swig_property(_idaapi.hidden_area_t_footer_get, _idaapi.hidden_area_t\
_footer_set)

visible

Value:
_swig_property(_idaapi.hidden_area_t_visible_get, _idaapi.hidden_area_\
t_visible_set)

color

Value:
_swig_property(_idaapi.hidden_area_t_color_get, _idaapi.hidden_area_t_\
color_set)