MCPcopy Create free account
hub / github.com/Liniyous/ElaWidgetTools / collapseNavigationNode

Method collapseNavigationNode

ElaWidgetTools/ElaWindow.cpp:504–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504void ElaWindow::collapseNavigationNode(const QString& expanderKey)
505{
506 Q_D(ElaWindow);
507 d->_navigationBar->collapseNode(expanderKey);
508}
509
510void ElaWindow::removeNavigationNode(const QString& nodeKey) const
511{

Callers

nothing calls this directly

Calls 1

collapseNodeMethod · 0.80

Tested by

no test coverage detected