Krita Source Code Documentation
Loading...
Searching...
No Matches
KisCanvasAnimationState.h File Reference
#include <QScopedPointer>
#include <QObject>
#include <QFileInfo>
#include <kis_time_span.h>
#include <boost/optional.hpp>
#include "kritaui_export.h"

Go to the source code of this file.

Classes

class  KisCanvasAnimationState
 The KisCanvasAnimationState class stores all of the canvas-specific animation state. More...
 

Enumerations

enum  PlaybackState : unsigned int { STOPPED , PAUSED , PLAYING }
 

Enumeration Type Documentation

◆ PlaybackState

enum PlaybackState : unsigned int
Enumerator
STOPPED 
PAUSED 
PLAYING 

Definition at line 24 of file KisCanvasAnimationState.h.

24 : unsigned int {
25 STOPPED,
26 PAUSED,
28};