Class: Qt::Cursor
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
612
613
614
615
|
# File 'lib/Qt/qtruby4.rb', line 612
def inspect
str = super
str.sub(/>$/, " shape=%d>" % shape)
end
|
#pretty_print(pp) ⇒ Object
617
618
619
620
|
# File 'lib/Qt/qtruby4.rb', line 617
def pretty_print(pp)
str = to_s
pp.text str.sub(/>$/, " shape=%d>" % shape)
end
|