|
Krita Source Code Documentation
|
#include <QFlags>#include <QMetaType>#include <kritaglobal_export.h>Go to the source code of this file.
Namespaces | |
| namespace | KisAlgebra2D |
Enumerations | |
| enum | KisAlgebra2D::KisTransformComponent { KisAlgebra2D::Translate = 0x1 , KisAlgebra2D::Scale = 0x2 , KisAlgebra2D::Rotate = 0x4 , KisAlgebra2D::Shear = 0x8 , KisAlgebra2D::Project = 0x10 } |
Functions | |
| KisTransformComponents | KisAlgebra2D::compareTransformComponents (const QTransform &lhs, const QTransform &rhs) |
| KisTransformComponents | KisAlgebra2D::componentsForTransform (const QTransform &t) |
| KisTransformComponents | KisAlgebra2D::makeFullTransformComponents () |
| QDebug KRITAGLOBAL_EXPORT | operator<< (QDebug dbg, KisAlgebra2D::KisTransformComponent component) |
| QDebug KRITAGLOBAL_EXPORT | operator<< (QDebug dbg, KisAlgebra2D::KisTransformComponents components) |
| KisAlgebra2D::Q_DECLARE_FLAGS (KisTransformComponents, KisTransformComponent) | |
| QDebug KRITAGLOBAL_EXPORT operator<< | ( | QDebug | dbg, |
| KisAlgebra2D::KisTransformComponent | component ) |
Definition at line 78 of file KisTransformComponents.cpp.
References KisAlgebra2D::Project, KisAlgebra2D::Rotate, KisAlgebra2D::Scale, KisAlgebra2D::Shear, and KisAlgebra2D::Translate.
| QDebug KRITAGLOBAL_EXPORT operator<< | ( | QDebug | dbg, |
| KisAlgebra2D::KisTransformComponents | components ) |
Definition at line 102 of file KisTransformComponents.cpp.
References KisAlgebra2D::Project, KisAlgebra2D::Rotate, KisAlgebra2D::Scale, KisAlgebra2D::Shear, and KisAlgebra2D::Translate.