Method: MainWindow::EntityItemModel#index

Defined in:
lib/tmis/interface/mainwindow.rb

#index(row, column, parent) ⇒ Object



545
546
547
# File 'lib/tmis/interface/mainwindow.rb', line 545

def index(row, column, parent)
  createIndex(row, column)
end