moreupdates
[synfig.git] / synfig-core / trunk / src / synfig / layer_shape.h
index f88a894..01d4dba 100644 (file)
@@ -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 ======================================================= */
 
 
 /* === 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<float> *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