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

Proxy of C++ data_format_t class.

Inheritance diagram for data_format_t:

Public Member Functions

"bool" is_present_in_menus (self, *args)
 is_present_in_menus(self) -> bool Should this format be shown in UI menus
 
 __init__ (self, *args)
 init(self, _self, name, value_size=0, menu_name=None, props=0, hotkey=None, text_width=0) -> data_format_t
 
 __init__ (self, *args)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 props = property(_ida_bytes.data_format_t_props_get, _ida_bytes.data_format_t_props_set, doc=)
 
 name = property(_ida_bytes.data_format_t_name_get, _ida_bytes.data_format_t_name_set, doc=)
 
 menu_name = property(_ida_bytes.data_format_t_menu_name_get, _ida_bytes.data_format_t_menu_name_set, doc=)
 
 hotkey = property(_ida_bytes.data_format_t_hotkey_get, _ida_bytes.data_format_t_hotkey_set, doc=)
 
 value_size = property(_ida_bytes.data_format_t_value_size_get, _ida_bytes.data_format_t_value_size_set, doc=)
 
 text_width = property(_ida_bytes.data_format_t_text_width_get, _ida_bytes.data_format_t_text_width_set, doc=)
 
 id = property(__get_id)
 

Constructor & Destructor Documentation

◆ __init__() [1/2]

__init__ ( self,
* args )
Parameters
selfPyObject *
namechar const *
value_sizeasize_t
menu_namechar const *
propsint
hotkeychar const *
text_widthint32

◆ __init__() [2/2]

__init__ ( self,
* args )

Member Function Documentation

◆ is_present_in_menus()

"bool" is_present_in_menus ( self,
* args )
Returns
: success

Property Documentation

◆ hotkey

hotkey = property(_ida_bytes.data_format_t_hotkey_get, _ida_bytes.data_format_t_hotkey_set, doc=)
static

◆ id

id = property(__get_id)
static

◆ menu_name

menu_name = property(_ida_bytes.data_format_t_menu_name_get, _ida_bytes.data_format_t_menu_name_set, doc=)
static

◆ name

name = property(_ida_bytes.data_format_t_name_get, _ida_bytes.data_format_t_name_set, doc=)
static

◆ props

props = property(_ida_bytes.data_format_t_props_get, _ida_bytes.data_format_t_props_set, doc=)
static

◆ text_width

text_width = property(_ida_bytes.data_format_t_text_width_get, _ida_bytes.data_format_t_text_width_set, doc=)
static

◆ thisown

thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

◆ value_size

value_size = property(_ida_bytes.data_format_t_value_size_get, _ida_bytes.data_format_t_value_size_set, doc=)
static

The documentation for this class was generated from the following file: