Home
last modified time | relevance | path

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

/dports/audio/vimpc/vimpc-0.09.2/src/
H A Dclientstate.hpp79 std::string GetCurrentSongURI() const;
H A Dclientstate.cpp338 std::string ClientState::GetCurrentSongURI() const in GetCurrentSongURI() function in ClientState
/dports/audio/vimpc/vimpc-0.09.2/src/window/
H A Dsongwindow.cpp461 if ((song->URI() == clientState_.GetCurrentSongURI()))
H A Dlibrarywindow.cpp474 if ((entry->song_ != NULL) && (entry->song_->URI() == clientState_.GetCurrentSongURI())) in DetermineColour()
H A Ddirectorywindow.cpp552 if ((entry->song_ != NULL) && (entry->song_->URI() == clientState_.GetCurrentSongURI()))