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

Public Member Functions

 __init__ (self)
 

Static Public Attributes

str minlen
 
str display_only_existing_strings
 
str only_7bit
 
str ignore_heads
 

Protected Member Functions

'PyObject *' _get_strtypes (self)
 
'PyObject *' _set_strtypes (self, 'PyObject *' py_t)
 

Properties

 thisown
 
 strtypes = property(_get_strtypes, _set_strtypes)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ _get_strtypes()

'PyObject *' _get_strtypes ( self)
protected

◆ _set_strtypes()

'PyObject *' _set_strtypes ( self,
'PyObject *' py_t )
protected

Member Data Documentation

◆ display_only_existing_strings

str display_only_existing_strings
static
Initial value:
= property(_ida_strlist.
strwinsetup_t_display_only_existing_strings_get, _ida_strlist.
strwinsetup_t_display_only_existing_strings_set)

◆ ignore_heads

str ignore_heads
static
Initial value:
= property(_ida_strlist.
strwinsetup_t_ignore_heads_get, _ida_strlist.
strwinsetup_t_ignore_heads_set)

◆ minlen

str minlen
static
Initial value:
= property(_ida_strlist.strwinsetup_t_minlen_get,
_ida_strlist.strwinsetup_t_minlen_set)

◆ only_7bit

str only_7bit
static
Initial value:
= property(_ida_strlist.strwinsetup_t_only_7bit_get,
_ida_strlist.strwinsetup_t_only_7bit_set)

Property Documentation

◆ strtypes

strtypes = property(_get_strtypes, _set_strtypes)
static

◆ 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: