Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ setUUID
Method
setUUID
src/Mod/Material/App/FolderTree.h:101–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
_data = data;
100
}
101
void setUUID(const QString& uuid)
102
{
103
setType(NodeType::DataNode);
104
_uuid = uuid;
105
}
106
void setOldFormat(bool oldFormat)
107
{
108
_oldFormat = oldFormat;
Callers
5
modelFromObject
Method · 0.45
materialFromObject
Method · 0.45
save
Method · 0.45
getMaterialTree
Method · 0.45
getModelTree
Method · 0.45
Calls
1
setType
Function · 0.70
Tested by
no test coverage detected