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

Method takeAt

ElaWidgetTools/ElaFlowLayout.cpp:80–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80QLayoutItem* ElaFlowLayout::takeAt(int index)
81{
82 Q_D(ElaFlowLayout);
83 if (index >= 0 && index < d->_itemList.size())
84 {
85 return d->_itemList.takeAt(index);
86 }
87 return nullptr;
88}
89
90void ElaFlowLayout::setIsAnimation(bool isAnimation)
91{

Callers 11

setPageTitleSpacingMethod · 0.80
ElaComboBoxMethod · 0.80
showPopupMethod · 0.80
hidePopupMethod · 0.80
showPopupMethod · 0.80
hidePopupMethod · 0.80
setCentralWidgetMethod · 0.80
_resetLayoutMethod · 0.80
_resetWindowLayoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected