Krita Source Code Documentation
Loading...
Searching...
No Matches
BatchMoveUpdateData::NewParentCollisionPolicy Struct Reference

Static Public Member Functions

static bool compare (MoveNodeStructSP lhs, MoveNodeStructSP rhs)
 
static void setSuppressRefresh (MoveNodeStructSP update, bool value)
 

Detailed Description

Definition at line 134 of file kis_node_juggler_compressed.cpp.

Member Function Documentation

◆ compare()

static bool BatchMoveUpdateData::NewParentCollisionPolicy::compare ( MoveNodeStructSP lhs,
MoveNodeStructSP rhs )
inlinestatic

Definition at line 138 of file kis_node_juggler_compressed.cpp.

138 {
139 return lhs->newParent < rhs->newParent;
140 }

◆ setSuppressRefresh()

static void BatchMoveUpdateData::NewParentCollisionPolicy::setSuppressRefresh ( MoveNodeStructSP update,
bool value )
inlinestatic

Definition at line 135 of file kis_node_juggler_compressed.cpp.

135 {
136 update->suppressNewParentRefresh = value;
137 }
float value(const T *src, size_t ch)
bool update(QSpinBox *spinBox)

References value().


The documentation for this struct was generated from the following file: