Krita Source Code Documentation
Loading...
Searching...
No Matches
KoFlakeUtils.h File Reference
#include <KoShape.h>
#include <KoFlakeTypes.h>
#include <KoShapeStroke.h>
#include "kis_global.h"
#include "KoShapeStrokeCommand.h"

Go to the source code of this file.

Namespaces

namespace  KoFlake
 

Functions

template<class Policy >
bool KoFlake::compareShapePropertiesEqual (const QList< KoShape * > shapes)
 
template<class Policy >
bool KoFlake::compareShapePropertiesEqual (const QList< KoShape * > shapes, const Policy &policy)
 
template<typename ModifyFunction >
auto KoFlake::modifyShapesStrokes (QList< KoShape * > shapes, ModifyFunction modifyFunction) -> decltype(modifyFunction(KoShapeStrokeSP()),(KUndo2Command *)(0))