X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Flayer_shape.h;h=01d4dba7f2862871d9e6a863fdd86d447e46cf36;hb=28f28705612902c15cd0702cc891fba35bf2d2df;hp=f88a89401339b52bb8b07da2d11ceef5c9a99756;hpb=2c43cbfff01496919316f600ee76112be551392d;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/layer_shape.h b/synfig-core/trunk/src/synfig/layer_shape.h index f88a894..01d4dba 100644 --- a/synfig-core/trunk/src/synfig/layer_shape.h +++ b/synfig-core/trunk/src/synfig/layer_shape.h @@ -1,4 +1,4 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file layer_shape.h ** \brief Template Header ** @@ -21,8 +21,8 @@ /* === S T A R T =========================================================== */ -#ifndef __SINFG_LAYER_SHAPE_H -#define __SINFG_LAYER_SHAPE_H +#ifndef __SYNFIG_LAYER_SHAPE_H +#define __SYNFIG_LAYER_SHAPE_H /* === H E A D E R S ======================================================= */ @@ -39,13 +39,13 @@ /* === C L A S S E S & S T R U C T S ======================================= */ -namespace sinfg { +namespace synfig { /*! \class Layer_Shape ** \beief writeme */ class Layer_Shape : public Layer_Composite, public Layer_NoDeform { - SINFG_LAYER_MODULE_EXT + SYNFIG_LAYER_MODULE_EXT private: @@ -92,14 +92,14 @@ public: void close(); void endpath(); - virtual bool set_param(const String & param, const sinfg::ValueBase &value); + virtual bool set_param(const String & param, const synfig::ValueBase &value); virtual ValueBase get_param(const String & param)const; virtual Vocab get_param_vocab()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; - virtual sinfg::Layer::Handle hit_check(sinfg::Context context, const sinfg::Point &point)const; + virtual synfig::Layer::Handle hit_check(synfig::Context context, const synfig::Point &point)const; virtual Rect get_bounding_rect()const; private: @@ -111,7 +111,7 @@ private: virtual bool render_shape(etl::surface *surface,int quality,const RendDesc &renddesc, ProgressCallback *cb)const; }; // END of Layer_Shape -}; // END of namespace sinfg +}; // END of namespace synfig /* === E N D =============================================================== */ #endif