|
Krita Source Code Documentation
|
#include "kis_image_animation_interface.h"#include <QMutex>#include "kis_global.h"#include "kis_image.h"#include "kis_regenerate_frame_stroke_strategy.h"#include "kis_switch_time_stroke_strategy.h"#include "KoProperties.h"#include "kis_keyframe_channel.h"#include "kis_raster_keyframe_channel.h"#include "kis_time_span.h"#include <KisLockFrameGenerationLock.h>#include "kis_post_execution_undo_adapter.h"#include "commands_new/kis_switch_current_time_command.h"#include "kis_layer_utils.h"Go to the source code of this file.
Classes | |
| struct | KisImageAnimationInterface::Private |
Functions | |
| int | findLastKeyframeTimeRecursive (KisNodeSP node) |
| int findLastKeyframeTimeRecursive | ( | KisNodeSP | node | ) |
Definition at line 450 of file kis_image_animation_interface.cpp.
References findLastKeyframeTimeRecursive(), KisNode::firstChild(), KisBaseNode::keyframeChannels, KisKeyframeChannel::lastKeyframeTime(), and KisNode::nextSibling().