38 actions << actionRegistry->
makeQAction(
"pathpoint-corner",
this);
39 actions << actionRegistry->
makeQAction(
"pathpoint-smooth",
this);
40 actions << actionRegistry->
makeQAction(
"pathpoint-symmetric",
this);
41 actions << actionRegistry->
makeQAction(
"pathpoint-curve",
this);
42 actions << actionRegistry->
makeQAction(
"pathpoint-line",
this);
43 actions << actionRegistry->
makeQAction(
"pathsegment-line",
this);
44 actions << actionRegistry->
makeQAction(
"pathsegment-curve",
this);
45 actions << actionRegistry->
makeQAction(
"pathpoint-insert",
this);
46 actions << actionRegistry->
makeQAction(
"pathpoint-remove",
this);
47 actions << actionRegistry->
makeQAction(
"path-break-point",
this);
48 actions << actionRegistry->
makeQAction(
"path-break-segment",
this);
49 actions << actionRegistry->
makeQAction(
"path-break-selection",
this);
50 actions << actionRegistry->
makeQAction(
"pathpoint-join",
this);
51 actions << actionRegistry->
makeQAction(
"pathpoint-merge",
this);
52 actions << actionRegistry->
makeQAction(
"convert-to-path",
this);