Class: Qt::EventLoop

Inherits:
Base show all
Defined in:
lib/qt/qtruby4.rb

Instance Method Summary collapse

Methods inherited from Base

#%, #&, #*, #**, #+, #-, #-@, #/, #<, #<<, #<=, #==, #>, #>=, #>>, #^, #methods, #protected_methods, #public_methods, q_classinfo, q_signal, q_slot, signals, #singleton_methods, slots, #|, #~

Instance Method Details

#exec(*args) ⇒ Object



599
600
601
# File 'lib/qt/qtruby4.rb', line 599

def exec(*args)
	method_missing(:exec, *args)
end

#exit(*args) ⇒ Object



603
604
605
# File 'lib/qt/qtruby4.rb', line 603

def exit(*args)
	method_missing(:exit, *args)
end