|
Krita Source Code Documentation
|
#include "kis_async_merger.h"#include <kis_debug.h>#include <KoChannelInfo.h>#include <KoCompositeOpRegistry.h>#include "kis_node_visitor.h"#include "kis_painter.h"#include "kis_layer.h"#include "kis_group_layer.h"#include "kis_adjustment_layer.h"#include "generator/kis_generator_layer.h"#include "kis_external_layer_iface.h"#include "kis_paint_layer.h"#include "filter/kis_filter.h"#include "filter/kis_filter_configuration.h"#include "filter/kis_filter_registry.h"#include "kis_selection.h"#include "kis_clone_layer.h"#include "kis_processing_information.h"#include "kis_busy_progress_indicator.h"#include "kis_merge_walker.h"#include "kis_refresh_subtree_walker.h"#include "kis_abstract_projection_plane.h"Go to the source code of this file.
Classes | |
| class | KisUpdateOriginalVisitor |
Macros | |
| #define | DEBUG_NODE_ACTION(message, type, leaf, rect) |
| #define DEBUG_NODE_ACTION | ( | message, | |
| type, | |||
| leaf, | |||
| rect ) |
Definition at line 43 of file kis_async_merger.cpp.