Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aldelaro5/dolphin-memory-engine
/ setExpanded
Method
setExpanded
Source/Structs/StructTreeNode.cpp:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
void StructTreeNode::setExpanded(const bool expanded)
38
{
39
m_expanded = expanded;
40
}
41
42
const QString& StructTreeNode::getName()
43
{
Callers
6
addEntry
Method · 0.45
expandStructNode
Method · 0.45
collapseStructNode
Method · 0.45
onCollapsed
Method · 0.45
onExpanded
Method · 0.45
updateExpansionState
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected