|
Krita Source Code Documentation
|
#include <KoShapeReorderCommand.h>
Inheritance diagram for KoShapeReorderCommand::IndexedShape:Public Member Functions | |
| IndexedShape () | |
| IndexedShape (KoShape *_shape) | |
| bool | operator< (const IndexedShape &rhs) const |
Public Attributes | |
| KoShape * | shape = 0 |
| int | zIndex = 0 |
Definition at line 24 of file KoShapeReorderCommand.h.
| KoShapeReorderCommand::IndexedShape::IndexedShape | ( | ) |
Definition at line 17 of file KoShapeReorderCommand.cpp.
| KoShapeReorderCommand::IndexedShape::IndexedShape | ( | KoShape * | _shape | ) |
Definition at line 21 of file KoShapeReorderCommand.cpp.
| bool KoShapeReorderCommand::IndexedShape::operator< | ( | const IndexedShape & | rhs | ) | const |
Definition at line 26 of file KoShapeReorderCommand.cpp.
References zIndex.
| KoShape* KoShapeReorderCommand::IndexedShape::shape = 0 |
Definition at line 31 of file KoShapeReorderCommand.h.
| int KoShapeReorderCommand::IndexedShape::zIndex = 0 |
Definition at line 30 of file KoShapeReorderCommand.h.