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

Method getSelected

source/MaterialXGraphEditor/FileDialog.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52mx::FilePath FileDialog::getSelected()
53{
54 return _selectedFilenames.empty() ? mx::FilePath() : _selectedFilenames[0];
55}
56
57void FileDialog::clearSelected()
58{

Callers 2

drawGraphMethod · 0.80

Calls 2

FilePathFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected