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

Method setIsAnimation

ElaWidgetTools/ElaFlowLayout.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void ElaFlowLayout::setIsAnimation(bool isAnimation)
91{
92 Q_D(ElaFlowLayout);
93 d->_isAnimation = isAnimation;
94}
95
96Qt::Orientations ElaFlowLayout::expandingDirections() const
97{

Callers 9

T_HomeMethod · 0.45
T_ListViewMethod · 0.45
T_TreeViewMethod · 0.45
addCentralWidgetMethod · 0.45
ElaTreeViewMethod · 0.45
ElaComboBoxMethod · 0.45
ElaSuggestBoxMethod · 0.45
ElaNavigationViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected