Class: VBox::MousePointerShapeChangedEvent

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

Instance Attribute Summary collapse

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 Attribute Details

#refObject (readonly)

Returns the value of attribute ref.



4
5
6
# File 'lib/virtualbox/classes/events/mouse_pointer_shape_changed_event.rb', line 4

def ref
  @ref
end

Instance Method Details

#alphaObject



12
13
14
# File 'lib/virtualbox/classes/events/mouse_pointer_shape_changed_event.rb', line 12

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

#heightObject



28
29
30
# File 'lib/virtualbox/classes/events/mouse_pointer_shape_changed_event.rb', line 28

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

#shapeObject



32
33
34
# File 'lib/virtualbox/classes/events/mouse_pointer_shape_changed_event.rb', line 32

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

#visibleObject

Attributes



8
9
10
# File 'lib/virtualbox/classes/events/mouse_pointer_shape_changed_event.rb', line 8

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

#widthObject



24
25
26
# File 'lib/virtualbox/classes/events/mouse_pointer_shape_changed_event.rb', line 24

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

#xhotObject



16
17
18
# File 'lib/virtualbox/classes/events/mouse_pointer_shape_changed_event.rb', line 16

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

#yhotObject



20
21
22
# File 'lib/virtualbox/classes/events/mouse_pointer_shape_changed_event.rb', line 20

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