X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Fsphere_distort.h;h=d210905424038c6dc40f97d5045a34ce18253aef;hb=2a5afe6a69e0ae56ef8b4e0fc3dd9f5f26f8a366;hp=18da60ffad1d8de6d6162f9e8d90690277f08bb1;hpb=e8a065f2385c219c511b57dac52786120bfa097d;p=synfig.git diff --git a/synfig-core/trunk/src/modules/lyr_std/sphere_distort.h b/synfig-core/trunk/src/modules/lyr_std/sphere_distort.h index 18da60f..d210905 100644 --- a/synfig-core/trunk/src/modules/lyr_std/sphere_distort.h +++ b/synfig-core/trunk/src/modules/lyr_std/sphere_distort.h @@ -36,15 +36,15 @@ /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ -class Spherize_Trans; -namespace synfig +namespace synfig { +class Spherize_Trans; class Layer_SphereDistort : public Layer_Composite { SYNFIG_LAYER_MODULE_EXT friend class Spherize_Trans; - + private: Vector center; @@ -66,20 +66,20 @@ private: void sync(); public: - + Layer_SphereDistort(); - + virtual bool set_param(const String & param, const synfig::ValueBase &value); virtual ValueBase get_param(const String & param)const; virtual Color get_color(Context context, const Point &pos)const; - + virtual bool accelerated_render(Context context,Surface *surface,int quality, const RendDesc &renddesc, 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 Rect get_bounding_rect()const; - + virtual Vocab get_param_vocab()const; virtual etl::handle get_transform()const; }; // END of class Layer_SphereDistort