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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleGifCtrl.cpp36 EVT_TIMER(GIFTIMERID, MuleGifCtrl::OnTimer)
124 OnTimer(evt);
141 void MuleGifCtrl::OnTimer(wxTimerEvent& WXUNUSED(event))
H A DMuleGifCtrl.h120 void OnTimer( wxTimerEvent& event );
125 * This functions draws the current frame, which is changed in OnTimer(),
136 //! Enables the event functions OnErase(), OnTimer() and OnPaint().
H A DFileDetailDialog.h42 void OnTimer(wxTimerEvent& evt);
H A DOScopeCtrl.h116 void OnTimer(wxTimerEvent& evt);
H A DOScopeCtrl.cpp101 Connect(timerRedraw.GetId(), wxEVT_TIMER, (wxObjectEventFunction) &COScopeCtrl::OnTimer);
541 void COScopeCtrl::OnTimer(wxTimerEvent& WXUNUSED(evt))
547 until there is a little pause and OnTimer actually gets called and does its work.
H A DFileDetailDialog.cpp55 EVT_TIMER(ID_MY_TIMER,CFileDetailDialog::OnTimer)
82 void CFileDetailDialog::OnTimer(wxTimerEvent& WXUNUSED(evt))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dcaret.h58 void OnTimer();
H A Danimate.h120 void OnTimer(wxTimerEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dcaret.cpp59 m_caret->OnTimer();
62 void wxCaret::OnTimer() function in class:wxCaret
H A Danimateg.cpp272 EVT_TIMER(wxID_ANY, wxAnimationCtrl::OnTimer)
636 void wxAnimationCtrl::OnTimer(wxTimerEvent &WXUNUSED(event))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dlife.h142 void OnTimer(wxTimerEvent& event);
H A Dlife.cpp123 EVT_TIMER (ID_TIMER, LifeFrame::OnTimer)
555 void LifeFrame::OnTimer(wxTimerEvent& WXUNUSED(event))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Danimate.h113 void OnTimer(wxTimerEvent &);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Danimate.cpp185 EVT_TIMER(wxID_ANY, wxAnimationCtrl::OnTimer)
427 void wxAnimationCtrl::OnTimer(wxTimerEvent &ev) function in class:wxAnimationCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dtoolbar.h198 void OnTimer(wxTimerEvent& rEvent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtimer.tex138 void OnTimer(wxTimerEvent& event);
145 EVT_TIMER(TIMER_ID, MyFrame::OnTimer)
154 void MyFrame::OnTimer(wxTimerEvent& event)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/statbar/
H A Dstatbar.cpp100 void OnTimer(wxTimerEvent& WXUNUSED(event)) { UpdateClock(); }
248 EVT_TIMER(wxID_ANY, MyStatusBar::OnTimer)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/exec/
H A Dexec.cpp114 void OnTimer(wxTimerEvent& event);
355 EVT_TIMER(wxID_ANY, MyFrame::OnTimer)
965 void MyFrame::OnTimer(wxTimerEvent& WXUNUSED(event))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtoolbar.cpp95 EVT_TIMER(-1, wxToolBar::OnTimer)
1166 void wxToolBar::OnTimer ( wxTimerEvent& rEvent ) function in class:wxToolBar
1182 } // end of wxToolBar::OnTimer

Completed in 118 milliseconds