IDAPython 8.4
|
Public Member Functions | |
__init__ (self, tp) | |
get_tag (self) | |
![]() | |
get_arg (self) | |
free (self) | |
is_input_field (self) | |
Public Attributes | |
tp = tp | |
id | |
![]() | |
int | id = 0 |
input_field_index = None | |
arg = None | |
form = None | |
bool | form_hasattr = False |
Base class for static label control
__init__ | ( | self, | |
tp ) |
Reimplemented from Form.Control.
Reimplemented in Form.NumericLabel, and Form.StringLabel.
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.
id |
tp = tp |