IDAPython 9.0
Loading...
Searching...
No Matches
input_event_t Class Reference
Inheritance diagram for input_event_t:

Public Member Functions

 __init__ (self)
 
 get_source_QEvent (self)
 
 get_target_QWidget (self)
 

Static Public Attributes

str cb
 
str kind
 
str modifiers
 
str target
 
str source
 
str shortcut
 
str keyboard
 
str mouse
 

Protected Member Functions

'size_t' _source_as_size (self)
 
'size_t' _target_as_size (self)
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ _source_as_size()

'size_t' _source_as_size ( self)
protected

◆ _target_as_size()

'size_t' _target_as_size ( self)
protected

◆ get_source_QEvent()

get_source_QEvent ( self)

◆ get_target_QWidget()

get_target_QWidget ( self)

Member Data Documentation

◆ cb

str cb
static
Initial value:
= property(_ida_kernwin.input_event_t_cb_get, _ida_kernwin.
input_event_t_cb_set)

◆ keyboard

str keyboard
static
Initial value:
= property(
_ida_kernwin.input_event_t_keyboard_get, _ida_kernwin.
input_event_t_keyboard_set)

◆ kind

str kind
static
Initial value:
= property(_ida_kernwin.
input_event_t_kind_get, _ida_kernwin.input_event_t_kind_set)

◆ modifiers

str modifiers
static
Initial value:
= property(_ida_kernwin.
input_event_t_modifiers_get, _ida_kernwin.input_event_t_modifiers_set)

◆ mouse

str mouse
static
Initial value:
= property(_ida_kernwin
.input_event_t_mouse_get, _ida_kernwin.input_event_t_mouse_set)

◆ shortcut

str shortcut
static
Initial value:
= property(
_ida_kernwin.input_event_t_shortcut_get, _ida_kernwin.
input_event_t_shortcut_set)

◆ source

str source
static
Initial value:
= property(_ida_kernwin.input_event_t_source_get,
_ida_kernwin.input_event_t_source_set)

◆ target

str target
static
Initial value:
= property(_ida_kernwin.input_event_t_target_get,
_ida_kernwin.input_event_t_target_set)

Property Documentation

◆ thisown

thisown
static
Initial value:
= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')

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