Home
last modified time | relevance | path

Searched refs:m_rate_limit_timer (Results 1 – 2 of 2) sorted by relevance

/dports/games/springlobby/springlobby-0.180/src/gui/
H A Dnotificationmanager.cpp43 m_rate_limit_timer( this, this_timer_id ), in NotificationManager()
52 m_rate_limit_timer.Stop(); in ~NotificationManager()
65 if ( m_rate_limit_timer.IsRunning() ) { in OnShowNotification()
70 m_rate_limit_timer.Start( m_rate_limit_ms, wxTIMER_ONE_SHOT ); in OnShowNotification()
H A Dnotificationmanager.h28 wxTimer m_rate_limit_timer; variable