Class: Qt::Image

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



835
836
837
# File 'lib/qt/qtruby4.rb', line 835

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

#fromImage(image) ⇒ Object



831
832
833
# File 'lib/qt/qtruby4.rb', line 831

def fromImage(image)
	send("operator=".to_sym, image)
end

#load(*args) ⇒ Object



839
840
841
# File 'lib/qt/qtruby4.rb', line 839

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