Home
last modified time | relevance | path

Searched refs:rowToBottomModel (Results 1 – 5 of 5) sorted by relevance

/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/playlist/
H A DPlaylistController.cpp342 int bottomModelRow = m_topModel->rowToBottomModel( topModelRow ); in removeRows()
505 …bottomModelCmds.append( MoveCmd( m_topModel->rowToBottomModel( from.at( i ) ), m_topModel->rowToBo… in reorderRows()
594 return m_topModel->rowToBottomModel( topModelRow ); in insertionTopRowToBottom()
H A DPlaylistModel.h84 int rowToBottomModel( const int row ) override { return row; } in rowToBottomModel() function
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/playlist/proxymodels/
H A DProxyBase.cpp201 ProxyBase::rowToBottomModel( const int row ) in rowToBottomModel() function in Playlist::ProxyBase
203 return m_belowModel->rowToBottomModel( rowToSource( row ) ); in rowToBottomModel()
H A DAbstractModel.h229 virtual int rowToBottomModel( const int row ) = 0;
H A DProxyBase.h69 int rowToBottomModel( const int rowInProxy ) override;