Use map of static values indexed by parameter name instead of the macros and the...
[synfig.git] / synfig-core / src / synfig / layer_bitmap.h
index b62a93e..018570d 100644 (file)
@@ -62,6 +62,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 Vocab get_param_vocab()const;