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

Public Member Functions

 Private (KisPaintDeviceWSP paintDevice, const QString filenameSuffix)
 

Public Attributes

QString filenameSuffix
 
QMap< int, QString > frameFilenames
 
QMultiHash< int, int > frameIDTimesMap
 
bool onionSkinsEnabled
 
KisPaintDeviceWSP paintDevice
 Weak pointer to the KisPaintDevice associated with this channel and a single layer of a KisImage. While the channel maintains "virtual" KisRasterKeyframes, the real "physical" frame images are stored within this paint device at the frameID index held in the KisRasterKeyframe.
 

Detailed Description

Definition at line 102 of file kis_raster_keyframe_channel.cpp.

Constructor & Destructor Documentation

◆ Private()

KisRasterKeyframeChannel::Private::Private ( KisPaintDeviceWSP paintDevice,
const QString filenameSuffix )
inline

Definition at line 104 of file kis_raster_keyframe_channel.cpp.

107 onionSkinsEnabled(false)
108 {}
KisPaintDeviceWSP paintDevice
Weak pointer to the KisPaintDevice associated with this channel and a single layer of a KisImage....

Member Data Documentation

◆ filenameSuffix

QString KisRasterKeyframeChannel::Private::filenameSuffix

Definition at line 119 of file kis_raster_keyframe_channel.cpp.

◆ frameFilenames

QMap<int, QString> KisRasterKeyframeChannel::Private::frameFilenames

Definition at line 118 of file kis_raster_keyframe_channel.cpp.

◆ frameIDTimesMap

QMultiHash<int, int> KisRasterKeyframeChannel::Private::frameIDTimesMap

Definition at line 116 of file kis_raster_keyframe_channel.cpp.

◆ onionSkinsEnabled

bool KisRasterKeyframeChannel::Private::onionSkinsEnabled

Definition at line 120 of file kis_raster_keyframe_channel.cpp.

◆ paintDevice

KisPaintDeviceWSP KisRasterKeyframeChannel::Private::paintDevice

Weak pointer to the KisPaintDevice associated with this channel and a single layer of a KisImage. While the channel maintains "virtual" KisRasterKeyframes, the real "physical" frame images are stored within this paint device at the frameID index held in the KisRasterKeyframe.

Definition at line 114 of file kis_raster_keyframe_channel.cpp.


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