Krita Source Code Documentation
Loading...
Searching...
No Matches
KisKeyframeChannel::Private Struct Reference

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, KisKeyframeSPkeys
 
KisNodeWSP parentNode
 

Detailed Description

Definition at line 73 of file kis_keyframe_channel.cpp.

Constructor & Destructor Documentation

◆ Private() [1/2]

KisKeyframeChannel::Private::Private ( const KoID & temp_id,
KisDefaultBoundsBaseSP tmp_bounds )
inline

Definition at line 75 of file kis_keyframe_channel.cpp.

75 {
76 bounds = tmp_bounds;
77 id = temp_id;
78 }

References bounds.

◆ Private() [2/2]

KisKeyframeChannel::Private::Private ( const Private & rhs)
inline

Definition at line 80 of file kis_keyframe_channel.cpp.

80 {
81 id = rhs.id;
82 haveBrokenFrameTimeBug = rhs.haveBrokenFrameTimeBug;
83 }

References haveBrokenFrameTimeBug, and id.

Member Data Documentation

◆ bounds

KisDefaultBoundsBaseSP KisKeyframeChannel::Private::bounds

Stores pixel dimensions as well as current time.

Definition at line 87 of file kis_keyframe_channel.cpp.

◆ haveBrokenFrameTimeBug

bool KisKeyframeChannel::Private::haveBrokenFrameTimeBug = false

Definition at line 90 of file kis_keyframe_channel.cpp.

◆ id

KoID KisKeyframeChannel::Private::id

Definition at line 85 of file kis_keyframe_channel.cpp.

◆ keys

QMap<int, KisKeyframeSP> KisKeyframeChannel::Private::keys

Maps unique times to individual keyframes.

Definition at line 86 of file kis_keyframe_channel.cpp.

◆ parentNode

KisNodeWSP KisKeyframeChannel::Private::parentNode

Definition at line 89 of file kis_keyframe_channel.cpp.


The documentation for this struct was generated from the following file: