MCPcopy 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
37void StructTreeNode::setExpanded(const bool expanded)
38{
39 m_expanded = expanded;
40}
41
42const QString& StructTreeNode::getName()
43{

Callers 6

addEntryMethod · 0.45
expandStructNodeMethod · 0.45
collapseStructNodeMethod · 0.45
onCollapsedMethod · 0.45
onExpandedMethod · 0.45
updateExpansionStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected