Class: Qt::MetaProperty

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

#name(*args) ⇒ Object



1094
1095
1096
# File 'lib/qt/qtruby4.rb', line 1094

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

#type(*args) ⇒ Object



1098
1099
1100
# File 'lib/qt/qtruby4.rb', line 1098

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