Searched refs:OnInit (Results 251 - 275 of 329) sorted by relevance

<<11121314

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dsound.cpp715 bool OnInit() { return true; } function in class:wxSoundCleanupModule
H A Dfontutil.cpp1418 bool OnInit();
1427 bool wxFontModule::OnInit()
H A Dthreadpsx.cpp1604 virtual bool OnInit();
1613 bool wxThreadModule::OnInit() function in class:wxThreadModule
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/emulator/src/
H A Demulator.cpp105 bool wxEmulatorApp::OnInit() function in class:wxEmulatorApp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dthread.cpp1632 virtual bool OnInit();
1641 bool wxThreadModule::OnInit() function in class:wxThreadModule
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/regtest/
H A Dregtest.cpp46 bool OnInit();
320 bool RegApp::OnInit() function in class:RegApp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/scroll/
H A Dscroll.cpp309 virtual bool OnInit();
673 bool MyApp::OnInit() function in class:MyApp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/combo/
H A Dcombo.cpp65 // return: if OnInit() returns false, the application terminates)
66 virtual bool OnInit();
155 bool MyApp::OnInit() function in class:MyApp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/exec/
H A Dexec.cpp78 // return: if OnInit() returns false, the application terminates)
79 virtual bool OnInit();
387 bool MyApp::OnInit() function in class:MyApp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/font/
H A Dfont.cpp58 // return: if OnInit() returns false, the application terminates)
59 virtual bool OnInit();
235 bool MyApp::OnInit() function in class:MyApp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/image/
H A Dimage.cpp439 virtual bool OnInit();
1169 bool MyApp::OnInit() function in class:MyRawBitmapFrame::MyApp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mediaplayer/
H A Dmediaplayer.cpp140 virtual bool OnInit();
403 // wxMediaPlayerApp::OnInit
408 // 3) return true specifying that we want execution to continue past OnInit
410 bool wxMediaPlayerApp::OnInit() function in class:wxMediaPlayerApp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/menu/
H A Dmenu.cpp70 bool OnInit();
345 bool MyApp::OnInit() function in class:MyApp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/controls/
H A Dcontrols.cpp69 bool OnInit();
387 bool MyApp::OnInit() function in class:MyApp
390 if ( !wxApp::OnInit() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dwinpars.cpp842 bool wxHtmlTagsModule::OnInit()
H A Dchm.cpp903 virtual bool OnInit() function in class:wxChmSupportModule
H A Dhtmprint.cpp716 bool OnInit() { return true; } function in class:wxHtmlPrintingModule
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddde.cpp127 bool OnInit() { return true; } function in class:wxDDEModule
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/printing/
H A Dprinting.cpp78 bool MyApp::OnInit(void) function in class:MyApp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilesys.cpp679 virtual bool OnInit() function in class:wxFileSystemModule
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Drenderg.cpp674 bool OnInit() { return true; } function in class:wxGenericRendererModule
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dstudio.cpp91 // Initialise this in OnInit, not statically
92 bool csApp::OnInit(void) function in class:csApp
300 // Creates a canvas. Called by OnInit as a child of the main window
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/layout/
H A Dlayout.cpp42 bool MyApp::OnInit() function in class:MyApp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Damule-remote-gui.h629 bool OnInit();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtchanges.tex87 \item no initialization/cleanup can be done in wxApp's constructor or destructor because they are now called much earlier/later than before; please move any exiting code from there to \helpref{wxApp::OnInit()}{wxapponinit}/\helpref{OnExit()}{wxapponexit}
88 \item also, \helpref{OnExit()}{wxapponexit} is not called if \helpref{OnInit()}{wxapponinit} fails

Completed in 219 milliseconds

<<11121314