Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / modules / lyr_std / translate.h
index 819827f..ce1b6a9 100644 (file)
@@ -1,8 +1,10 @@
-/*! ========================================================================
-** Synfig
-** Template Header File
-** $Id: translate.h,v 1.2 2005/01/24 03:08:17 darco Exp $
+/* === S Y N F I G ========================================================= */
+/*!    \file translate.h
+**     \brief Header file for implementation of the "Translate" layer
 **
+**     $Id$
+**
+**     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
 **
 **     This package is free software; you can redistribute it and/or
@@ -14,6 +16,7 @@
 **     but WITHOUT ANY WARRANTY; without even the implied warranty of
 **     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 **     General Public License for more details.
+**     \endlegal
 **
 ** === N O T E S ===========================================================
 **
@@ -41,7 +44,7 @@ using namespace std;
 using namespace etl;
 
 class Translate_Trans;
-       
+
 class Translate : public Layer
 {
        SYNFIG_LAYER_MODULE_EXT
@@ -51,14 +54,14 @@ private:
 public:
        Translate();
        ~Translate();
-       
+
        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;
        virtual Vocab get_param_vocab()const;
        virtual synfig::Rect get_full_bounding_rect(Context context)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 etl::handle<synfig::Transform> get_transform()const;
 
 };