Class: Qt::ListWidgetItem

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

#clone(*args) ⇒ Object



904
905
906
# File 'lib/qt/qtruby4.rb', line 904

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

#inspectObject



912
913
914
915
# File 'lib/qt/qtruby4.rb', line 912

def inspect
	str = super
	str.sub(/>$/, " text=%s>" % text)
end

#pretty_print(pp) ⇒ Object



917
918
919
920
# File 'lib/qt/qtruby4.rb', line 917

def pretty_print(pp)
	str = to_s
	pp.text str.sub(/>$/, " text=%s>" % text)
end

#type(*args) ⇒ Object



908
909
910
# File 'lib/qt/qtruby4.rb', line 908

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