Class: Qt::Cursor

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

#inspectObject



360
361
362
363
# File 'lib/qt/qtruby4.rb', line 360

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

#pretty_print(pp) ⇒ Object



365
366
367
368
# File 'lib/qt/qtruby4.rb', line 365

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