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

Method openImageDialog

samples/ImageFileBasic/src/ImageFileBasicApp.cpp:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void ImageFileBasicApp::openImageDialog()
60{
61 fs::path path = getOpenFilePath( "", ImageIo::getLoadExtensions() );
62 if( ! path.empty() )
63 openImage( path );
64}
65
66void ImageFileBasicApp::saveImageDialog()
67{

Callers

nothing calls this directly

Calls 2

getOpenFilePathFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected