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
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
#alpha ⇒ Object
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
|
#height ⇒ Object
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
|
#shape ⇒ Object
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
|
#visible ⇒ Object
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
|
#width ⇒ Object
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
|
#xhot ⇒ Object
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
|
#yhot ⇒ Object
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
|