Home
last modified time | relevance | path

Searched refs:showplaying (Results 1 – 2 of 2) sorted by relevance

/dports/audio/gogglesmm/gogglesmm-1.2.2/src/
H A DGMTrackView.h263 FXbool listArtists(FXbool showplaying=true);
265 FXbool listAlbums(FXbool showplaying=true);
299 void refresh(FXbool showplaying=true);
H A DGMTrackView.cpp978 void GMTrackView::refresh(FXbool showplaying/*=true*/) { in refresh() argument
985 listArtists(showplaying); in refresh()
986 listAlbums(showplaying); in refresh()
1025 FXbool GMTrackView::listArtists(FXbool showplaying/*=true*/){ in listArtists() argument
1040 …if (showplaying && GMPlayerManager::instance()->playing() && GMPlayerManager::instance()->getSourc… in listArtists()
1055 FXbool GMTrackView::listAlbums(FXbool showplaying/*=true*/){ in listAlbums() argument
1076 …if (showplaying && GMPlayerManager::instance()->playing() && GMPlayerManager::instance()->getSourc… in listAlbums()