Lines Matching refs:pTimer
167 SvLinkSourceTimer * pTimer; member
173 SvLinkSource_Impl() : pTimer( 0 ), nTimeout( 3000 ) {} in SvLinkSource_Impl()
181 delete pTimer; in ~SvLinkSource_Impl()
231 if( pImpl->pTimer ) in SetUpdateTimeout()
232 pImpl->pTimer->SetTimeout( nTimeout ); in SetUpdateTimeout()
265 if( pImpl->pTimer ) in SendDataChanged()
267 delete pImpl->pTimer; in SendDataChanged()
268 pImpl->pTimer = NULL; in SendDataChanged()
276 StartTimer( &pImpl->pTimer, this, pImpl->nTimeout ); // Timeout neu in NotifyDataChanged()
301 if( pImpl->pTimer ) in NotifyDataChanged()
303 delete pImpl->pTimer; in NotifyDataChanged()
304 pImpl->pTimer = NULL; in NotifyDataChanged()
318 StartTimer( &pImpl->pTimer, this, pImpl->nTimeout ); // Timeout neu in DataChanged()
341 if( pImpl->pTimer ) in DataChanged()
343 delete pImpl->pTimer; in DataChanged()
344 pImpl->pTimer = NULL; in DataChanged()