MCPcopy Create free account
hub / github.com/cinder/Cinder / executeLaunch

Method executeLaunch

src/cinder/app/AppBase.cpp:196–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void AppBase::executeLaunch()
197{
198 std::set_terminate( onTerminate );
199
200 // a quit() was called from the app constructor; don't launch
201 if( mQuitRequested )
202 return;
203
204 mLaunchCalled = true;
205 launch();
206}
207
208// static
209void AppBase::cleanupLaunch()

Callers 6

mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
deferredMainMethod · 0.80
mainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected