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
1239
1240
1241
1242
1243
1244
|
# File 'lib/Qt/qtruby4.rb', line 1239
def each
for i in 0...count
yield at(i)
end
return self
end
|
#select(*args) ⇒ Object
1246
1247
1248
|
# File 'lib/Qt/qtruby4.rb', line 1246
def select(*args)
method_missing(:select, *args)
end
|
#split(*args) ⇒ Object
1250
1251
1252
|
# File 'lib/Qt/qtruby4.rb', line 1250
def split(*args)
method_missing(:split, *args)
end
|