IDAPython 8.4
|
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) | |
Argument representing various integer arguments (ushort, uint32, uint64, etc...) @param tp: One of Form.FT_XXX
__init__ | ( | self, | |
tp, | |||
value ) |
Reimplemented in Form.ChkGroupControl, Form.ColorInput, Form.GroupControl, Form.NumericInput, Form.NumericLabel, and Form.RadGroupControl.
arg = ctypes.pointer(cls(value)) |
|
static |
|
static |