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

Method fileDrop

samples/QuickTimeAdvanced/src/QTimeAdvApp.cpp:125–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void QTimeAdvApp::fileDrop( FileDropEvent event )
126{
127 for( size_t s = 0; s < event.getNumFiles(); ++s )
128 loadMovieFile( event.getFile( s ) );
129}
130
131void QTimeAdvApp::update()
132{

Callers

nothing calls this directly

Calls 2

getNumFilesMethod · 0.80
getFileMethod · 0.80

Tested by

no test coverage detected