Code

Filter effects dialog:
[inkscape.git] / src / attributes.cpp
index 858f71804f890f65f4f1f5435c73beb8b201599d..968e3863373a74a5f2f7772cff593f76aabc3b10 100644 (file)
@@ -59,21 +59,10 @@ static SPStyleProp const props[] = {
     {SP_ATTR_INKSCAPE_VERSION, "inkscape:version"},
     /* SPNamedView */
     {SP_ATTR_VIEWONLY, "viewonly"},
-    {SP_ATTR_SHOWGRID, "showgrid"},
     {SP_ATTR_SHOWGUIDES, "showguides"},
     {SP_ATTR_GRIDTOLERANCE, "gridtolerance"},
     {SP_ATTR_GUIDETOLERANCE, "guidetolerance"},
     {SP_ATTR_OBJECTTOLERANCE, "objecttolerance"},
-    {SP_ATTR_ABS_TOLERANCE, "has_abs_tolerance"},
-    {SP_ATTR_GRIDORIGINX, "gridoriginx"},
-    {SP_ATTR_GRIDORIGINY, "gridoriginy"},
-    {SP_ATTR_GRIDSPACINGX, "gridspacingx"},
-    {SP_ATTR_GRIDSPACINGY, "gridspacingy"},
-    {SP_ATTR_GRIDCOLOR, "gridcolor"},
-    {SP_ATTR_GRIDOPACITY, "gridopacity"},
-    {SP_ATTR_GRIDEMPCOLOR, "gridempcolor"},
-    {SP_ATTR_GRIDEMPOPACITY, "gridempopacity"},
-    {SP_ATTR_GRIDEMPSPACING, "gridempspacing"},
     {SP_ATTR_GUIDECOLOR, "guidecolor"},
     {SP_ATTR_GUIDEOPACITY, "guideopacity"},
     {SP_ATTR_GUIDEHICOLOR, "guidehicolor"},
@@ -93,12 +82,12 @@ static SPStyleProp const props[] = {
     {SP_ATTR_INKSCAPE_WINDOW_HEIGHT, "inkscape:window-height"},
     {SP_ATTR_INKSCAPE_WINDOW_X, "inkscape:window-x"},
     {SP_ATTR_INKSCAPE_WINDOW_Y, "inkscape:window-y"},
-    {SP_ATTR_INKSCAPE_GRID_BBOX, "inkscape:grid-bbox"},
+/*  {SP_ATTR_INKSCAPE_GRID_BBOX, "inkscape:grid-bbox"},
     {SP_ATTR_INKSCAPE_GUIDE_BBOX, "inkscape:guide-bbox"},
     {SP_ATTR_INKSCAPE_OBJECT_BBOX, "inkscape:object-bbox"},
     {SP_ATTR_INKSCAPE_GRID_POINTS, "inkscape:grid-points"},
     {SP_ATTR_INKSCAPE_GUIDE_POINTS, "inkscape:guide-points"},
-    {SP_ATTR_INKSCAPE_OBJECT_POINTS, "inkscape:object-points"},
+    {SP_ATTR_INKSCAPE_OBJECT_POINTS, "inkscape:object-points"},*/
     {SP_ATTR_INKSCAPE_OBJECT_PATHS, "inkscape:object-paths"},
     {SP_ATTR_INKSCAPE_OBJECT_NODES, "inkscape:object-nodes"},
     {SP_ATTR_INKSCAPE_CURRENT_LAYER, "inkscape:current-layer"},
@@ -123,6 +112,11 @@ static SPStyleProp const props[] = {
     /* SPRect */
     {SP_ATTR_RX, "rx"},
     {SP_ATTR_RY, "ry"},
+    /* SP3DBox */
+    {SP_ATTR_INKSCAPE_3DBOX, "inkscape:3dbox"},
+    {SP_ATTR_INKSCAPE_3DBOX_CORNER_A, "inkscape:box3dcornerA"}, // "upper left front" corner
+    {SP_ATTR_INKSCAPE_3DBOX_CORNER_B, "inkscape:box3dcornerB"}, // "lower right front" corner
+    {SP_ATTR_INKSCAPE_3DBOX_CORNER_C, "inkscape:box3dcornerC"}, // "lower right rear" corner
     /* SPEllipse */
     {SP_ATTR_R, "r"},
     {SP_ATTR_CX, "cx"},
@@ -176,6 +170,9 @@ static SPStyleProp const props[] = {
     {SP_ATTR_FILTERUNITS, "filterUnits"},
     {SP_ATTR_PRIMITIVEUNITS, "primitiveUnits"},
     {SP_ATTR_FILTERRES, "filterRes"},
+    /* Filter primitives common */
+    {SP_ATTR_IN, "in"},
+    {SP_ATTR_RESULT, "result"},
     /*feBlend*/
     {SP_ATTR_MODE, "mode"},
     {SP_ATTR_IN2, "in2"},