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

Public Member Functions

bool is_present_in_menus (self)
 
 __init__ (self, 'PyObject *' _self, str name, 'asize_t' value_size=0, str menu_name=None, str hotkey=None, str asm_keyword=None, int props=0)
 
 __init__ (self, *args)
 

Static Public Attributes

str props
 
str name
 
str menu_name
 
str hotkey
 
str asm_keyword
 
str value_size
 

Properties

 thisown
 
 id = property(__get_id)
 

Detailed Description

Information about a data type

Constructor & Destructor Documentation

◆ __init__() [1/2]

__init__ ( self,
'PyObject *' _self,
str name,
'asize_t' value_size = 0,
str menu_name = None,
str hotkey = None,
str asm_keyword = None,
int props = 0 )

◆ __init__() [2/2]

__init__ ( self,
* args )

Member Function Documentation

◆ is_present_in_menus()

bool is_present_in_menus ( self)
Should this type be shown in UI menus 

@returns success

Member Data Documentation

◆ asm_keyword

str asm_keyword
static
Initial value:
= property(_ida_bytes.
data_type_t_asm_keyword_get, _ida_bytes.data_type_t_asm_keyword_set)

◆ hotkey

str hotkey
static
Initial value:
= property(_ida_bytes.data_type_t_hotkey_get,
_ida_bytes.data_type_t_hotkey_set)

◆ menu_name

str menu_name
static
Initial value:
= property(_ida_bytes.
data_type_t_menu_name_get, _ida_bytes.data_type_t_menu_name_set)

◆ name

str name
static
Initial value:
= property(_ida_bytes.data_type_t_name_get,
_ida_bytes.data_type_t_name_set)

◆ props

str props
static
Initial value:
= property(_ida_bytes.data_type_t_props_get, _ida_bytes.
data_type_t_props_set)

◆ value_size

str value_size
static
Initial value:
= property(_ida_bytes.data_type_t_value_size_get,
_ida_bytes.data_type_t_value_size_set)

Property Documentation

◆ id

id = property(__get_id)
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: