IDAPython 8.4
Loading...
Searching...
No Matches
Form.NumericLabel Class Reference
Inheritance diagram for Form.NumericLabel:
Form.LabelControl Form.NumericArgument Form.Control

Public Member Functions

 __init__ (self, value, tp=None)
 
- Public Member Functions inherited from Form.LabelControl
 get_tag (self)
 
- Public Member Functions inherited from Form.Control
 get_arg (self)
 
 free (self)
 
 is_input_field (self)
 
- Public Member Functions inherited from Form.NumericArgument

Additional Inherited Members

- Public Attributes inherited from Form.LabelControl
 tp = tp
 
 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))
 
- 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

Numeric label control

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
value,
tp = None )

Reimplemented from Form.LabelControl.


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