MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/MaterialX / hasSelected

Method hasSelected

source/MaterialXGraphEditor/FileDialog.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47bool FileDialog::hasSelected()
48{
49 return !_selectedFilenames.empty();
50}
51
52mx::FilePath FileDialog::getSelected()
53{

Callers 2

drawGraphMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected