Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
mx::FilePath FileDialog::getSelected()
53
{
54
return _selectedFilenames.empty() ? mx::FilePath() : _selectedFilenames[0];
55
}
56
57
void FileDialog::clearSelected()
58
{
Callers
2
showPropertyEditorValue
Method · 0.80
drawGraph
Method · 0.80
Calls
2
FilePath
Function · 0.85
empty
Method · 0.45
Tested by
no test coverage detected