Krita Source Code Documentation
Loading...
Searching...
No Matches
KoShapeReorderCommand.h File Reference
#include "kritaflake_export.h"
#include <boost/operators.hpp>
#include <kundo2command.h>
#include <QList>

Go to the source code of this file.

Classes

struct  KoShapeReorderCommand::IndexedShape
 
class  KoShapeReorderCommand
 This command allows you to change the zIndex of a number of shapes. More...
 

Functions

KRITAFLAKE_EXPORT QDebug operator<< (QDebug dbg, const KoShapeReorderCommand::IndexedShape &indexedShape)
 

Function Documentation

◆ operator<<()

KRITAFLAKE_EXPORT QDebug operator<< ( QDebug dbg,
const KoShapeReorderCommand::IndexedShape & indexedShape )

Definition at line 316 of file KoShapeReorderCommand.cpp.

317{
318 dbg.nospace() << "IndexedShape (" << indexedShape.shape << ", " << indexedShape.zIndex << ")";
319 return dbg.space();
320}

References KoShapeReorderCommand::IndexedShape::shape, and KoShapeReorderCommand::IndexedShape::zIndex.