X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Fstretch.h;fp=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Fstretch.h;h=066a8ed8535706764afedbb125a62afa14844a42;hb=28f28705612902c15cd0702cc891fba35bf2d2df;hp=0525a012885a26835ea2621a82a9189198f6fc6e;hpb=2c43cbfff01496919316f600ee76112be551392d;p=synfig.git diff --git a/synfig-core/trunk/src/modules/lyr_std/stretch.h b/synfig-core/trunk/src/modules/lyr_std/stretch.h index 0525a01..066a8ed 100644 --- a/synfig-core/trunk/src/modules/lyr_std/stretch.h +++ b/synfig-core/trunk/src/modules/lyr_std/stretch.h @@ -1,4 +1,4 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file colorcorrect.h ** \brief Template Header ** @@ -21,13 +21,13 @@ /* === S T A R T =========================================================== */ -#ifndef __SINFG_LAYER_STRETCH_H -#define __SINFG_LAYER_STRETCH_H +#ifndef __SYNFIG_LAYER_STRETCH_H +#define __SYNFIG_LAYER_STRETCH_H /* === H E A D E R S ======================================================= */ -#include -#include +#include +#include /* === M A C R O S ========================================================= */ @@ -36,11 +36,11 @@ /* === C L A S S E S & S T R U C T S ======================================= */ class Stretch_Trans; -namespace sinfg { +namespace synfig { class Layer_Stretch : public Layer { - SINFG_LAYER_MODULE_EXT + SYNFIG_LAYER_MODULE_EXT friend class Stretch_Trans; private: @@ -52,20 +52,20 @@ public: Layer_Stretch(); - 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 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; - sinfg::Layer::Handle hit_check(sinfg::Context context, const sinfg::Point &point)const; + synfig::Layer::Handle hit_check(synfig::Context context, const synfig::Point &point)const; virtual Vocab get_param_vocab()const; - virtual etl::handle get_transform()const; + virtual etl::handle get_transform()const; }; // END of class Layer_Stretch -}; // END of namespace sinfg +}; // END of namespace synfig /* === E N D =============================================================== */