Class: Qt::ItemSelection

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

#select(*args) ⇒ Object



867
868
869
# File 'lib/qt/qtruby4.rb', line 867

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

#split(*args) ⇒ Object



871
872
873
# File 'lib/qt/qtruby4.rb', line 871

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