Module ida_bytes :: Class data_format_t
[frames] | no frames]

Class data_format_t

object --+
         |
        data_format_t

Proxy of C++ data_format_t class.

Instance Methods
 
__init__(self, *args)
x.__init__(...) initializes x; see help(type(x)) for signature
data_format_t
__real__init__(self, _self, name, value_size=0, menu_name=None, props=0, hotkey=None, text_width=0)
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
bool
is_present_in_menus(self)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  hotkey
data_format_t_hotkey_get(self) -> char const *
  id
__get_id(self) -> int
  menu_name
data_format_t_menu_name_get(self) -> char const *
  name
data_format_t_name_get(self) -> char const *
  props
data_format_t_props_get(self) -> int
  text_width
data_format_t_text_width_get(self) -> int32
  thisown
The membership flag
  value_size
data_format_t_value_size_get(self) -> asize_t

Inherited from object: __class__

Method Details

__init__(self, *args)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

hotkey

data_format_t_hotkey_get(self) -> char const *

Get Method:
unreachable.data_format_t_hotkey_get(self)
Set Method:
unreachable.data_format_t_hotkey_set(self, hotkey)

id

__get_id(self) -> int

Get Method:
__get_id(self)

menu_name

data_format_t_menu_name_get(self) -> char const *

Get Method:
unreachable.data_format_t_menu_name_get(self)
Set Method:
unreachable.data_format_t_menu_name_set(self, menu_name)

name

data_format_t_name_get(self) -> char const *

Get Method:
unreachable.data_format_t_name_get(self)
Set Method:
unreachable.data_format_t_name_set(self, name)

props

data_format_t_props_get(self) -> int

Get Method:
unreachable.data_format_t_props_get(self)
Set Method:
unreachable.data_format_t_props_set(self, props)

text_width

data_format_t_text_width_get(self) -> int32

Get Method:
unreachable.data_format_t_text_width_get(self)
Set Method:
unreachable.data_format_t_text_width_set(self, text_width)

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)

value_size

data_format_t_value_size_get(self) -> asize_t

Get Method:
unreachable.data_format_t_value_size_get(self)
Set Method:
unreachable.data_format_t_value_size_set(self, value_size)