|
Krita Source Code Documentation
|
Public Member Functions | |
| Private (const KoID &temp_id, KisDefaultBoundsBaseSP tmp_bounds) | |
| Private (const Private &rhs) | |
Public Attributes | |
| KisDefaultBoundsBaseSP | bounds |
| bool | haveBrokenFrameTimeBug = false |
| KoID | id |
| QMap< int, KisKeyframeSP > | keys |
| KisNodeWSP | parentNode |
Definition at line 73 of file kis_keyframe_channel.cpp.
|
inline |
Definition at line 75 of file kis_keyframe_channel.cpp.
References bounds.
|
inline |
Definition at line 80 of file kis_keyframe_channel.cpp.
References haveBrokenFrameTimeBug, and id.
| KisDefaultBoundsBaseSP KisKeyframeChannel::Private::bounds |
Stores pixel dimensions as well as current time.
Definition at line 87 of file kis_keyframe_channel.cpp.
| bool KisKeyframeChannel::Private::haveBrokenFrameTimeBug = false |
Definition at line 90 of file kis_keyframe_channel.cpp.
| KoID KisKeyframeChannel::Private::id |
Definition at line 85 of file kis_keyframe_channel.cpp.
| QMap<int, KisKeyframeSP> KisKeyframeChannel::Private::keys |
Maps unique times to individual keyframes.
Definition at line 86 of file kis_keyframe_channel.cpp.
| KisNodeWSP KisKeyframeChannel::Private::parentNode |
Definition at line 89 of file kis_keyframe_channel.cpp.