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

Method setup

samples/QuickTimeIteration/src/QuickTimeIterationApp.cpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void QTimeIterApp::setup()
42{
43 fs::path moviePath = getOpenFilePath();
44 if( ! moviePath.empty() )
45 loadMovieFile( moviePath );
46}
47
48void QTimeIterApp::keyDown( KeyEvent event )
49{

Callers

nothing calls this directly

Calls 2

getOpenFilePathFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected