Searched refs:OnIdle (Results 1 - 25 of 76) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mfc/
H A Dmfctest.h53 BOOL OnIdle(LONG lCount);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/helpview/
H A Dhelpview.cpp47 void OnIdle(wxIdleEvent& event);
59 EVT_IDLE(MyApp::OnIdle)
103 void MyApp::OnIdle(wxIdleEvent& event) function in class:MyApp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dapp.cpp135 EVT_IDLE(wxApp::OnIdle)
238 void wxApp::OnIdle(wxIdleEvent& event) function in class:wxApp
240 wxAppBase::OnIdle(event);
H A Dmdi.cpp134 EVT_IDLE(wxMDIChildFrame::OnIdle)
378 void wxMDIChildFrame::OnIdle(wxIdleEvent& event) function in class:wxMDIChildFrame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Didleevt.tex83 Tells wxWidgets that more processing is required. This function can be called by an OnIdle
84 handler for a window or window event handler to indicate that wxApp::OnIdle should
85 forward the OnIdle event once more to the application windows. If no window calls this function
86 during OnIdle, then the application will remain in a passive event loop (not calling OnIdle) until a
97 Returns true if the OnIdle function processing this event requested more processing time.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/power/
H A Dpower.cpp70 void OnIdle(wxIdleEvent& WXUNUSED(event))
174 EVT_IDLE(MyFrame::OnIdle)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dapp.cpp32 EVT_IDLE(wxAppBase::OnIdle)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dmainfrm.h32 void OnIdle(wxIdleEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/helpview/src/
H A Dhelpview.h54 void OnIdle(wxIdleEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dfloatpane.h56 void OnIdle(wxIdleEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dapp.h45 void OnIdle(wxIdleEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/vscroll/
H A Dvstest.cpp101 void OnIdle(wxIdleEvent&) function in class:VScrollWindow
164 EVT_IDLE(VScrollWindow::OnIdle)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dpropdlg.cpp58 EVT_IDLE(wxPropertySheetDialog::OnIdle)
207 void wxPropertySheetDialog::OnIdle(wxIdleEvent& event) function in class:wxPropertySheetDialog
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/fl/
H A Dfrmview.h43 void OnIdle( wxIdleEvent& event);
H A Dnewbmpbtn.h106 virtual void OnIdle(wxIdleEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dpropdlg.h143 void OnIdle(wxIdleEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dapp.h45 void OnIdle(wxIdleEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dapp.h85 void OnIdle(wxIdleEvent& rEvent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dpopupwin.h132 void OnIdle(wxIdleEvent& event);
H A Dtoolbook.h89 // must be called in OnIdle or by application to realize the toolbar and
102 void OnIdle(wxIdleEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dialup/
H A Dnettest.cpp86 void OnIdle(wxIdleEvent& event);
132 EVT_IDLE(MyFrame::OnIdle)
330 void MyFrame::OnIdle(wxIdleEvent& WXUNUSED(event))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dapp.cpp264 EVT_IDLE(wxApp::OnIdle)
523 void wxApp::OnIdle(wxIdleEvent& event) function in class:wxApp
525 wxAppBase::OnIdle(event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/notebook/
H A Dnotebook.h80 void OnIdle(wxIdleEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dapp.h56 void OnIdle(wxIdleEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dfloatpane.cpp260 void wxAuiFloatingFrame::OnIdle(wxIdleEvent& event) function in class:wxAuiFloatingFrame
318 EVT_IDLE(wxAuiFloatingFrame::OnIdle)

Completed in 124 milliseconds

1234