Lines Matching refs:notifier
75 notifier( 0 ), in UnqPathData()
86 notifier( a.notifier ), in UnqPathData()
97 notifier = a.notifier; in operator =()
102 a.notifier = 0; in operator =()
113 if( notifier ) in ~UnqPathData()
114 delete notifier; in ~UnqPathData()
437 if( ! it->second.notifier ) in registerNotifier()
438 it->second.notifier = new NotifierList(); in registerNotifier()
440 std::list< Notifier* >& nlist = *( it->second.notifier ); in registerNotifier()
462 it->second.notifier->remove( pNotifier ); in deregisterNotifier()
464 if( ! it->second.notifier->size() ) in deregisterNotifier()
2573 if( it != m_aContent.end() && it->second.notifier ) in getContentEventListeners()
2575 std::list<Notifier*>& listOfNotifiers = *( it->second.notifier ); in getContentEventListeners()
2580 ContentEventNotifier* notifier = pointer->cCEL(); in getContentEventListeners() local
2581 if( notifier ) in getContentEventListeners()
2582 listeners.push_back( notifier ); in getContentEventListeners()
2600 if( it != m_aContent.end() && it->second.notifier ) in getContentDeletedEventListeners()
2602 std::list<Notifier*>& listOfNotifiers = *( it->second.notifier ); in getContentDeletedEventListeners()
2607 ContentEventNotifier* notifier = pointer->cDEL(); in getContentDeletedEventListeners() local
2608 if( notifier ) in getContentDeletedEventListeners()
2609 listeners.push_back( notifier ); in getContentDeletedEventListeners()
2671 if( it != m_aContent.end() && it->second.notifier ) in getPropertySetListeners()
2673 std::list<Notifier*>& listOfNotifiers = *( it->second.notifier ); in getPropertySetListeners()
2678 PropertySetInfoChangeNotifier* notifier = pointer->cPSL(); in getPropertySetListeners() local
2679 if( notifier ) in getPropertySetListeners()
2680 listeners.push_back( notifier ); in getPropertySetListeners()
2782 std::list< Notifier* >* copyList = itnew->second.notifier; in getContentExchangedEventListeners()
2783 itnew->second.notifier = itold->second.notifier; in getContentExchangedEventListeners()
2784 itold->second.notifier = 0; in getContentExchangedEventListeners()
2788 if( itnew != m_aContent.end() && itnew->second.notifier ) in getContentExchangedEventListeners()
2790 std::list<Notifier*>& listOfNotifiers = *( itnew->second.notifier ); in getContentExchangedEventListeners()
2795 ContentEventNotifier* notifier = pointer->cEXC( aNewName ); in getContentExchangedEventListeners() local
2796 if( notifier ) in getContentExchangedEventListeners()
2797 listeners.push_back( notifier ); in getContentExchangedEventListeners()
2809 itnew->second.notifier->push_back( *copyIt ); in getContentExchangedEventListeners()
2853 if( it != m_aContent.end() && it->second.notifier ) in getPropertyChangeNotifier()
2855 std::list<Notifier*>& listOfNotifiers = *( it->second.notifier ); in getPropertyChangeNotifier()
2860 PropertyChangeNotifier* notifier = pointer->cPCL(); in getPropertyChangeNotifier() local
2861 if( notifier ) in getPropertyChangeNotifier()
2862 listeners.push_back( notifier ); in getPropertyChangeNotifier()