Home
last modified time | relevance | path

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

/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/playlist/proxymodels/
H A DProxyBase.cpp254 ProxyBase::stateOfRow( int row ) const in stateOfRow() function in Playlist::ProxyBase
256 return m_belowModel->stateOfRow( rowToSource( row ) ); in stateOfRow()
H A DAbstractModel.h276 virtual Item::State stateOfRow( int row ) const = 0;
H A DProxyBase.h77 Item::State stateOfRow( int row ) const override;
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/playlist/
H A DPlaylistModel.h92 Item::State stateOfRow( int row ) const override;
H A DPlaylistModel.cpp746 Playlist::Model::stateOfRow( int row ) const in stateOfRow() function in Playlist::Model