Class: RuGUI::FrameworkAdapters::Qt4::BaseController

Inherits:
BaseFrameworkAdapter::BaseController show all
Defined in:
lib/rugui/framework_adapters/Qt4.rb

Direct Known Subclasses

BaseMainController

Instance Attribute Summary

Attributes inherited from BaseFrameworkAdapter::Base

#adapted_object

Instance Method Summary collapse

Methods inherited from BaseFrameworkAdapter::Base

#initialize

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