Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_node_property_list_command.cpp File Reference
#include <klocalizedstring.h>
#include "kis_node.h"
#include "kis_layer.h"
#include "kis_image.h"
#include "kis_selection_mask.h"
#include "kis_paint_layer.h"
#include "commands/kis_node_property_list_command.h"
#include "kis_undo_adapter.h"
#include "kis_layer_properties_icons.h"
#include "kis_command_ids.h"
#include "kis_simple_stroke_strategy.h"
#include "kis_abstract_projection_plane.h"

Go to the source code of this file.

Functions

bool checkOnionSkinChanged (const KisBaseNode::PropertyList &oldPropertyList, const KisBaseNode::PropertyList &newPropertyList)
 

Function Documentation

◆ checkOnionSkinChanged()

bool checkOnionSkinChanged ( const KisBaseNode::PropertyList & oldPropertyList,
const KisBaseNode::PropertyList & newPropertyList )

Definition at line 147 of file kis_node_property_list_command.cpp.

149{
150 return changedProperties(oldPropertyList, newPropertyList).contains(KisLayerPropertiesIcons::onionSkins.id());
151}

References KisLayerPropertiesIcons::onionSkins.