IDAPython 8.4
Loading...
Searching...
No Matches
line_rendering_output_entry_t Class Reference

Proxy of C++ line_rendering_output_entry_t class.

Inheritance diagram for line_rendering_output_entry_t:

Public Member Functions

 __init__ (self, *args)
 init(self, _line, _flags=0, _bg_color=0) -> line_rendering_output_entry_t
 
"bool" is_bg_color_empty (self, *args)
 is_bg_color_empty(self) -> bool
 
"bool" is_bg_color_key (self, *args)
 is_bg_color_key(self) -> bool
 
"bool" is_bg_color_direct (self, *args)
 is_bg_color_direct(self) -> bool
 
"bool" __eq__ (self, *args)
 eq(self, r) -> bool
 
"bool" __ne__ (self, *args)
 ne(self, r) -> bool
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 line = property(_ida_kernwin.line_rendering_output_entry_t_line_get, _ida_kernwin.line_rendering_output_entry_t_line_set, doc=)
 
 flags = property(_ida_kernwin.line_rendering_output_entry_t_flags_get, _ida_kernwin.line_rendering_output_entry_t_flags_set, doc=)
 
 bg_color = property(_ida_kernwin.line_rendering_output_entry_t_bg_color_get, _ida_kernwin.line_rendering_output_entry_t_bg_color_set, doc=!)
 
 cpx = property(_ida_kernwin.line_rendering_output_entry_t_cpx_get, _ida_kernwin.line_rendering_output_entry_t_cpx_set, doc=)
 
 nchars = property(_ida_kernwin.line_rendering_output_entry_t_nchars_get, _ida_kernwin.line_rendering_output_entry_t_nchars_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
_linetwinline_t const *
_flagsuint32
_bg_colorbgcolor_t

init(self, _line, _cpx, _nchars, _flags, _bg_color) -> line_rendering_output_entry_t

Parameters
_linetwinline_t const *
_cpxint
_ncharsint
_flagsuint32
_bg_colorbgcolor_t

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
* args )
Parameters
rline_rendering_output_entry_t const &

◆ __ne__()

"bool" __ne__ ( self,
* args )
Parameters
rline_rendering_output_entry_t const &

◆ is_bg_color_direct()

"bool" is_bg_color_direct ( self,
* args )

◆ is_bg_color_empty()

"bool" is_bg_color_empty ( self,
* args )

◆ is_bg_color_key()

"bool" is_bg_color_key ( self,
* args )

Property Documentation

◆ bg_color

bg_color = property(_ida_kernwin.line_rendering_output_entry_t_bg_color_get, _ida_kernwin.line_rendering_output_entry_t_bg_color_set, doc=!)
static

◆ cpx

cpx = property(_ida_kernwin.line_rendering_output_entry_t_cpx_get, _ida_kernwin.line_rendering_output_entry_t_cpx_set, doc=)
static

◆ flags

flags = property(_ida_kernwin.line_rendering_output_entry_t_flags_get, _ida_kernwin.line_rendering_output_entry_t_flags_set, doc=)
static

◆ line

line = property(_ida_kernwin.line_rendering_output_entry_t_line_get, _ida_kernwin.line_rendering_output_entry_t_line_set, doc=)
static

◆ nchars

nchars = property(_ida_kernwin.line_rendering_output_entry_t_nchars_get, _ida_kernwin.line_rendering_output_entry_t_nchars_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: