Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
animated_item.h File Reference

Interface for scene items driven by GameScene's shared animation timer. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IAnimatedItem

Detailed Description

Interface for scene items driven by GameScene's shared animation timer.

Items that want per-tick animation while a single QBasicTimer runs (instead of owning their own QTimer) implement this interface and register with the scene via GameScene::registerAnimationItem.