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

Method setup

test/Video/VideoPlayerScrubTest/src/VideoPlayerScrubTestApp.cpp:126–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void VideoPlayerScrubTestApp::setup()
127{
128 mSlider.setSliderCb( std::bind( &VideoPlayerScrubTestApp::sliderCb, this, std::placeholders::_1 ) );
129
130 fs::path moviePath = getOpenFilePath();
131 if( ! moviePath.empty() )
132 loadMovieFile( moviePath );
133}
134
135void VideoPlayerScrubTestApp::update()
136{

Callers

nothing calls this directly

Calls 4

getOpenFilePathFunction · 0.85
setSliderCbMethod · 0.80
bindFunction · 0.50
emptyMethod · 0.45

Tested by

no test coverage detected