|
IDAPython 9.0
|
Public Member Functions | |
| __init__ (self, tp=None, value=0, width=50, swidth=10, hlp=None, is_relative_offset=False, i64=None) | |
Public Member Functions inherited from Form.InputControl | |
| get_tag (self) | |
| is_input_field (self) | |
Public Member Functions inherited from Form.Control | |
| get_arg (self) | |
| free (self) | |
Public Member Functions inherited from Form.NumericArgument | |
Public Attributes | |
| tp | |
Public Attributes inherited from Form.InputControl | |
| tp = tp | |
| width = width | |
| swidth = swidth | |
| hlp = hlp | |
| is_relative_offset = is_relative_offset | |
| id | |
Public Attributes inherited from Form.Control | |
| int | id = 0 |
| input_field_index = None | |
| arg = None | |
| form = None | |
| bool | form_hasattr = False |
Public Attributes inherited from Form.NumericArgument | |
| arg = ctypes.pointer(cls(value)) | |
Additional Inherited Members | |
Static Public Attributes inherited from Form.NumericArgument | |
| bool | DefI64 = False |
Properties inherited from Form.NumericArgument | |
| 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, | |||
| i64 = None ) |
@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 |