class RuGUI::FrameworkAdapters::Qt4::BaseMainController

Public Instance Methods

quit() click to toggle source
# File lib/rugui/framework_adapters/Qt4.rb, line 35
def quit
  Qt.application.exit
end
refresh() click to toggle source
# File lib/rugui/framework_adapters/Qt4.rb, line 30
def refresh
  # TODO: Vicente Mundim - 03/06/2009 - Implement this method for Qt.
  raise NotImplementedError.new("Sorry, refresh is not implemented for Qt yet!")
end
run() click to toggle source
# File lib/rugui/framework_adapters/Qt4.rb, line 26
def run
  Qt.application.exec
end