|
IDAPython 9.0
|
Public Member Functions | |
| __init__ (self, chooser=None, swidth=40, hlp=None) | |
| __get_selection__ (self) | |
| free (self) | |
Public Member Functions inherited from Form.InputControl | |
| get_tag (self) | |
| is_input_field (self) | |
Public Member Functions inherited from Form.Control | |
| get_arg (self) | |
Public Attributes | |
| selobj = ida_pro.sizevec_t() | |
| arg = p_embedded, p_sel | |
| chooser = chooser | |
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 |
Properties | |
| value = property(lambda self: self.chooser) | |
| selection = property(__get_selection__) | |
Embedded chooser control. This control links to a Chooser2 control created with the 'embedded=True'
| __init__ | ( | self, | |
| chooser = None, | |||
| swidth = 40, | |||
| hlp = None ) |
Embedded chooser control @param chooser: A chooser2 instance (must be constructed with 'embedded=True')
Reimplemented from Form.InputControl.
| __get_selection__ | ( | self | ) |
| free | ( | self | ) |
Frees the embedded chooser data
Reimplemented from Form.Control.
| arg = p_embedded, p_sel |
| chooser = chooser |
| selobj = ida_pro.sizevec_t() |
|
static |
|
static |