Home
last modified time | relevance | path

Searched refs:HIDE_ANIMATION (Results 1 – 2 of 2) sorted by relevance

/dports/math/zegrapher/ZeGrapher-6832bd61291b3e82bc05233ae74e8d7556abe910/Widgets/
H A Dpopupwidget.cpp148 case PopupAnimationState::HIDE_ANIMATION: in animationFinished()
164 if(state == PopupState::HIDDEN or animationState == PopupAnimationState::HIDE_ANIMATION) in hideWidget()
189 animationState = PopupAnimationState::HIDE_ANIMATION; in hideWidget()
H A Dpopupwidget.h12 enum struct PopupAnimationState {HIDE_ANIMATION, SHOW_ANIMATION, IDLE}; enumerator