Class: Qt::ImageIOHandler

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

#format(*args) ⇒ Object



845
846
847
# File 'lib/qt/qtruby4.rb', line 845

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

#name(*args) ⇒ Object



849
850
851
# File 'lib/qt/qtruby4.rb', line 849

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