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

Class bgcolors_t

object --+
         |
        bgcolors_t

Proxy of C++ bgcolors_t class

Instance Methods
 
__repr__(self)
repr(x)
bgcolors_t
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

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: ...
  prolog_color = _swig_property(_idaapi.bgcolors_t_prolog_color_...
  epilog_color = _swig_property(_idaapi.bgcolors_t_epilog_color_...
  switch_color = _swig_property(_idaapi.bgcolors_t_switch_color_...
  __swig_destroy__ = _idaapi.delete_bgcolors_t
  __del__ = lambda self:
Properties

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Returns: bgcolors_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')

prolog_color

Value:
_swig_property(_idaapi.bgcolors_t_prolog_color_get, _idaapi.bgcolors_t\
_prolog_color_set)

epilog_color

Value:
_swig_property(_idaapi.bgcolors_t_epilog_color_get, _idaapi.bgcolors_t\
_epilog_color_set)

switch_color

Value:
_swig_property(_idaapi.bgcolors_t_switch_color_get, _idaapi.bgcolors_t\
_switch_color_set)