class RuGUI::FrameworkAdapters::BaseFrameworkAdapter::BaseMainController
Adapts the BaseMainController
methods specific for the framework.
Public Instance Methods
quit()
click to toggle source
Exits the application, freeing any resources used by the framework.
# File lib/rugui/framework_adapters/base_framework_adapter.rb, line 33 def quit end
refresh()
click to toggle source
Refreshes the GUI application, running just one event loop.
This method is mostly useful when writing tests. It shouldn’t be used in normal applications.
# File lib/rugui/framework_adapters/base_framework_adapter.rb, line 29 def refresh end
run()
click to toggle source
Runs the application, starting anything the framework needs.
# File lib/rugui/framework_adapters/base_framework_adapter.rb, line 22 def run end