Class: RuGUI::FrameworkAdapters::Qt4::BaseController
- Inherits:
-
BaseFrameworkAdapter::BaseController
- Object
- BaseFrameworkAdapter::Base
- BaseFrameworkAdapter::BaseController
- RuGUI::FrameworkAdapters::Qt4::BaseController
- Defined in:
- lib/rugui/framework_adapters/Qt4.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from BaseFrameworkAdapter::Base
Instance Method Summary collapse
Methods inherited from BaseFrameworkAdapter::Base
Constructor Details
This class inherits a constructor from RuGUI::FrameworkAdapters::BaseFrameworkAdapter::Base
Instance Method Details
#queue(&block) ⇒ Object
20 21 22 |
# File 'lib/rugui/framework_adapters/Qt4.rb', line 20 def queue(&block) block.call end |