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

Method openImageDialog

samples/D3d11ImageBasic/src/D3d11ImageBasicApp.cpp:295–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295void D3d11ImageBasicApp::openImageDialog()
296{
297 fs::path path = getOpenFilePath( "", ImageIo::getLoadExtensions() );
298 if( ! path.empty() ) {
299 loadImage( path );
300 }
301}
302
303void D3d11ImageBasicApp::saveScreenshot()
304{

Callers

nothing calls this directly

Calls 3

getOpenFilePathFunction · 0.85
loadImageFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected