IDAPython 8.4
Loading...
Searching...
No Matches
Form.NumericInput Class Reference
Inheritance diagram for Form.NumericInput:
Form.InputControl Form.NumericArgument Form.Control Form.ColorInput

Public Member Functions

 __init__ (self, tp=None, value=0, width=50, swidth=10, hlp=None, is_relative_offset=False)
 
- 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)
 

Detailed Description

A composite class serving as a base numeric input control class

Constructor & Destructor Documentation

◆ __init__()

__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.

Member Data Documentation

◆ tp

tp

The documentation for this class was generated from the following file: