Home
last modified time | relevance | path

Searched refs:componentListeners_ (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Decs.cpp120 vector<ComponentListener*> componentListeners_; member in __anon9609::final
197 if (Find(componentListeners_, &listener) != componentListeners_.end()) { in AddListener()
201 componentListeners_.push_back(&listener); in AddListener()
206 if (auto it = Find(componentListeners_, &listener); it != componentListeners_.end()) { in RemoveListener()
407 for (auto* listener : componentListeners_) { in ProcessComponentEvents()
473 componentListeners_.erase( in ProcessEvents()
474 std::remove(componentListeners_.begin(), componentListeners_ in ProcessEvents()
[all...]

Completed in 2 milliseconds