Class: Qt::SizePolicy

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



1355
1356
1357
1358
# File 'lib/qt/qtruby4.rb', line 1355

def inspect
	str = super
	str.sub(/>$/, " horData=%d, verData=%d>" % [horData, verData])
end

#pretty_print(pp) ⇒ Object



1360
1361
1362
1363
# File 'lib/qt/qtruby4.rb', line 1360

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