IDAPython 9.0
Loading...
Searching...
No Matches
line_rendering_output_entry_t Class Reference
Inheritance diagram for line_rendering_output_entry_t:

Public Member Functions

 __init__ (self, *args)
 
bool is_bg_color_empty (self)
 
bool is_bg_color_key (self)
 
bool is_bg_color_direct (self)
 
bool __eq__ (self, 'line_rendering_output_entry_t' r)
 
bool __ne__ (self, 'line_rendering_output_entry_t' r)
 

Static Public Attributes

str line
 
str flags
 
str bg_color
 
str cpx
 
str nchars
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Member Function Documentation

◆ __eq__()

bool __eq__ ( self,
'line_rendering_output_entry_t' r )

◆ __ne__()

bool __ne__ ( self,
'line_rendering_output_entry_t' r )

◆ is_bg_color_direct()

bool is_bg_color_direct ( self)

◆ is_bg_color_empty()

bool is_bg_color_empty ( self)

◆ is_bg_color_key()

bool is_bg_color_key ( self)

Member Data Documentation

◆ bg_color

str bg_color
static
Initial value:
= property(_ida_kernwin.
line_rendering_output_entry_t_bg_color_get, _ida_kernwin.
line_rendering_output_entry_t_bg_color_set)

◆ cpx

str cpx
static
Initial value:
= property(_ida_kernwin.
line_rendering_output_entry_t_cpx_get, _ida_kernwin.
line_rendering_output_entry_t_cpx_set)

◆ flags

str flags
static
Initial value:
= property(_ida_kernwin.
line_rendering_output_entry_t_flags_get, _ida_kernwin.
line_rendering_output_entry_t_flags_set)

◆ line

str line
static
Initial value:
= property(_ida_kernwin.
line_rendering_output_entry_t_line_get, _ida_kernwin.
line_rendering_output_entry_t_line_set)

◆ nchars

str nchars
static
Initial value:
= property(_ida_kernwin.
line_rendering_output_entry_t_nchars_get, _ida_kernwin.
line_rendering_output_entry_t_nchars_set)

Property Documentation

◆ thisown

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

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