IDAPython 9.0
Loading...
Searching...
No Matches
input_event_t Class Reference

Proxy of C++ input_event_t class.

Inheritance diagram for input_event_t:

Public Member Functions

 __init__ (self)
 init(self) -> input_event_t
 
 get_source_QEvent (self)
 
 get_target_QWidget (self)
 

Static Public Attributes

str cb = property(_ida_kernwin.input_event_t_cb_get, _ida_kernwin.input_event_t_cb_set, doc=)
 
str kind = property(_ida_kernwin.input_event_t_kind_get, _ida_kernwin.input_event_t_kind_set, doc=)
 
str modifiers = property(_ida_kernwin.input_event_t_modifiers_get, _ida_kernwin.input_event_t_modifiers_set, doc=)
 
str target = property(_ida_kernwin.input_event_t_target_get, _ida_kernwin.input_event_t_target_set, doc=)
 
str source = property(_ida_kernwin.input_event_t_source_get, _ida_kernwin.input_event_t_source_set, doc=)
 
str shortcut = property(_ida_kernwin.input_event_t_shortcut_get, _ida_kernwin.input_event_t_shortcut_set, doc=)
 
str keyboard = property(_ida_kernwin.input_event_t_keyboard_get, _ida_kernwin.input_event_t_keyboard_set, doc=)
 
str mouse = property(_ida_kernwin.input_event_t_mouse_get, _ida_kernwin.input_event_t_mouse_set, doc=)
 

Protected Member Functions

"size_t" _source_as_size (self)
 _source_as_size(self) -> size_t
 
"size_t" _target_as_size (self)
 _target_as_size(self) -> size_t
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

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 = property(_ida_kernwin.input_event_t_cb_get, _ida_kernwin.input_event_t_cb_set, doc=)
static

◆ keyboard

str keyboard = property(_ida_kernwin.input_event_t_keyboard_get, _ida_kernwin.input_event_t_keyboard_set, doc=)
static

◆ kind

str kind = property(_ida_kernwin.input_event_t_kind_get, _ida_kernwin.input_event_t_kind_set, doc=)
static

◆ modifiers

str modifiers = property(_ida_kernwin.input_event_t_modifiers_get, _ida_kernwin.input_event_t_modifiers_set, doc=)
static

◆ mouse

str mouse = property(_ida_kernwin.input_event_t_mouse_get, _ida_kernwin.input_event_t_mouse_set, doc=)
static

◆ shortcut

str shortcut = property(_ida_kernwin.input_event_t_shortcut_get, _ida_kernwin.input_event_t_shortcut_set, doc=)
static

◆ source

str source = property(_ida_kernwin.input_event_t_source_get, _ida_kernwin.input_event_t_source_set, doc=)
static

◆ target

str target = property(_ida_kernwin.input_event_t_target_get, _ida_kernwin.input_event_t_target_set, doc=)
static

Property Documentation

◆ thisown

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

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