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

Method setup

samples/QuickTimeAdvanced/src/QTimeAdvApp.cpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void QTimeAdvApp::setup()
45{
46 srand( 133 );
47 fs::path moviePath = getOpenFilePath();
48 if( ! moviePath.empty() )
49 loadMovieFile( moviePath );
50}
51
52void QTimeAdvApp::keyDown( KeyEvent event )
53{

Callers

nothing calls this directly

Calls 2

getOpenFilePathFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected