Module ida_kernwin :: Class view_mouse_event_t
[frames] | no frames]

Class view_mouse_event_t

object --+
         |
        view_mouse_event_t

Proxy of C++ view_mouse_event_t class.

Instance Methods
view_mouse_event_t
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  button
view_mouse_event_t_button_get(self) -> vme_button_t
  location
view_mouse_event_t_location_get(self) -> view_mouse_event_location_t
  renderer_pos
view_mouse_event_t_renderer_pos_get(self) -> renderer_pos_info_t
  rtype
view_mouse_event_t_rtype_get(self) -> tcc_renderer_type_t
  state
view_mouse_event_t_state_get(self) -> view_event_state_t
  thisown
The membership flag
  x
view_mouse_event_t_x_get(self) -> uint32
  y
view_mouse_event_t_y_get(self) -> uint32

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Returns: view_mouse_event_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

button

view_mouse_event_t_button_get(self) -> vme_button_t

Get Method:
unreachable.view_mouse_event_t_button_get(self)
Set Method:
unreachable.view_mouse_event_t_button_set(self, button)

location

view_mouse_event_t_location_get(self) -> view_mouse_event_location_t

Get Method:
unreachable.view_mouse_event_t_location_get(self)
Set Method:
unreachable.view_mouse_event_t_location_set(self, location)

renderer_pos

view_mouse_event_t_renderer_pos_get(self) -> renderer_pos_info_t

Get Method:
unreachable.view_mouse_event_t_renderer_pos_get(self)
Set Method:
unreachable.view_mouse_event_t_renderer_pos_set(self, renderer_pos)

rtype

view_mouse_event_t_rtype_get(self) -> tcc_renderer_type_t

Get Method:
unreachable.view_mouse_event_t_rtype_get(self)
Set Method:
unreachable.view_mouse_event_t_rtype_set(self, rtype)

state

view_mouse_event_t_state_get(self) -> view_event_state_t

Get Method:
unreachable.view_mouse_event_t_state_get(self)
Set Method:
unreachable.view_mouse_event_t_state_set(self, state)

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)

x

view_mouse_event_t_x_get(self) -> uint32

Get Method:
unreachable.view_mouse_event_t_x_get(self)
Set Method:
unreachable.view_mouse_event_t_x_set(self, x)

y

view_mouse_event_t_y_get(self) -> uint32

Get Method:
unreachable.view_mouse_event_t_y_get(self)
Set Method:
unreachable.view_mouse_event_t_y_set(self, y)