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

Public Member Functions

 __init__ (self, value, tp=None, size=ida_pro.MAXSTR)
 
- 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 Attributes

 size = size
 
 arg = Form.create_string_buffer(value, size)
 
- 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
 

Detailed Description

String label control

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
value,
tp = None,
size = ida_pro.MAXSTR )
Type field can be one of:
A - ascii string
T - type declaration
I - ident
F - folder
f - file
X - command

Reimplemented from Form.LabelControl.

Member Data Documentation

◆ arg

◆ size

size = size

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