• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/

Lines Matching refs:QModelIndex

303 FileTreeModel :: data( const QModelIndex &index, int role ) const
317 FileTreeModel :: flags( const QModelIndex& index ) const
345 QModelIndex
346 FileTreeModel :: index( int row, int column, const QModelIndex& parent ) const
348 QModelIndex i;
374 QModelIndex
375 FileTreeModel :: parent( const QModelIndex& child ) const
380 QModelIndex
381 FileTreeModel :: parent( const QModelIndex& child, int column ) const
384 return QModelIndex( );
392 FileTreeModel :: rowCount( const QModelIndex& parent ) const
405 FileTreeModel :: columnCount( const QModelIndex &parent ) const
412 QModelIndex
416 return QModelIndex( );
422 FileTreeModel :: clearSubtree( const QModelIndex& top )
435 clearSubtree( QModelIndex( ) );
447 QList<QModelIndex> & rowsAdded,
457 QModelIndex parentIndex( indexOf( i, 0 ) );
473 FileTreeModel :: parentsChanged( const QModelIndex& index, int column )
475 QModelIndex walk = index;
486 FileTreeModel :: subtreeChanged( const QModelIndex& index, int column )
501 FileTreeModel :: clicked( const QModelIndex& index )
539 FileTreeDelegate :: sizeHint( const QStyleOptionViewItem& item, const QModelIndex& index ) const
574 const QModelIndex & index ) const
676 connect( this, SIGNAL(clicked(const QModelIndex&)),
677 this, SLOT(onClicked(const QModelIndex&)) );
692 FileTreeView :: onClicked( const QModelIndex& proxyIndex )
694 const QModelIndex modelIndex = myProxy->mapToSource( proxyIndex );
734 foreach( QModelIndex i, selectionModel()->selectedRows(COL_WANTED) )
740 foreach( QModelIndex i, selectionModel()->selectedRows(COL_PRIORITY) )
759 QList<QModelIndex> added;
761 foreach( QModelIndex i, added )