|
Krita Source Code Documentation
|
#include "kis_selection_action_factories.h"#include <QMimeData>#include <klocalizedstring.h>#include <kundo2command.h>#include <KisMainWindow.h>#include <KisDocument.h>#include <KisPart.h>#include <KoPathShape.h>#include <KoShapeController.h>#include <KoShapeRegistry.h>#include <KoCompositeOpRegistry.h>#include <KoShapeManager.h>#include <KoSelection.h>#include <KoDocumentResourceManager.h>#include <KoShapeStroke.h>#include <KoDocumentInfo.h>#include <KoCanvasBase.h>#include "KisViewManager.h"#include "kis_canvas_resource_provider.h"#include "kis_clipboard.h"#include "kis_pixel_selection.h"#include "kis_paint_layer.h"#include "kis_image.h"#include "KisImageBarrierLock.h"#include "kis_fill_painter.h"#include "kis_transaction.h"#include "kis_iterator_ng.h"#include "kis_processing_applicator.h"#include "kis_group_layer.h"#include "commands/kis_selection_commands.h"#include "commands/kis_image_layer_add_command.h"#include "kis_tool_proxy.h"#include "kis_canvas2.h"#include "kis_canvas_controller.h"#include "kis_selection_manager.h"#include "commands_new/kis_transaction_based_command.h"#include "kis_selection_filters.h"#include "kis_shape_selection.h"#include "kis_shape_layer.h"#include <kis_shape_controller.h>#include "kis_image_animation_interface.h"#include "kis_time_span.h"#include "kis_keyframe_channel.h"#include "kis_node_manager.h"#include "kis_layer_utils.h"#include <kis_selection_mask.h>#include <KisReferenceImagesLayer.h>#include <processing/fill_processing_visitor.h>#include <kis_stroke_strategy_undo_command_based.h>#include <commands_new/kis_processing_command.h>#include <commands_new/kis_update_command.h>#include <kis_selection_tool_helper.h>#include "kis_figure_painting_tool_helper.h"#include "kis_update_outline_job.h"Go to the source code of this file.
Namespaces | |
| namespace | ActionHelper |
Functions | |
| KisImageSP | ActionHelper::makeImage (KisViewManager *view, KisNodeList nodes) |
| void | ActionHelper::trimDevice (KisViewManager *view, KisPaintDeviceSP device, bool makeSharpClip=false, const KisTimeSpan &range=KisTimeSpan()) |