Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ getType
Method
getType
MiniZincIDE/project.cpp:459–462 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
457
}
458
459
Project::NodeType Project::getType(const QModelIndex& index)
460
{
461
return static_cast<Project::NodeType>(model()->data(index, Role::Type).toInt());
462
}
463
464
QString Project::getFileName(const QModelIndex& index)
465
{
Callers
1
setupContextMenu
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected