Class: Qt::ItemSelection

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

Instance Method Summary collapse

Instance Method Details

#each ⇒ Object



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