|
Krita Source Code Documentation
|
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. | |
Definition at line 102 of file kis_raster_keyframe_channel.cpp.
|
inline |
Definition at line 104 of file kis_raster_keyframe_channel.cpp.
| QString KisRasterKeyframeChannel::Private::filenameSuffix |
Definition at line 119 of file kis_raster_keyframe_channel.cpp.
| QMap<int, QString> KisRasterKeyframeChannel::Private::frameFilenames |
Definition at line 118 of file kis_raster_keyframe_channel.cpp.
| QMultiHash<int, int> KisRasterKeyframeChannel::Private::frameIDTimesMap |
Definition at line 116 of file kis_raster_keyframe_channel.cpp.
| bool KisRasterKeyframeChannel::Private::onionSkinsEnabled |
Definition at line 120 of file kis_raster_keyframe_channel.cpp.
| 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.