IDAPython 8.4
|
Public Member Functions | |
__init__ (self, children_names, value=0, secondary=False) | |
![]() | |
next_child_pos (self) | |
get_tag (self) | |
![]() | |
get_arg (self) | |
free (self) | |
is_input_field (self) | |
![]() |
Static Public Attributes | |
ItemClass = None | |
![]() | |
bool | DefI64 = False |
Additional Inherited Members | |
![]() | |
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)) | |
![]() | |
_reset (self) | |
![]() | |
value = property(lambda self: self.arg.contents.value, __set_value) | |
Radiobox group control class. It holds a set of radiobox controls
__init__ | ( | self, | |
children_names, | |||
value = 0, | |||
secondary = False ) |
Creates a radiogroup control. @param children_names: A tuple containing group item names @param value: Initial selected radio item @param secondory: Allows rendering one the same line as the previous group control. Use this if you have another group control on the same line.
Reimplemented from Form.GroupControl.
|
static |