IDAPython 9.0
Loading...
Searching...
No Matches
data_format_t Class Reference
Inheritance diagram for data_format_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, int props=0, str hotkey=None, int text_width=0)
 
 __init__ (self, *args)
 

Static Public Attributes

str props
 
str name
 
str menu_name
 
str hotkey
 
str value_size
 
str text_width
 

Properties

 thisown
 
 id = property(__get_id)
 

Detailed Description

Information about a data format

Constructor & Destructor Documentation

◆ __init__() [1/2]

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

◆ __init__() [2/2]

__init__ ( self,
* args )

Member Function Documentation

◆ is_present_in_menus()

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

@returns success

Member Data Documentation

◆ hotkey

str hotkey
static
Initial value:
= property(_ida_bytes.data_format_t_hotkey_get,
_ida_bytes.data_format_t_hotkey_set)

◆ menu_name

str menu_name
static
Initial value:
= property(_ida_bytes.
data_format_t_menu_name_get, _ida_bytes.data_format_t_menu_name_set)

◆ name

str name
static
Initial value:
= property(_ida_bytes.data_format_t_name_get,
_ida_bytes.data_format_t_name_set)

◆ props

str props
static
Initial value:
= property(_ida_bytes.data_format_t_props_get, _ida_bytes.
data_format_t_props_set)

◆ text_width

str text_width
static
Initial value:
= property(_ida_bytes.data_format_t_text_width_get,
_ida_bytes.data_format_t_text_width_set)

◆ value_size

str value_size
static
Initial value:
= property(_ida_bytes.
data_format_t_value_size_get, _ida_bytes.data_format_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: