Home
last modified time | relevance | path

Searched defs:GetHoverButtonIcon (Results 1 – 2 of 2) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DUIElement.cpp1754 IconMgr::IconType UiElement::Playlist::GetHoverButtonIcon(int index, int row) in GetHoverButtonIcon() function in UiElement::Playlist
1938 IconMgr::IconType UiElement::RecentPlayedList::GetHoverButtonIcon(int index, int row) in GetHoverButtonIcon() function in UiElement::RecentPlayedList
2062 IconMgr::IconType UiElement::MediaLibItemList::GetHoverButtonIcon(int index, int row) in GetHoverButtonIcon() function in UiElement::MediaLibItemList
2350 IconMgr::IconType UiElement::MediaLibFolder::GetHoverButtonIcon(int index, int row) in GetHoverButtonIcon() function in UiElement::MediaLibFolder
2467 IconMgr::IconType UiElement::MediaLibPlaylist::GetHoverButtonIcon(int index, int row) in GetHoverButtonIcon() function in UiElement::MediaLibPlaylist
2607 IconMgr::IconType UiElement::MyFavouriteList::GetHoverButtonIcon(int index, int row) in GetHoverButtonIcon() function in UiElement::MyFavouriteList
2768 IconMgr::IconType UiElement::AllTracksList::GetHoverButtonIcon(int index, int row) in GetHoverButtonIcon() function in UiElement::AllTracksList
3311 IconMgr::IconType UiElement::FolderExploreTree::GetHoverButtonIcon(int index, int row) in GetHoverButtonIcon() function in UiElement::FolderExploreTree
H A DUIElement.h324 …virtual IconMgr::IconType GetHoverButtonIcon(int index, int row) { return IconMgr::IT_NO_ICON; } /… in GetHoverButtonIcon() function