Searched refs:aNotifications (Results 1 – 1 of 1) sorted by relevance
213 NotificationList aNotifications; in notifyListeners() local216 aNotifications.reserve(m_aListeners.size()); in notifyListeners()240 aNotifications.push_back( Listen2EventPair( aIt->first, aEvents)); in notifyListeners()243 for (NotificationList::size_type i = 0; i < aNotifications.size(); ++i) in notifyListeners()244 if (aNotifications[i].first.is()) in notifyListeners()245 aNotifications[i].first-> in notifyListeners()246 propertiesChange(aNotifications[i].second); in notifyListeners()
Completed in 13 milliseconds