IDAPython 8.4
Loading...
Searching...
No Matches
Form.NumericArgument Class Reference
Inheritance diagram for Form.NumericArgument:
Form.GroupControl Form.NumericInput Form.NumericLabel Form.ChkGroupControl Form.RadGroupControl Form.ColorInput

Public Member Functions

 __init__ (self, tp, value)
 

Public Attributes

 arg = ctypes.pointer(cls(value))
 

Static Public Attributes

bool DefI64 = False
 

Properties

 value = property(lambda self: self.arg.contents.value, __set_value)
 

Detailed Description

Argument representing various integer arguments (ushort, uint32, uint64, etc...)
@param tp: One of Form.FT_XXX

Constructor & Destructor Documentation

◆ __init__()

Member Data Documentation

◆ arg

arg = ctypes.pointer(cls(value))

◆ DefI64

bool DefI64 = False
static

Property Documentation

◆ value

value = property(lambda self: self.arg.contents.value, __set_value)
static

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