Add LayerParamSetStatic and LayerParamUnSetStatic actions.
[synfig.git] / synfig-core / src / modules / mod_geometry / circle.h
index f7cd379..e6624e8 100644 (file)
@@ -53,6 +53,13 @@ private:
        bool invert;
        int falloff;
 
+       bool color_static;
+       bool origin_static;
+       bool radius_static;
+       bool feather_static;
+       bool invert_static;
+       bool falloff_static;
+
        //Caching system for circle
        struct CircleDataCache
        {
@@ -104,6 +111,9 @@ public:
 
        virtual ValueBase get_param(const String &param)const;
 
+       virtual bool set_param_static(const String &param, const bool x);
+       virtual bool get_param_static(const String &param) const;
+
        virtual Color get_color(Context context, const Point &pos)const;
 
        virtual bool accelerated_render(Context context,Surface *surface,int quality, const RendDesc &renddesc, ProgressCallback *cb)const;