Home
last modified time | relevance | path

Searched refs:GetCurrentSongPos (Results 1 – 12 of 12) sorted by relevance

/dports/audio/vimpc/vimpc-0.09.2/src/window/
H A Dplaylistwindow.cpp73 int32_t current = clientState_.GetCurrentSongPos(); in Current()
93 …if ((clientState_.GetCurrentSongPos() > -1) && ((line + FirstLine()) == static_cast<uint32_t>(clie… in DetermineColour()
H A Dsongwindow.cpp67 (clientState_.GetCurrentSongPos() == -1))
73 client_.Add(*(Buffer().Get(position)), clientState_.GetCurrentSongPos() + 1);
174 client_.Play(static_cast<uint32_t>(clientState_.GetCurrentSongPos() + 1));
184 int32_t currentSongId = clientState_.GetCurrentSongPos();
H A Ddirectorywindow.cpp74 int32_t currentSongId = clientState_.GetCurrentSongPos();
99 int32_t currentSongId = clientState_.GetCurrentSongPos();
H A Dlibrarywindow.cpp103 int32_t currentSongId = clientState_.GetCurrentSongPos(); in Current()
/dports/audio/vimpc/vimpc-0.09.2/src/
H A Dplayer.cpp270 int32_t song = GetCurrentSongPos() + directionCount; in SkipSong()
298 int32_t Player::GetCurrentSongPos() const in GetCurrentSongPos() function in Player
300 return clientState_.GetCurrentSongPos(); in GetCurrentSongPos()
306 int32_t skipResult = GetCurrentSongPos(); in SkipSongByInformation()
H A Dclientstate.hpp82 int32_t GetCurrentSongPos();
H A Dplayer.hpp145 int32_t GetCurrentSongPos() const;
H A Dclientstate.cpp344 int32_t ClientState::GetCurrentSongPos() in GetCurrentSongPos() function in ClientState
432 screen_.SetStatusLine("[%5u] %s", GetCurrentSongPos() + 1, &statusStr[titlePos_]); in DisplaySongInformation()
/dports/audio/vimpc/vimpc-0.09.2/src/buffer/
H A Dlibrary.cpp350 (clientState.GetCurrentSongPos() == -1)) in AddToPlaylist()
356 client.Add(*(entry->song_), clientState.GetCurrentSongPos() + 1); in AddToPlaylist()
364 (clientState.GetCurrentSongPos() != -1)) in AddToPlaylist()
366 current = clientState.GetCurrentSongPos() + 1; in AddToPlaylist()
H A Ddirectory.cpp278 (clientState.GetCurrentSongPos() == -1)) in AddToPlaylist()
284 client.Add(*(entry->song_), clientState.GetCurrentSongPos() + 1); in AddToPlaylist()
/dports/audio/ncmpc/ncmpc-0.41/src/
H A Dmpdclient.hxx213 int GetCurrentSongPos() const noexcept { in GetCurrentSongPos() function
H A DQueuePage.cxx539 pos = c.GetCurrentSongPos(); in OnCommand()