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



1293
1294
1295
1296
1297
1298
# File 'lib/Qt/qtruby4.rb', line 1293

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

#select(*args) ⇒ Object



1300
1301
1302
# File 'lib/Qt/qtruby4.rb', line 1300

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

#split(*args) ⇒ Object



1304
1305
1306
# File 'lib/Qt/qtruby4.rb', line 1304

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