X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fsrc%2Fsynfig%2Flayer_pastecanvas.h;h=0ae2c98c4d9de92752684250eb9ff57fa4967710;hb=24c6c102d628a2562e43fc92a8711d631c1ce02a;hp=01bf40f3ab8608abb146f9b3d01e1f7367351ca7;hpb=2aa82e84160499903d3e7f85a7770ffe3d04ddb2;p=synfig.git diff --git a/synfig-core/src/synfig/layer_pastecanvas.h b/synfig-core/src/synfig/layer_pastecanvas.h index 01bf40f..0ae2c98 100644 --- a/synfig-core/src/synfig/layer_pastecanvas.h +++ b/synfig-core/src/synfig/layer_pastecanvas.h @@ -157,6 +157,8 @@ public: virtual bool set_param(const String & param, const synfig::ValueBase &value); //! Get the value of the specified parameter. \see Layer::get_param virtual ValueBase get_param(const String & param)const; + virtual bool set_param_static(const String ¶m, const bool x); + virtual bool get_param_static(const String ¶m) const; //! Gets the blend color of the Layer in the context at \a pos virtual Color get_color(Context context, const Point &pos)const; //! Sets the time of the Paste Canvas Layer and those under it