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

Method emitFileDrop

src/cinder/app/Window.cpp:441–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441void Window::emitFileDrop( FileDropEvent *event )
442{
443 applyCurrentContext();
444
445 CollectorEvent<FileDropEvent> collector( event );
446 mSignalFileDrop.emit( collector, *event );
447 if( ! event->isHandled() )
448 getApp()->fileDrop( *event );
449}
450
451void Window::applyCurrentContext()
452{

Callers 2

WndProcFunction · 0.80
onFileDropMethod · 0.80

Calls 3

getAppFunction · 0.85
emitMethod · 0.80
fileDropMethod · 0.45

Tested by

no test coverage detected