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

Method _resetLayout

ElaWidgetTools/private/ElaNavigationBarPrivate.cpp:505–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503}
504
505void ElaNavigationBarPrivate::_resetLayout()
506{
507 while (_userButtonLayout->count())
508 {
509 _userButtonLayout->takeAt(0);
510 }
511 _userButtonLayout->addWidget(_userButton);
512}
513
514void ElaNavigationBarPrivate::_doNavigationBarWidthAnimation(ElaNavigationType::NavigationDisplayMode displayMode, bool isAnimation)
515{

Callers

nothing calls this directly

Calls 3

countMethod · 0.80
takeAtMethod · 0.80
addWidgetMethod · 0.80

Tested by

no test coverage detected