IDAPython 8.4
|
Public Member Functions | |
__init__ (self, tp=None, value=0, width=50, swidth=10, hlp=None, is_relative_offset=False) | |
![]() | |
get_tag (self) | |
is_input_field (self) | |
![]() | |
get_arg (self) | |
free (self) | |
![]() |
Public Attributes | |
tp | |
![]() | |
tp = tp | |
width = width | |
swidth = swidth | |
hlp = hlp | |
is_relative_offset = is_relative_offset | |
id | |
![]() | |
int | id = 0 |
input_field_index = None | |
arg = None | |
form = None | |
bool | form_hasattr = False |
![]() | |
arg = ctypes.pointer(cls(value)) | |
Additional Inherited Members | |
![]() | |
bool | DefI64 = False |
![]() | |
value = property(lambda self: self.arg.contents.value, __set_value) | |
A composite class serving as a base numeric input control class
__init__ | ( | self, | |
tp = None, | |||
width = 0, | |||
swidth = 50, | |||
hlp = 10, | |||
is_relative_offset = None, | |||
is_relative_offset = False ) |
@param width: The maximum possible number of characters that can be entered into the input field @param swidth: The width of visible part of the input field
Reimplemented from Form.InputControl.
Reimplemented in Form.ColorInput.
tp |