X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fexample%2Fsimplecircle.h;h=0bc960503328934f8bcb3369b2bbd017f32c38a9;hb=a95fe97014d0cc835775608c0371ca03ff522dd8;hp=74e33ba18fb4a132f683f5d8c06a7efc37d242e4;hpb=e8a065f2385c219c511b57dac52786120bfa097d;p=synfig.git diff --git a/synfig-core/trunk/src/modules/example/simplecircle.h b/synfig-core/trunk/src/modules/example/simplecircle.h index 74e33ba..0bc9605 100644 --- a/synfig-core/trunk/src/modules/example/simplecircle.h +++ b/synfig-core/trunk/src/modules/example/simplecircle.h @@ -42,7 +42,7 @@ class SimpleCircle : public synfig::Layer_Composite { SYNFIG_LAYER_MODULE_EXT - + private: synfig::Color color; @@ -52,18 +52,18 @@ private: synfig::Real radius; public: - + SimpleCircle(); - + virtual bool set_param(const synfig::String & param, const synfig::ValueBase &value); virtual synfig::ValueBase get_param(const synfig::String & param)const; virtual synfig::Color get_color(synfig::Context context, const synfig::Point &pos)const; - + //virtual bool accelerated_render(synfig::Context context,synfig::Surface *surface,int quality, const synfig::RendDesc &renddesc, synfig::ProgressCallback *cb)const; - - synfig::Layer::Handle hit_check(synfig::Context context, const synfig::Point &point)const; + + synfig::Layer::Handle hit_check(synfig::Context context, const synfig::Point &point)const; virtual Vocab get_param_vocab()const; }; // END of class SimpleCircle