Class: VBox::MousePointerShapeChangedEvent
- Inherits:
-
Event
- Object
- Base
- Event
- VBox::MousePointerShapeChangedEvent
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
#ref ⇒ Object
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
#alpha ⇒ Object
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
|
#height ⇒ Object
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
|
#shape ⇒ Object
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
|
#visible ⇒ Object
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
|
#width ⇒ Object
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
|
#xhot ⇒ Object
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
|
#yhot ⇒ Object
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
|