Krita's base keyframe class. Mainly contained by KisKeyframeChannels. A core part of Krita's animation bankend.
More...
#include <kis_keyframe.h>
Krita's base keyframe class. Mainly contained by KisKeyframeChannels. A core part of Krita's animation bankend.
Definition at line 25 of file kis_keyframe.h.
◆ KisKeyframe()
| KisKeyframe::KisKeyframe |
( |
| ) |
|
◆ ~KisKeyframe()
| KisKeyframe::~KisKeyframe |
( |
| ) |
|
|
virtual |
◆ colorLabel()
| int KisKeyframe::colorLabel |
( |
| ) |
const |
◆ duplicate()
Creates a copy of this keyframe.
- Parameters
-
| newChannel | (Optional) The channel that will hold this duplicate. This is used when some action must be taken to insert a frame into a new channel, for example, the registration of a KisRasterKeyframe with the new channel's paint device. |
Implemented in KisRasterKeyframe, and KisScalarKeyframe.
◆ setColorLabel()
| void KisKeyframe::setColorLabel |
( |
int | colorIndex | ) |
|
◆ m_d
| QScopedPointer<Private> KisKeyframe::m_d |
|
private |
The documentation for this class was generated from the following files: