Krita Source Code Documentation
Loading...
Searching...
No Matches
EnhancedPathParameter.cpp File Reference
#include "EnhancedPathParameter.h"
#include "EnhancedPathFormula.h"
#include "EnhancedPathShape.h"
#include <KoShapeBackground.h>
#include <KoUnit.h>
#include <math.h>

Go to the source code of this file.

Variables

QString identifierData []
 

Variable Documentation

◆ identifierData

QString identifierData[]
Initial value:
= {
"",
"pi",
"left",
"top",
"right",
"bottom",
"xstretch",
"ystretch",
"hasstroke",
"hasfill",
"width",
"height",
"logwidth",
"logheight"
}

Definition at line 14 of file EnhancedPathParameter.cpp.

14 {
15 "", // IdentifierUnknown
16 "pi", // IdentifierPi
17 "left", // IdentifierLeft
18 "top", // IdentifierTop
19 "right", // IdentifierRight
20 "bottom", // IdentifierBottom
21 "xstretch", // IdentifierXstretch
22 "ystretch", // IdentifierYstretch
23 "hasstroke", // IdentifierHasStroke
24 "hasfill", // IdentifierHasFill
25 "width", // IdentifierWidth
26 "height", // IdentifierHeight
27 "logwidth", // IdentifierLogwidth
28 "logheight" // IdentifierLogheight
29};