Class: RuGUI::FrameworkAdapters::Qt4::BaseMainController

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

Instance Attribute Summary

Attributes inherited from BaseFrameworkAdapter::Base

#adapted_object

Instance Method Summary collapse

Methods inherited from BaseController

#queue

Methods inherited from BaseFrameworkAdapter::BaseController

#queue

Methods inherited from BaseFrameworkAdapter::Base

#initialize

Constructor Details

This class inherits a constructor from RuGUI::FrameworkAdapters::BaseFrameworkAdapter::Base

Instance Method Details

#quitObject



30
31
32
# File 'lib/rugui/framework_adapters/Qt4.rb', line 30

def quit
  Qt.application.exit
end

#runObject



26
27
28
# File 'lib/rugui/framework_adapters/Qt4.rb', line 26

def run
  Qt.application.exec
end