X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fsrc%2Fsynfig%2Flayer_pastecanvas.h;h=deb951f87d5f9035f8b7fb9d92d57b0982a9e828;hb=79520f781b362e36426241f46a65c4a1855660f4;hp=01bf40f3ab8608abb146f9b3d01e1f7367351ca7;hpb=1e3dd9d41839d8c7907bdde006b4c337e25efa38;p=synfig.git diff --git a/synfig-core/src/synfig/layer_pastecanvas.h b/synfig-core/src/synfig/layer_pastecanvas.h index 01bf40f..deb951f 100644 --- a/synfig-core/src/synfig/layer_pastecanvas.h +++ b/synfig-core/src/synfig/layer_pastecanvas.h @@ -76,6 +76,13 @@ private: //! signal connection for children. Seems to be used only here sigc::connection child_changed_connection; + bool origin_static; + bool focus_static; + bool canvas_static; + bool zoom_static; + bool offset_static; + bool children_lock_static; + // Nasty hack: Remember whether we called an extra ref() when // setting the canvas, so we know whether to call an extra unref() // when finished with the canvas. @@ -157,6 +164,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