|
Krita Source Code Documentation
|
#include <KoShapeManager.h>
Public Types | |
| using | ShapesStorage = std::vector<std::unique_ptr<KoShape>> |
| using | SharedSafeStorage = std::shared_ptr<ShapesStorage> |
Public Member Functions | |
| bool | isEmpty () const |
| PaintJob ()=default | |
| PaintJob (QRectF _docUpdateRect, QRect _viewUpdateRect) | |
Public Attributes | |
| SharedSafeStorage | allClonedShapes |
| QRectF | docUpdateRect |
| QList< KoShape * > | shapes |
| QRect | viewUpdateRect |
Definition at line 101 of file KoShapeManager.h.
| using KoShapeManager::PaintJob::ShapesStorage = std::vector<std::unique_ptr<KoShape>> |
Definition at line 102 of file KoShapeManager.h.
| using KoShapeManager::PaintJob::SharedSafeStorage = std::shared_ptr<ShapesStorage> |
Definition at line 103 of file KoShapeManager.h.
|
default |
|
inline |
Definition at line 106 of file KoShapeManager.h.
|
inline |
Definition at line 112 of file KoShapeManager.h.
| SharedSafeStorage KoShapeManager::PaintJob::allClonedShapes |
Definition at line 120 of file KoShapeManager.h.
| QRectF KoShapeManager::PaintJob::docUpdateRect |
Definition at line 116 of file KoShapeManager.h.
Definition at line 119 of file KoShapeManager.h.
| QRect KoShapeManager::PaintJob::viewUpdateRect |
Definition at line 117 of file KoShapeManager.h.