Class: Qt::MetaType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Base

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

Class Method Details

.type(*args) ⇒ Object



1251
1252
1253
# File 'lib/qt/qtruby4.rb', line 1251

def self.type(*args)
	method_missing(:type, *args)
end

Instance Method Details

#load(*args) ⇒ Object



1104
1105
1106
# File 'lib/qt/qtruby4.rb', line 1104

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

#type(*args) ⇒ Object



1108
1109
1110
# File 'lib/qt/qtruby4.rb', line 1108

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