Class: Qt::StandardItem

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

Instance Method Summary collapse

Methods inherited from Base

#%, #&, #*, #**, #+, #-, #-@, #/, #<, #<<, #<=, #==, #>, #>=, #>>, #QCOMPARE, #QEXPECT_FAIL, #QFAIL, #QSKIP, #QTEST, #QVERIFY, #QVERIFY2, #QWARN, #^, ancestors, #is_a?, #methods, private_slots, #protected_methods, #public_methods, q_classinfo, q_signal, q_slot, signals, #singleton_methods, slots, #|, #~

Instance Method Details

#cloneObject



1913
1914
1915
# File 'lib/Qt/qtruby4.rb', line 1913

def clone
	Qt::StandardItem.new(self)
end

#inspectObject



1899
1900
1901
1902
# File 'lib/Qt/qtruby4.rb', line 1899

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

#pretty_print(pp) ⇒ Object



1904
1905
1906
1907
# File 'lib/Qt/qtruby4.rb', line 1904

def pretty_print(pp)
	str = to_s
	pp.text str.sub(/>$/, "\n text='%s'>" % [text])
end

#type(*args) ⇒ Object



1909
1910
1911
# File 'lib/Qt/qtruby4.rb', line 1909

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