Code

Filter effects dialog:
[inkscape.git] / src / desktop-style.h
index 8f8388289e8711a821ae7b5f566108b25bcb4a73..3f201aa285ce03d4cda9ff9c64295065fe1047d8 100644 (file)
@@ -46,7 +46,9 @@ enum { // which property was queried (add when you need more)
     QUERY_STYLE_PROPERTY_FONTFAMILY, // font-family
     QUERY_STYLE_PROPERTY_FONTSTYLE, // font style 
     QUERY_STYLE_PROPERTY_FONTNUMBERS, // size, spacings
-    QUERY_STYLE_PROPERTY_MASTEROPACITY // opacity
+    QUERY_STYLE_PROPERTY_MASTEROPACITY, // opacity
+    QUERY_STYLE_PROPERTY_BLEND, // blend
+    QUERY_STYLE_PROPERTY_BLUR // blur
 };
 
 void sp_desktop_apply_css_recursive(SPObject *o, SPCSSAttr *css, bool skip_lines);
@@ -72,6 +74,8 @@ int objects_query_miterlimit (GSList *objects, SPStyle *style_res);
 int objects_query_strokecap (GSList *objects, SPStyle *style_res);
 int objects_query_strokejoin (GSList *objects, SPStyle *style_res);
 
+int objects_query_blur (GSList *objects, SPStyle *style_res);
+
 int sp_desktop_query_style_from_list (GSList *list, SPStyle *style, int property);
 int sp_desktop_query_style(SPDesktop *desktop, SPStyle *style, int property);
 bool sp_desktop_query_style_all (SPDesktop *desktop, SPStyle *query);