|
Krita Source Code Documentation
|
#include "move_stroke_strategy.h"#include <klocalizedstring.h>#include "kis_image_interfaces.h"#include "kis_node.h"#include "commands_new/kis_update_command.h"#include "commands_new/kis_node_move_command2.h"#include "kis_layer_utils.h"#include "krita_utils.h"#include "KisRunnableStrokeJobData.h"#include "KisRunnableStrokeJobUtils.h"#include "KisRunnableStrokeJobsInterface.h"#include "kis_abstract_projection_plane.h"#include "kis_image.h"#include "kis_image_animation_interface.h"#include "kis_raster_keyframe_channel.h"#include "KisAnimAutoKey.h"#include "kis_transform_mask.h"#include "kis_transform_mask_params_interface.h"#include "kis_keyframe_channel.h"#include "kis_scalar_keyframe_channel.h"#include "commands_new/KisSimpleModifyTransformMaskCommand.h"#include "commands_new/KisLazyCreateTransformMaskKeyframesCommand.h"Go to the source code of this file.
Classes | |
| struct | MoveNodeStrategyBase |
| struct | MoveNormalNodeStrategy |
| struct | MovePaintableNodeStrategy |
| struct | MoveTransformMaskStrategy |
| struct | MoveStrokeStrategy::Private |
Functions | |
| bool | checkSupportsLodMoves (KisNodeSP subtree) |
| bool checkSupportsLodMoves | ( | KisNodeSP | subtree | ) |
Definition at line 537 of file move_stroke_strategy.cpp.
References KisLayerUtils::recursiveFindNode(), and KisBaseNode::supportsLodMoves.