IDAPython 8.4
|
Public Member Functions | |
__init__ (self, children_names, tag, value=0) | |
next_child_pos (self) | |
get_tag (self) | |
![]() | |
get_arg (self) | |
free (self) | |
is_input_field (self) | |
![]() |
Public Attributes | |
children_names = children_names | |
tag = tag | |
int | childpos = 0 |
![]() | |
int | id = 0 |
input_field_index = None | |
arg = None | |
form = None | |
bool | form_hasattr = False |
![]() | |
arg = ctypes.pointer(cls(value)) | |
Protected Member Functions | |
_reset (self) | |
Additional Inherited Members | |
![]() | |
bool | DefI64 = False |
![]() | |
value = property(lambda self: self.arg.contents.value, __set_value) | |
Base class for group controls
__init__ | ( | self, | |
children_names, | |||
tag, | |||
value = 0 ) |
Reimplemented from Form.Control.
Reimplemented in Form.ChkGroupControl, and Form.RadGroupControl.
|
protected |
get_tag | ( | self | ) |
Control tag character. One of Form.FT_XXXX. The form class will expand the {} notation and replace them with the tags
Reimplemented from Form.Control.
next_child_pos | ( | self | ) |
int childpos = 0 |
children_names = children_names |
tag = tag |