X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fexample%2Ffilledrect.h;h=b540105b80f9aafe0184001f7b055b87aa91d354;hb=ca157a87151421913925eaef67fdd402bbdc8c8f;hp=535b697d3a4d4136decbcc83a0e7c5c8c65a4c92;hpb=cc54c38609ee9745ad678e5e9b9d7d2912be9c95;p=synfig.git diff --git a/synfig-core/trunk/src/modules/example/filledrect.h b/synfig-core/trunk/src/modules/example/filledrect.h index 535b697..b540105 100644 --- a/synfig-core/trunk/src/modules/example/filledrect.h +++ b/synfig-core/trunk/src/modules/example/filledrect.h @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file filledrect.h -** \brief Template Header +** \brief Header file for implementation of the "Rectangle" layer ** ** $Id$ ** @@ -72,6 +72,8 @@ public: virtual bool accelerated_render(synfig::Context context,synfig::Surface *surface,int quality, const synfig::RendDesc &renddesc, synfig::ProgressCallback *cb)const; virtual Vocab get_param_vocab()const; + + virtual synfig::Layer::Handle hit_check(synfig::Context context, const synfig::Point &point)const; }; // END of class FilledRect /* === E N D =============================================================== */