MCPcopy Create free account
hub / github.com/christophhart/HISE / isHelpBelow

Method isHelpBelow

hi_scripting/scripting/scriptnode/api/NodeBase.cpp:1525–1533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1523}
1524
1525bool HelpManager::isHelpBelow() const
1526{
1527 if(auto pn = dynamic_cast<SerialNode*>(parent.getParentNode()))
1528 {
1529 return !pn->isVertical.getValue();
1530 }
1531
1532 return false;
1533}
1534
1535void HelpManager::rebuild()
1536{

Callers 7

getBoundsToDisplayMethod · 0.80
getBoundsWithoutHelpMethod · 0.80
resizedMethod · 0.80
drawHelpMethod · 0.80
resizeNodesMethod · 0.80
resizedMethod · 0.80
paintOverChildrenMethod · 0.80

Calls 2

getParentNodeMethod · 0.45
getValueMethod · 0.45

Tested by

no test coverage detected