IDAPython 8.4
|
Public Member Functions | |
__init__ (self, tag, parent) | |
assign_pos (self) | |
get_tag (self) | |
is_input_field (self) | |
![]() | |
get_arg (self) | |
free (self) | |
Public Attributes | |
tag = tag | |
parent = parent | |
int | pos = 0 |
id | |
![]() | |
int | id = 0 |
input_field_index = None | |
arg = None | |
form = None | |
bool | form_hasattr = False |
Base class for group control items
__init__ | ( | self, | |
tag, | |||
parent ) |
Reimplemented from Form.Control.
Reimplemented in Form.ChkGroupItemControl, and Form.RadGroupItemControl.
assign_pos | ( | self | ) |
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.
is_input_field | ( | self | ) |
Return True if this field acts as an input
Reimplemented from Form.Control.
id |
parent = parent |
int pos = 0 |
tag = tag |