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

Method getNavigationNodeIsExpanded

ElaWidgetTools/ElaWindow.cpp:492–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490 return;
491 }
492 d->_centerStackedWidget->getContainerStackedWidget()->addWidget(centralWidget);
493}
494
495QWidget* ElaWindow::getCentralWidget(int index) const
496{
497 Q_D(const ElaWindow);
498 if (index >= d->_centerStackedWidget->getContainerStackedWidget()->count() || index < 1)
499 {

Callers

nothing calls this directly

Calls 1

getNodeIsExpandedMethod · 0.80

Tested by

no test coverage detected