Home
last modified time | relevance | path

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

/dports/games/kpat/kpat-21.12.3/src/libkcardgame/
H A Dkabstractcarddeck.cpp277 Q_ASSERT( !cardsWaitedFor.contains( card ) ); in cardStartedAnimation()
278 cardsWaitedFor.insert( card ); in cardStartedAnimation()
284 Q_ASSERT( cardsWaitedFor.contains( card ) ); in cardStoppedAnimation()
285 cardsWaitedFor.remove( card ); in cardStoppedAnimation()
287 if ( cardsWaitedFor.isEmpty() ) in cardStoppedAnimation()
294 if ( cardsWaitedFor.isEmpty() ) in checkIfAnimationIsDone()
320 d->cardsWaitedFor.clear(); in setDeckContents()
502 return !d->cardsWaitedFor.isEmpty(); in hasAnimatedCards()
507 const auto currentCardsWaitedFor = d->cardsWaitedFor; in stopAnimations()
510 Q_ASSERT(d->cardsWaitedFor.isEmpty()); in stopAnimations()
[all …]
H A Dkabstractcarddeck_p.h96 QSet<KCard*> cardsWaitedFor; variable