Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ isHidden
Method
isHidden
cp-profiler/src/cpprofiler/tree/visual_flags.cpp:48–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
bool VisualFlags::isHidden(NodeID nid) const
49
{
50
if (node_hidden_.size() <= nid)
51
return false;
52
return node_hidden_.at(nid);
53
}
54
55
void VisualFlags::unhideAll()
56
{
Callers
15
resizeExtraFlagsTable
Method · 0.80
showDebugInfo
Method · 0.80
closeEvent
Method · 0.80
loadProject
Method · 0.80
on_actionHide_tool_bar_triggered
Method · 0.80
on_actionShow_project_explorer_triggered
Method · 0.80
on_actionEditSolverConfig_triggered
Method · 0.80
updateSolver
Method · 0.80
showPixelTree
Method · 0.80
showIcicleTree
Method · 0.80
navDown
Method · 0.80
navDownAlt
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected