|
Krita Source Code Documentation
|
#include "KoShapeReorderCommand.h"#include "KoShape.h"#include "KoShape_p.h"#include "KoShapeManager.h"#include "KoShapeContainer.h"#include <klocalizedstring.h>#include <FlakeDebug.h>#include <limits.h>Go to the source code of this file.
Classes | |
| class | KoShapeReorderCommandPrivate |
Functions | |
| QDebug | operator<< (QDebug dbg, const KoShapeReorderCommand::IndexedShape &indexedShape) |
| static void | prepare (KoShape *s, QMap< KoShape *, QList< KoShape * > > &newOrder, KoShapeManager *manager, KoShapeReorderCommand::MoveShapeType move) |
| QDebug operator<< | ( | QDebug | dbg, |
| const KoShapeReorderCommand::IndexedShape & | indexedShape ) |
Definition at line 316 of file KoShapeReorderCommand.cpp.
References KoShapeReorderCommand::IndexedShape::shape, and KoShapeReorderCommand::IndexedShape::zIndex.
|
static |
Definition at line 96 of file KoShapeReorderCommand.cpp.
References KoShapeReorderCommand::BringToFront, KoShape::compareShapeZIndex(), KoShapeReorderCommand::LowerShape, KoShape::parent(), KoShapeReorderCommand::RaiseShape, KoShapeReorderCommand::SendToBack, and KoShapeManager::topLevelShapes().