|
Krita Source Code Documentation
|
#include "KoPathShape.h"#include "KoPathShape_p.h"#include "KoPathSegment.h"#include "KoPathPoint.h"#include "KoShapeStrokeModel.h"#include "KoPathShapeLoader.h"#include "KoShapeSavingContext.h"#include "KoShapeLoadingContext.h"#include "KoShapeShadow.h"#include "KoShapeBackground.h"#include "KoShapeContainer.h"#include "KoFilterEffectStack.h"#include "KoMarker.h"#include "KoShapeStroke.h"#include "KoInsets.h"#include <KoUnit.h>#include "KisQPainterStateSaver.h"#include <FlakeDebug.h>#include <QPainter>#include <QPainterPath>#include "kis_global.h"#include <qnumeric.h>Go to the source code of this file.
Functions | |
| char | nodeType (const KoPathPoint *point) |
| static bool | qIsNaNPoint (const QPointF &p) |
| void | updateNodeType (KoPathPoint *point, const QChar &nodeType) |
| char nodeType | ( | const KoPathPoint * | point | ) |
Definition at line 1164 of file KoPathShape.cpp.
References KoPathPoint::IsSmooth, KoPathPoint::IsSymmetric, and KoPathPoint::properties.
|
static |
| void updateNodeType | ( | KoPathPoint * | point, |
| const QChar & | nodeType ) |
Definition at line 1201 of file KoPathShape.cpp.
References KoPathPoint::IsSmooth, KoPathPoint::IsSymmetric, nodeType(), and KoPathPoint::setProperty().