Home
last modified time | relevance | path

Searched defs:IterateAllElements (Results 1 – 3 of 3) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DUserUi.h125 inline void CUserUi::IterateAllElements(std::function<bool(T*)> func, bool visible_only) in IterateAllElements() function
H A DUserUi.cpp65 void CUserUi::IterateAllElements(std::function<bool(UiElement::Element*)> func, bool visible_only) in IterateAllElements() function in CUserUi
H A DUIElement.cpp279 void UiElement::Element::IterateAllElements(std::function<bool(UiElement::Element*)> func, bool vis… in IterateAllElements() function in UiElement::Element