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

Proxy of C++ simpleline_t class.

Inheritance diagram for simpleline_t:

Public Member Functions

 __init__ (self, *args)
 init(self) -> simpleline_t init(self, c, str) -> simpleline_t
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 line = property(_ida_kernwin.simpleline_t_line_get, _ida_kernwin.simpleline_t_line_set, doc=)
 
 color = property(_ida_kernwin.simpleline_t_color_get, _ida_kernwin.simpleline_t_color_set, doc=!)
 
 bgcolor = property(_ida_kernwin.simpleline_t_bgcolor_get, _ida_kernwin.simpleline_t_bgcolor_set, doc=!)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
ccolor_t
strchar const *

init(self, str) -> simpleline_t

Parameters
strchar const *

Property Documentation

◆ bgcolor

bgcolor = property(_ida_kernwin.simpleline_t_bgcolor_get, _ida_kernwin.simpleline_t_bgcolor_set, doc=!)
static

◆ color

color = property(_ida_kernwin.simpleline_t_color_get, _ida_kernwin.simpleline_t_color_set, doc=!)
static

◆ line

line = property(_ida_kernwin.simpleline_t_line_get, _ida_kernwin.simpleline_t_line_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: