Class: VBox::GuestMonitorChangedEvent
- Inherits:
-
Event
- Object
- Base
- Event
- VBox::GuestMonitorChangedEvent
show all
- Defined in:
- lib/virtualbox/classes/events/guest_monitor_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
#change_type ⇒ Object
6
7
8
|
# File 'lib/virtualbox/classes/events/guest_monitor_changed_event.rb', line 6
def change_type
VBox::WebService.send_request(:i_guest_monitor_changed_event_get_change_type, _this)
end
|
#height ⇒ Object
26
27
28
|
# File 'lib/virtualbox/classes/events/guest_monitor_changed_event.rb', line 26
def height
VBox::WebService.send_request(:i_guest_monitor_changed_event_get_height, _this)
end
|
#origin_x ⇒ Object
14
15
16
|
# File 'lib/virtualbox/classes/events/guest_monitor_changed_event.rb', line 14
def origin_x
VBox::WebService.send_request(:i_guest_monitor_changed_event_get_origin_x, _this)
end
|
#origin_y ⇒ Object
18
19
20
|
# File 'lib/virtualbox/classes/events/guest_monitor_changed_event.rb', line 18
def origin_y
VBox::WebService.send_request(:i_guest_monitor_changed_event_get_origin_y, _this)
end
|
#screen_id ⇒ Object
10
11
12
|
# File 'lib/virtualbox/classes/events/guest_monitor_changed_event.rb', line 10
def screen_id
VBox::WebService.send_request(:i_guest_monitor_changed_event_get_screen_id, _this)
end
|
#width ⇒ Object
22
23
24
|
# File 'lib/virtualbox/classes/events/guest_monitor_changed_event.rb', line 22
def width
VBox::WebService.send_request(:i_guest_monitor_changed_event_get_width, _this)
end
|