Class: RuGUI::FrameworkAdapters::BaseFrameworkAdapter::BaseController
- Defined in:
- lib/rugui/framework_adapters/base_framework_adapter.rb
Overview
Adapts the BaseController methods specific for the framework.
Direct Known Subclasses
BaseMainController, GTK::BaseController, Qt4::BaseController, Rubygame::BaseController
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#queue(&block) ⇒ Object
Queues the block call, so that it is only gets executed in the main thread.
Methods inherited from Base
Constructor Details
This class inherits a constructor from RuGUI::FrameworkAdapters::BaseFrameworkAdapter::Base
Instance Method Details
#queue(&block) ⇒ Object
Queues the block call, so that it is only gets executed in the main thread.
15 16 |
# File 'lib/rugui/framework_adapters/base_framework_adapter.rb', line 15 def queue(&block) end |