Class: VBox::MousePointerShapeChangedEvent

Inherits:
Event
  • Object
show all
Defined in:
lib/virtualbox/classes/events/mouse_pointer_shape_changed_event.rb

Instance Attribute Summary

Attributes inherited from Base

#ref

Instance Method Summary collapse

Methods inherited from Event

#set_processed, #source, #type, #wait_processed, #waitable

Methods inherited from Base

#_this, #delete!, #ensure_hash, #initialize, #vbox_class

Constructor Details

This class inherits a constructor from VBox::Base

Instance Method Details

#alphaObject



10
11
12
# File 'lib/virtualbox/classes/events/mouse_pointer_shape_changed_event.rb', line 10

def alpha
  VBox::WebService.send_request(:i_mouse_pointer_shape_changed_event_get_alpha, _this)
end

#heightObject



26
27
28
# File 'lib/virtualbox/classes/events/mouse_pointer_shape_changed_event.rb', line 26

def height
  VBox::WebService.send_request(:i_mouse_pointer_shape_changed_event_get_height, _this)
end

#shapeObject



30
31
32
# File 'lib/virtualbox/classes/events/mouse_pointer_shape_changed_event.rb', line 30

def shape
  VBox::WebService.send_request(:i_mouse_pointer_shape_changed_event_get_shape, _this)
end

#visibleObject

Attributes



6
7
8
# File 'lib/virtualbox/classes/events/mouse_pointer_shape_changed_event.rb', line 6

def visible
  VBox::WebService.send_request(:i_mouse_pointer_shape_changed_event_get_visible, _this)
end

#widthObject



22
23
24
# File 'lib/virtualbox/classes/events/mouse_pointer_shape_changed_event.rb', line 22

def width
  VBox::WebService.send_request(:i_mouse_pointer_shape_changed_event_get_width, _this)
end

#xhotObject



14
15
16
# File 'lib/virtualbox/classes/events/mouse_pointer_shape_changed_event.rb', line 14

def xhot
  VBox::WebService.send_request(:i_mouse_pointer_shape_changed_event_get_xhot, _this)
end

#yhotObject



18
19
20
# File 'lib/virtualbox/classes/events/mouse_pointer_shape_changed_event.rb', line 18

def yhot
  VBox::WebService.send_request(:i_mouse_pointer_shape_changed_event_get_yhot, _this)
end