Class: VBox::GuestMonitorChangedEvent
- Defined in:
- lib/virtualbox/classes/events/guest_monitor_changed_event.rb
Instance Attribute Summary collapse
-
#ref ⇒ Object
readonly
Returns the value of attribute ref.
Instance Method Summary collapse
-
#change_type ⇒ Object
Attributes.
- #height ⇒ Object
- #origin_x ⇒ Object
- #origin_y ⇒ Object
- #screen_id ⇒ Object
- #width ⇒ Object
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 (readonly)
Returns the value of attribute ref.
4 5 6 |
# File 'lib/virtualbox/classes/events/guest_monitor_changed_event.rb', line 4 def ref @ref end |
Instance Method Details
#change_type ⇒ Object
Attributes
8 9 10 |
# File 'lib/virtualbox/classes/events/guest_monitor_changed_event.rb', line 8 def change_type VBox::WebService.send_request(:i_guest_monitor_changed_event_get_change_type, _this) end |
#height ⇒ Object
28 29 30 |
# File 'lib/virtualbox/classes/events/guest_monitor_changed_event.rb', line 28 def height VBox::WebService.send_request(:i_guest_monitor_changed_event_get_height, _this) end |
#origin_x ⇒ Object
16 17 18 |
# File 'lib/virtualbox/classes/events/guest_monitor_changed_event.rb', line 16 def origin_x VBox::WebService.send_request(:i_guest_monitor_changed_event_get_origin_x, _this) end |
#origin_y ⇒ Object
20 21 22 |
# File 'lib/virtualbox/classes/events/guest_monitor_changed_event.rb', line 20 def origin_y VBox::WebService.send_request(:i_guest_monitor_changed_event_get_origin_y, _this) end |
#screen_id ⇒ Object
12 13 14 |
# File 'lib/virtualbox/classes/events/guest_monitor_changed_event.rb', line 12 def screen_id VBox::WebService.send_request(:i_guest_monitor_changed_event_get_screen_id, _this) end |
#width ⇒ Object
24 25 26 |
# File 'lib/virtualbox/classes/events/guest_monitor_changed_event.rb', line 24 def width VBox::WebService.send_request(:i_guest_monitor_changed_event_get_width, _this) end |