Class: Qt::ItemSelection

Inherits:
Base show all
Includes:
Enumerable
Defined in:
lib/Qt/qtruby4.rb

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

#eachObject



1310
1311
1312
1313
1314
1315
# File 'lib/Qt/qtruby4.rb', line 1310

def each
  for i in 0...count
    yield at(i)
  end
  return self
end

#select(*args) ⇒ Object



1317
1318
1319
# File 'lib/Qt/qtruby4.rb', line 1317

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

#split(*args) ⇒ Object



1321
1322
1323
# File 'lib/Qt/qtruby4.rb', line 1321

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