Class: Qt::TableWidgetItem

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



1459
1460
1461
# File 'lib/qt/qtruby4.rb', line 1459

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

#inspectObject



1467
1468
1469
1470
# File 'lib/qt/qtruby4.rb', line 1467

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

#pretty_print(pp) ⇒ Object



1472
1473
1474
1475
# File 'lib/qt/qtruby4.rb', line 1472

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

#type(*args) ⇒ Object



1463
1464
1465
# File 'lib/qt/qtruby4.rb', line 1463

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